Commit Graph

23 Commits

Author SHA1 Message Date
ClawdBot
ab5041d4ec fix(runtime): prefer uvicorn ASGI app path, fallback to programmatic mcp.run 2026-02-19 09:40:55 +11:00
ClawdBot
acb9ce45e7 fix(runtime): run server.py and force FastMCP SSE bind on 0.0.0.0:8000 2026-02-19 09:38:43 +11:00
ClawdBot
053b5c8fb5 fix(docker): revert unsupported mcp --host/--port flags 2026-02-19 09:36:34 +11:00
ClawdBot
f15b0380ab fix(docker): bind to 0.0.0.0 to expose SSE port 2026-02-18 22:35:14 +11:00
Clawdbot
5076486935 docs: update README for Postgres+pgvector and add ingestion TODOs 2026-02-12 13:34:08 +11:00
Clawdbot
2a6ee399d5 fix: mcp CLI only supports --transport (remove host/port) 2026-02-12 12:48:00 +11:00
Clawdbot
3c5a3158c4 fix: use mcp CLI (install mcp[cli]) 2026-02-12 12:43:35 +11:00
Clawdbot
75a9c979b3 fix: run via fastmcp CLI and remove direct mcp.run() 2026-02-12 12:40:22 +11:00
Clawdbot
15908f95e3 fix: aggressively reset sys.argv to force correct FastMCP CLI args 2026-02-12 12:31:49 +11:00
Clawdbot
696f0a0024 fix: correct CMD args for FastMCP CLI (subcommand vs flag) 2026-02-12 12:28:44 +11:00
Clawdbot
b4391cb650 feat: expose ASGI app for direct uvicorn execution 2026-02-12 12:28:04 +11:00
Clawdbot
36bc6238dd fix: inject sys.argv to configure FastMCP run 2026-02-12 12:26:07 +11:00
Clawdbot
76aba3dcb1 fix: hardcode transport/host/port to bypass CLI args 2026-02-12 12:23:38 +11:00
Clawdbot
ae44f4311c fix: catch and log main crash 2026-02-12 12:17:14 +11:00
652f36301c fixed image name for postgres 2026-02-12 12:14:39 +11:00
Clawdbot
b9e7d8574b fix: enable stdout logging 2026-02-12 12:13:22 +11:00
Clawdbot
2f9ea4ea9e fix: use fully qualified docker.io image for postgres 2026-02-12 12:04:40 +11:00
Clawdbot
effa8fa43d fix: db initialization and vector registration order 2026-02-12 10:38:32 +11:00
Clawdbot
aab18d3a4f refactor: migrate from qdrant to postgres+pgvector 2026-02-12 09:46:05 +11:00
Clawdbot
f906453039 Refactor: moved k8s to manifests, updated namespace and registry, added Qdrant 2026-02-06 15:27:38 +11:00
Clawdbot
28e95bf025 Added Dockerfile and K8s manifests for deployment 2026-02-06 15:18:43 +11:00
Clawdbot
849fbaa936 Added PDF support and sliding window chunking 2026-02-06 15:11:46 +11:00
Clawdbot
8cb860797e Initial scaffold for knowledge-mcp 2026-02-06 15:07:07 +11:00