> ## 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.

# List Resources • Rust AI Agent SDK

> list_resources: List available resources (placeholder)

# list\_resources

<div className="flex items-center gap-2">
  <Badge color="blue">Async</Badge>
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**MCP**](../classes/MCP) class in the [**mcp**](../modules/mcp) module.

List available resources (placeholder)

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def list_resources(&self) -> Result<Vec<MCPResource>>
```

### Returns

<ResponseField name="Returns" type="Result<Vec<MCPResource>>">
  The result of the operation.
</ResponseField>
