pf_mcp_protocol 0.1.0

Model Context Protocol (MCP) implementation for PromptFleet - JSON-RPC 2.0 compatible
Documentation
1
2
3
4
5
//! # MCP Protocol Handler
//!
//! **Core MCP protocol handling logic**

pub use crate::McpProtocolHandler;