{
  "name": "mcp-codebase-search",
  "version": "1.0.15",
  "description": "MCP server for semantic codebase search using Transformers.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/moisesmayrinck/mcp_codeIndex.git"
  },
  "homepage": "https://github.com/moisesmayrinck/mcp_codeIndex",
  "bugs": {
    "url": "https://github.com/moisesmayrinck/mcp_codeIndex/issues"
  },
  "name": "simple-init-service",
  "version": "1.0.1",
  "main": "simple-init-service.cjs",
  "bin": {
    "mcp-codebase-search": "./mcp-server-simple.cjs"
  },
  "scripts": {
    "start": "node mcp-server.cjs --stdio",
    "index": "node index-codebase.cjs",
    "test": "node test-search.js"
  },
  "keywords": [
    "mcp",
    "semantic-search",
    "codebase",
    "embeddings",
    "trae-ide"
  ],
  "author": "Seu Nome",
  "license": "MIT",
  "dependencies": {
    "fs-extra": "^11.2.0",
    "glob": "^10.3.10",
    "mime-types": "^2.1.35"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "nodemon": "^3.0.2"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/seu-usuario/mcp-codebase-search.git"
  },
  "bugs": {
    "url": "https://github.com/seu-usuario/mcp-codebase-search/issues"
  },
  "homepage": "https://github.com/seu-usuario/mcp-codebase-search#readme"
}
