agentic-server-core 0.5.0

Framework-agnostic core library for agentic-api
Documentation
1
2
3
4
5
6
7
8
pub mod client;
pub mod handler;
pub mod pool;
pub mod registry;

pub use client::{McpClient, McpError, McpOperation};
pub use handler::{McpDiscoveredHandler, McpHandler};
pub use pool::{McpClientPool, McpServerEntry};