{
  "name": "codecompass",
  "version": "1.0.0",
  "description": "AI-powered MCP server for codebase navigation and LLM prompt optimization",
  "main": "src/index.js",
  "bin": {
    "codecompass": "src/index.js"
  },
  "scripts": {
    "start": "node src/index.js"
  },
  "keywords": [
    "mcp-server",
    "node.js",
    "qdrant",
    "ollama",
    "git",
    "codebase-analysis",
    "ai-coding",
    "vector-database",
    "npx"
  ],
  "author": "Your Name",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "latest",
    "@qdrant/js-client-rest": "^1.2.1",
    "axios": "^1.4.0",
    "isomorphic-git": "^1.24.5",
    "zod": "^3.21.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alvinveroy/CodeCompass.git"
  }
}
