Increase platform abstraction cohesion
This commit is contained in:
26
rust/manticore-mcp-worker/README.md
Normal file
26
rust/manticore-mcp-worker/README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Manticore MCP Rust Worker
|
||||
|
||||
Lightweight stdio MCP server for fast Manticore memory operations.
|
||||
|
||||
## Build
|
||||
|
||||
```bash
|
||||
cd /code/xf/GIA/rust/manticore-mcp-worker
|
||||
cargo build --release
|
||||
```
|
||||
|
||||
Binary output:
|
||||
|
||||
`/code/xf/GIA/rust/manticore-mcp-worker/target/release/manticore-mcp-worker`
|
||||
|
||||
## Environment
|
||||
|
||||
- `MANTICORE_HTTP_URL` (default: `http://127.0.0.1:9308`)
|
||||
- `MANTICORE_MEMORY_TABLE` (default: `gia_memory_items`)
|
||||
- `MANTICORE_HTTP_TIMEOUT` (default: `5`)
|
||||
|
||||
## Tools
|
||||
|
||||
- `manticore.status`
|
||||
- `manticore.query`
|
||||
- `manticore.reindex` (maintenance: `FLUSH RAMCHUNK`, `OPTIMIZE TABLE`)
|
||||
Reference in New Issue
Block a user