Skip to main content

Crate soma_mcp

Crate soma_mcp 

Source
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 — the ServerHandler implementation.

Structs§

McpState

Functions§

allowed_origins
streamable_http_config
streamable_http_service

Type Aliases§

McpRouteScope
MCP route filtering supplied by the product composition layer.