systemprompt-mcp 0.0.14

Core MCP (Model Context Protocol) functionality for systemprompt.io OS
Documentation
1
2
3
4
5
6
7
8
mod loader;
mod models;
mod state;

pub use loader::McpToolLoader;
pub use models::{McpServerConnectionInfo, McpServiceState, ServerStatus, SkillLoadingResult};
pub use state::ServiceStateManager;
pub use systemprompt_models::a2a::McpServerMetadata;