Skip to main content

Module rmcp_server

Module rmcp_server 

Source
Expand description

SomaRmcpServer — the ServerHandler implementation.

This is the adapter between the rmcp crate and your application. It:

  • Advertises tools, resources, and prompts to MCP clients
  • Enforces auth scopes on every call
  • Delegates business logic to tools.rsapp.rssoma-client

Customize: rename SomaRmcpServer. Update action metadata in src/actions.rs to keep schemas, scope rules, and dispatch in sync.

Structs§

SomaRmcpServer

Functions§

rmcp_server