{
  "name": "miyabi-mcp-bundle",
  "version": "3.8.0",
  "mcpName": "io.github.ShunsukeHayashi/miyabi-mcp-bundle",
  "description": "🚀 The Ultimate All-in-One MCP Server - 172 tools for Claude Desktop & AI Agents. Git, GitHub, System Monitoring, Tmux, Logs, Network, Process, File, and more! Enterprise-grade security with input sanitization.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "bin": {
    "miyabi-mcp-bundle": "dist/cli.js",
    "miyabi-mcp": "dist/cli.js",
    "miyabi-mcp-server": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build",
    "lint": "eslint src/**/*.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "docs": "typedoc",
    "docs:serve": "typedoc && npx serve docs/api"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "claude",
    "claude-code",
    "claude-desktop",
    "anthropic",
    "codex-cli",
    "openai-codex",
    "ai-agent",
    "ai-tools",
    "llm",
    "llm-tools",
    "miyabi",
    "monitoring",
    "devtools",
    "developer-tools",
    "automation",
    "git",
    "github",
    "github-api",
    "tmux",
    "system-monitor",
    "process-monitor",
    "network-monitor",
    "log-aggregator",
    "file-watcher",
    "cli",
    "typescript",
    "nodejs"
  ],
  "author": {
    "name": "Shunsuke Hayashi",
    "email": "shunsuke@miyabi.dev",
    "url": "https://github.com/ShunsukeHayashi"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ShunsukeHayashi/Miyabi.git",
    "directory": "packages/mcp-bundle"
  },
  "bugs": {
    "url": "https://github.com/ShunsukeHayashi/Miyabi/issues"
  },
  "homepage": "https://github.com/ShunsukeHayashi/Miyabi/tree/main/packages/mcp-bundle#readme",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/ShunsukeHayashi"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.20.0",
    "@octokit/rest": "^21.1.1",
    "glob": "^10.3.10",
    "simple-git": "^3.27.0",
    "systeminformation": "^5.21.20",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^22.15.0",
    "@typescript-eslint/eslint-plugin": "^8.50.0",
    "@typescript-eslint/parser": "^8.50.0",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^8.57.1",
    "tsx": "^4.7.0",
    "typedoc": "^0.28.15",
    "typescript": "^5.8.3",
    "vitest": "^3.2.4"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "server.json"
  ]
}
