Add CUD operations to homelab-mcp server

Add upsert_context, update_context, and delete_context tools to
complete CRUD functionality. Upserts use deterministic IDs based on
source+section+host for idempotency. Updates support metadata-only
patches or full re-embedding when text changes.
This commit is contained in:
2026-03-01 17:34:53 +00:00
commit 8353280bbf
16 changed files with 2331 additions and 0 deletions

4
.dockerignore Normal file
View File

@@ -0,0 +1,4 @@
node_modules
dist
.git
*.md