Skip to main content

Module tools

Module tools 

Source
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.