{
  "name": "@awsljx/pi-mcp",
  "version": "0.4.0-reconnect.1",
  "description": "Model Context Protocol (MCP) integration for pi-coding-agent. Connect to any MCP server (stdio, SSE, StreamableHTTP, WebSocket) and use its tools, resources, and prompts natively.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "mcp",
    "model-context-protocol",
    "tools",
    "resources",
    "prompts",
    "0xkobold"
  ],
  "author": "0xKobold",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./client": {
      "import": "./dist/client/index.js",
      "types": "./dist/client/index.d.ts"
    },
    "./config": {
      "import": "./dist/config/index.js",
      "types": "./dist/config/index.d.ts"
    },
    "./tools": {
      "import": "./dist/tools/index.js",
      "types": "./dist/tools/index.d.ts"
    }
  },
  "files": [
    "dist/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "bun test",
    "prepublishOnly": "rm -rf dist && tsc"
  },
  "pi": {
    "extensions": [
      "./dist/index.js"
    ],
    "skills": [
      "./skills/mcp/SKILL.md"
    ]
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": ">=0.62.0",
    "@sinclair/typebox": ">=0.32.0"
  },
  "devDependencies": {
    "@mariozechner/pi-coding-agent": ">=0.62.0",
    "@sinclair/typebox": ">=0.32.0",
    "@types/bun": "latest",
    "@types/node": "^20.0.0",
    "typescript": "^6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/0xKobold/pi-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/0xKobold/pi-mcp/issues"
  },
  "homepage": "https://github.com/0xKobold/pi-mcp#readme"
}
