Latest changes all archived

This commit is contained in:
2026-04-04 22:50:19 +01:00
parent e9a282ddb1
commit 223ff2cf5d
31 changed files with 748 additions and 7 deletions
@@ -0,0 +1,12 @@
## 1. Engine Client
- [x] 1.1 Add `delete_document(doc_id)` method to `mcp/engine.py`
## 2. MCP Tools
- [x] 2.1 Add `kb_set_collection` tool to `mcp/server.py`
- [x] 2.2 Add `kb_delete` tool to `mcp/server.py`
## 3. Verification
- [x] 3.1 Test kb_set_collection and kb_delete against running engine