{
  "name": "mcp-tailscale",
  "version": "1.0.0",
  "description": "MCP server for Tailscale API - manage devices, check status, and configure your tailnet",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "mcp-tailscale": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "prepare": "npm run build"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "tailscale",
    "vpn",
    "mesh-network",
    "claude",
    "ai",
    "wireguard",
    "network-management"
  ],
  "author": "Jim Christian",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/aplaceforallmystuff/mcp-tailscale.git"
  },
  "bugs": {
    "url": "https://github.com/aplaceforallmystuff/mcp-tailscale/issues"
  },
  "homepage": "https://github.com/aplaceforallmystuff/mcp-tailscale#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4"
  },
  "devDependencies": {
    "@types/node": "^22.10.1",
    "typescript": "^5.7.2"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
