You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Local, offline, RAG-grounded AI dev assistant exposed as a single MCP server (develop / review / explain / search), backed by a local LLM (Ollama or vLLM)",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "npm run build && node --test \"test/*.test.js\""