{
  "name": "@mcpc-tech/mcp-sampling-ai-provider",
  "version": "0.1.23",
  "homepage": "https://jsr.io/@mcpc/mcp-sampling-ai-provider",
  "dependencies": {
    "@ai-sdk/provider": "^2.0.0",
    "@modelcontextprotocol/sdk": "^1.25.3",
    "ai": "^5.0.60"
  },
  "exports": {
    ".": {
      "types": "./types/mod.d.ts",
      "import": "./index.mjs",
      "require": "./index.cjs"
    },
    "./types/*": "./types/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcpc-tech/mcpc.git"
  },
  "bugs": {
    "url": "https://github.com/mcpc-tech/mcpc/issues"
  },
  "main": "./index.cjs",
  "module": "./index.mjs"
}