๐ฅ๏ธ MCP Server
/docs/core-features/mcp-server
| Feature | Description | Spec |
|---|---|---|
| MCP 2025-11-25 | Full specification compliance | Latest MCP standard |
| Multiple Transports | stdio, HTTP, WebSocket, in-process | Flexible connectivity |
| Resources | list, read, subscribe with caching | Dynamic content |
| Prompts | Templates with arguments and embedding | Reusable prompts |
| Tasks | Async operations with progress/cancel | Long-running ops |
| Tool Registry | O(1) lookup, <10ms registration | Fast tool access |
| Connection Pooling | Max 10 connections, configurable | Resource management |
| Session Management | Timeout handling, authentication | Secure sessions |
| Method | Description |
|---|---|
initialize | Initialize connection |
tools/list | List available tools |
tools/call | Execute a tool |
resources/list | List resources with pagination |
resources/read | Read resource content |
resources/subscribe | Subscribe to updates |
prompts/list | List prompts with pagination |
prompts/get | Get prompt with arguments |
tasks/status | Get task status |
tasks/cancel | Cancel running task |
completion/complete | Auto-complete arguments |