gglib_core/domain/mcp/mod.rs
1#![doc = include_str!("README.md")]
2mod tool_index;
3mod types;
4
5pub use tool_index::{SEARCH_RESULTS_CAP, ToolIndex, ToolSummary};
6pub use types::{
7 McpEnvEntry, McpLifecycle, McpServer, McpServerConfig, McpServerStatus, McpServerType, McpTool,
8 McpToolResult, NewMcpServer, UpdateMcpServer,
9};