{
  "name": "@gsb-core/mcp-tools",
  "version": "0.1.7",
  "description": "Shared tools for GSB MCP implementations",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "gsb",
    "mcp",
    "tools"
  ],
  "author": "GSB Team",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
