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:
parent
b24e8e87a2
commit
56fc3a20d8
3 changed files with 43 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue