Skip to main content

max / goingson

356 B · 13 lines History Blame Raw
1 //! go-mcp library surface.
2 //!
3 //! The binary (`main.rs`) is a thin CLI over this crate; the modules are public
4 //! so integration tests can drive the tool registry against a seeded database.
5 //!
6 //! Design notes: go-mcp-design (in the private `code` wiki).
7 //! <!-- wiki: go-mcp-design -->
8
9 pub mod caps;
10 pub mod context;
11 pub mod convert;
12 pub mod tools;
13