relay-knowledge 1.1.16

Graph-database-based knowledge graph project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod builtin_tools;
mod dispatch;
mod method_error;
mod server;
mod tool_runtime;
mod transport;

pub use server::McpServer;
pub use transport::McpServeError;

pub(super) use dispatch::admit_mcp_request;
pub(super) use method_error::McpMethodError;
pub(super) use tool_runtime::elapsed_millis;
#[cfg(test)]
pub(super) use tool_runtime::{ToolCallParams, run_cancellable_tool_call};