move mcp-schema to standalone binary in src/claude/

mcp-schema is Claude Code glue — extract from poc-memory
subcommand to src/claude/mcp-schema.rs standalone binary.
Update Python MCP bridge to call the new binary.

Co-Developed-By: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
ProofOfConcept 2026-04-03 20:22:48 -04:00
parent b24e8e87a2
commit 56fc3a20d8
3 changed files with 43 additions and 5 deletions

View file

@ -104,3 +104,7 @@ path = "src/claude/poc-daemon.rs"
[[bin]]
name = "memory-search"
path = "src/claude/memory-search.rs"
[[bin]]
name = "mcp-schema"
path = "src/claude/mcp-schema.rs"