Expand description
Fetchium MCP Server — Model Context Protocol integration (PRD §30).
Implements the MCP protocol as JSON-RPC 2.0 over stdio. All log output goes to stderr; all MCP protocol output goes to stdout.
Provides Fetchium-branded composite tools over MCP.
Modules§
- handlers
- MCP request handlers — one per composite tool (PRD §30).
- tools
- MCP tool schema definitions (PRD §30).
Functions§
- run_
mcp_ http - Run the MCP server over HTTP JSON-RPC on
/mcp. - run_
mcp_ stdio - Run the MCP server in stdio mode.