Expand description
MCP Server Façade using Official rmcp SDK
Exposes exactly three MCP tools to the host LLM:
- skills.search: Discovery over unified registry
- skills.schema: On-demand schema fetching
- skills.exec: Validated execution with policy enforcement
This implementation uses the official Rust MCP SDK (rmcp) to ensure full protocol compliance and leverage battle-tested infrastructure.
Structs§
- Callable
Info - Consent
Args - Create
Skill Input - Input for creating a skill
- Create
Skill Output - Output from creating a skill
- Delete
Skill Input - Input for deleting a skill
- Exec
Input - Input schema for skills.exec
- Exec
Output - Output schema for skills.exec
- GetContent
Input - Input for getting skill content
- Include
Options - Schema
Input - Input schema for skills.schema
- Schema
Output - Output schema for skills.schema
- Search
Input - Input schema for skills.search
- Search
Output - Output schema for skills.search
- Search
Stats - Skills
Server - The MCP server that exposes skill management and execution tools
- Trace
Args - Update
Skill Input - Input for updating a skill