//! go-mcp library surface. //! //! The binary (`main.rs`) is a thin CLI over this crate; the modules are public //! so integration tests can drive the tool registry against a seeded database. //! //! Design notes: go-mcp-design (in the private `code` wiki). //! pub mod caps; pub mod context; pub mod convert; pub mod tools;