pmcp-server 0.2.3

PMCP SDK developer tools MCP server - protocol testing, scaffolding, schema export, and documentation
Documentation
1
2
3
4
5
6
7
8
//! Embedded content for resources and prompts.
//!
//! All content is compiled into the binary via `include_str!`.
//! No runtime file dependencies.

pub mod best_practices;
pub mod cli_guide;
pub mod sdk_reference;