Expand description
MCP protocol layer — tool dispatch, schemas, prompts, and server handler.
This module is strictly MCP concerns: the ServerHandler impl, tool schemas,
prompt templates, and dispatch shims. Business operations flow through SomaApplication.
Re-exports§
pub use rmcp_server::rmcp_server;pub use rmcp_server::SomaRmcpServer;
Modules§
- rmcp_
server SomaRmcpServer— theServerHandlerimplementation.
Structs§
Functions§
Type Aliases§
- McpRoute
Scope - MCP route filtering supplied by the product composition layer.