{
  "name": "mcp-glootie",
  "version": "3.4.94",
  "description": "MCP Glootie - Code execution tool for MCP clients. Multi-language support (JS/TS, Go, Rust, Python, C/C++, bash). Works with Claude Code, Cursor, Copilot, VSCode.",
  "main": "src/index.js",
  "type": "module",
  "bin": {
    "mcp-glootie": "src/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "bun run src/index.js",
    "dev": "bun run src/index.js ./test"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.18.2"
  },
  "engines": {
    "bun": ">=1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnEntrypoint/mcp-glootie.git"
  },
  "keywords": [
    "mcp",
    "code-execution",
    "javascript",
    "typescript",
    "go",
    "rust",
    "python",
    "c",
    "cpp",
    "bash"
  ],
  "author": "",
  "license": "MIT",
  "mcpName": "io.github.AnEntrypoint/glootie"
}
