{
  "name": "@griffinbank/mcp-server",
  "version": "0.1.3",
  "main": "dist/index.js",
  "type": "module",
  "description": "Griffin API MCP Server - Model Context Protocol server for Griffin API",
  "author": "Griffin Bank",
  "license": "MIT",
  "keywords": [
    "mcp",
    "griffin",
    "banking",
    "api",
    "model-context-protocol",
    "server"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/griffinbank/griffin-mcp-server"
  },
  "homepage": "https://github.com/griffinbank/griffin-mcp-server#readme",
  "bin": "dist/index.js",
  "files": [
    "dist/**/*",
    "README.md",
    "package.json"
  ],
  "scripts": {
    "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
    "start": "node dist/index.js",
    "test": "tsx src/test-utils.ts",
    "llm-context": "git ls-files | while read -r f; do [ -f \"$f\" ] && { echo \"=== $f\"; echo; cat \"$f\"; echo; }; done | pbcopy"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.9.0",
    "node-fetch": "^3.3.2",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/node": "^22.14.0",
    "ts-node": "^10.9.2",
    "tsx": "^4.19.3",
    "typescript": "^5.8.3"
  }
}
