{
  "name": "pi-codebase-memory-bridge",
  "version": "1.0.2",
  "description": "Pi extension: bridges the codebase-memory-mcp knowledge graph into pi as native tools. pi has no MCP support, so this registers search_graph, trace_path, query_graph, get_architecture and the rest by shelling out to the codebase-memory-mcp CLI.",
  "keywords": [
    "pi-extension",
    "pi-package",
    "pi-coding-agent",
    "codebase-memory",
    "knowledge-graph",
    "code-intelligence",
    "mcp",
    "mcp-bridge",
    "ai-tools",
    "ai-agent",
    "coding-assistant"
  ],
  "license": "MIT",
  "author": "yanralapdy",
  "main": "./index.ts",
  "pi": {
    "extensions": ["./index.ts"]
  },
  "files": [
    "index.ts",
    "helpers.ts",
    "README.md"
  ],
  "scripts": {
    "test": "tsx --test index.test.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yanralapdy/pi-codebase-memory-bridge.git"
  },
  "bugs": {
    "url": "https://github.com/yanralapdy/pi-codebase-memory-bridge/issues"
  },
  "homepage": "https://github.com/yanralapdy/pi-codebase-memory-bridge#readme",
  "publishConfig": {
    "access": "public"
  }
}
