lakehouse/mcp-server
root 340fca2427
Some checks failed
lakehouse/auditor 1 blocking issue: todo!() macro call in tests/real-world/scrum_master_pipeline.ts
observer: route escalation to paid OpenRouter (deepseek-v3.1-terminus)
ollama_cloud/qwen3-coder:480b was hitting weekly 429 quota; observer
escalations were silently failing 502 with no audit row. Switched
escalation cloud-call to deepseek-v3.1-terminus on paid OpenRouter:
671B reasoning specialist, $0.21 in / $0.79 out per M tokens (under
the $0.85/M ceiling J set), 164K ctx.

End-to-end verified: kb_preamble_chars=416, prompt 245 tokens,
completion 155 tokens, ~$0.00018 per escalation. Diagnosis output is
specific (cites adapter + route file), not generic. Two-stage chain
holds: qwen3.5:latest compresses raw KB hits into a tight briefing,
deepseek-v3.1-terminus reasons over the briefing for diagnosis.

Audit `mode` field updated to direct_chat_deepseek_v3_1_terminus so
downstream consumers can attribute analyses to the correct rung.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-26 18:42:27 -05:00
..

mcp-server

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.9. Bun is a fast all-in-one JavaScript runtime.