> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Prompt • Rust AI Agent SDK

> MCPPrompt: An MCP prompt template.

# MCPPrompt

> Defined in the [**MCP**](../modules/mcp) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

An MCP prompt template.

## Fields

| Name          | Type                           | Description        |
| ------------- | ------------------------------ | ------------------ |
| `name`        | `String`                       | Prompt name        |
| `description` | `Option&lt;String&gt;`         | Prompt description |
| `arguments`   | `Vec&lt;MCPPromptArgument&gt;` | Prompt arguments   |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/mcp/mod.rs#L388">
  `praisonai/src/mcp/mod.rs` at line 388
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust MCP" icon="plug" href="/docs/rust/mcp" />

  <Card title="Rust Resources" icon="folder" href="/docs/rust/resources" />

  <Card title="Rust Prompts" icon="message" href="/docs/rust/prompts" />

  <Card title="Rust Templates" icon="file-code" href="/docs/rust/templates" />
</CardGroup>
