neuromance-tools 0.0.5

Tool execution framework for Neuromance LLM library
Documentation
1
2
3
4
5
6
7
pub mod adapter;
pub mod client;
pub mod config;
pub mod manager;

pub use config::{McpConfig, McpServerConfig, McpSettings, McpTransportConfig};
pub use manager::{McpManager, ServerStatus};