docs.rs failed to build trusty-memory-mcp-0.1.16
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
MCP server (stdio + HTTP/SSE) for trusty-memory.
Why: Claude Code and other MCP-aware clients integrate with trusty-memory
through the standardized Model Context Protocol; we expose memory + KG
tools so they can be called by name.
What: Provides run_stdio (JSON-RPC 2.0 over stdin/stdout) and run_http
(axum HTTP/SSE stub), plus an AppState that carries the shared
PalaceRegistry, on-disk data root, and a lazily-initialized embedder.
Test: cargo test -p trusty-memory-mcp validates handshake + dispatch.