mcpdev_inspector_list_resources
Discover available resources from an MCP server by specifying target and transport type. Use to inspect data and content exposed by target servers for debugging and integration purposes.
Instructions
List all available resources from a target MCP server.
Use this to discover what resources (data/content) a target MCP server exposes.
Args:
target (string): Target MCP server - command or URL
transport ('stdio' | 'sse' | 'http'): Transport type
timeout_ms (number): Timeout in milliseconds (default: 60000)
Returns: JSON object with 'resources' array containing resource URIs and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target MCP server - either a command (e.g., 'node server.js') or URL (e.g., 'https://example.com/sse') | |
| transport | No | Transport type: 'stdio' for local commands, 'sse' for SSE URLs, 'http' for streamable HTTP | |
| timeout_ms | No | Timeout in milliseconds (default: 60000) |