Skip to main content

max / goingson

go-mcp: add wiki design-note bridge marker (/dellm) Links the crate to its go-mcp-design note in the private code wiki via a greppable <!-- wiki: go-mcp-design --> marker. cargo doc -p go-mcp still builds. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-13 23:26 UTC
Commit: 98c2e47ab354bf5d799a0f9ced1e00831960d9e6
Parent: bd16eb3
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;