Skip to main content

Crate fetchium_mcp

Crate fetchium_mcp 

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