max / goingson
1 file changed,
+3 insertions,
-0 deletions
| @@ -2,6 +2,9 @@ | |||
| 2 | 2 | //! | |
| 3 | 3 | //! The binary (`main.rs`) is a thin CLI over this crate; the modules are public | |
| 4 | 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 --> | |
| 5 | 8 | ||
| 6 | 9 | pub mod caps; | |
| 7 | 10 | pub mod context; |