fix(backend): mount yargi-mcp proxy router and add typescript dev dep
mcp-proxy.arthurlegal.ts was written but never imported or mounted in
index.ts, so all /api/mcp/yargi/... routes returned 404. Added import
and app.use("/api/mcp", yargiMcpRouter).
Also installed typescript as a devDependency so npm run build works
without a global tsc install.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| Repository | beerbottle90/mike-oss |
|---|---|
| Author | beerbottle90 <demirertug@gmail.com> |
| Authored | |
| Parents | 6ba24de9 |
| Stats | 3 files changed , +4 , -2 |
| Part of | yargi-mcp proxy and Claude tool-call wiring |
Capture this commit into my fork
Download a Markdown prompt that tells Claude how to port this
exact commit into your working tree. Run it via
claude -p < capture-commit-c1c055c0.md
from inside the repo you want the change in.