Expand description
MCP tool implementations for the PMCP server.
Tools:
- test_check: Protocol compliance testing
- test_generate: Test scenario generation
- test_apps: MCP Apps metadata validation
- scaffold: Code template generation
- schema_export: Schema discovery and export
Re-exports§
pub use scaffold::ScaffoldTool;pub use schema_export::SchemaExportTool;pub use test_apps::TestAppsTool;pub use test_check::TestCheckTool;pub use test_generate::TestGenerateTool;
Modules§
- scaffold
- Scaffold tool – returns code templates as structured JSON.
- schema_
export - Schema discovery and export tool.
- test_
apps - MCP Apps metadata validation tool.
- test_
check - Protocol compliance testing tool.
- test_
generate - Test scenario generation tool.