{ "name": "fogbugz-mcp", "version": "1.0.0", "description": "FogBugz MCP Server for interacting with FogBugz via LLMs", "language": "nodejs", "command": "node", "args": ["dist/index.js"], "env": { "FOGBUGZ_URL": { "description": "The URL of your FogBugz instance", "required": true, "default": "" }, "FOGBUGZ_API_KEY": { "description": "Your FogBugz API key", "required": true, "default": "" } }, "capabilities": { "tools": { "description": "Provides tools for interacting with FogBugz issue tracking system" } } }