ruflo

๐Ÿ–ฅ๏ธ MCP Server

/docs/core-features/mcp-server

FeatureDescriptionSpec
MCP 2025-11-25Full specification complianceLatest MCP standard
Multiple Transportsstdio, HTTP, WebSocket, in-processFlexible connectivity
Resourceslist, read, subscribe with cachingDynamic content
PromptsTemplates with arguments and embeddingReusable prompts
TasksAsync operations with progress/cancelLong-running ops
Tool RegistryO(1) lookup, <10ms registrationFast tool access
Connection PoolingMax 10 connections, configurableResource management
Session ManagementTimeout handling, authenticationSecure sessions
MethodDescription
initializeInitialize connection
tools/listList available tools
tools/callExecute a tool
resources/listList resources with pagination
resources/readRead resource content
resources/subscribeSubscribe to updates
prompts/listList prompts with pagination
prompts/getGet prompt with arguments
tasks/statusGet task status
tasks/cancelCancel running task
completion/completeAuto-complete arguments