Skip to main content
Glama
Dazlarus
by Dazlarus
package.json1.77 kB
{ "name": "chatgpt-escalation-mcp", "version": "1.1.0", "description": "MCP server that allows autonomous coding agents to escalate questions to ChatGPT Desktop automatically", "main": "dist/src/server.js", "bin": { "chatgpt-escalation-mcp": "./dist/bin/cli.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/bin/cli.js serve", "test": "node dist/bin/cli.js test", "doctor": "node dist/bin/cli.js doctor", "init": "node dist/bin/cli.js init", "probe": "node tools/mcp_protocol_probe.js", "chaos": "node tools/with_antagonist.js --duration=60 --intensity=medium --", "chaos:probe": "node tools/with_antagonist.js --duration=90 --intensity=aggressive -- npm run probe", "chaos:escalate": "node tools/chaos_escalation_test.js", "prepublishOnly": "npm run build", "setup-python": "pip install pywinauto pyperclip" }, "keywords": [ "mcp", "chatgpt", "ai", "automation", "desktop", "ui-automation", "roo-code", "copilot" ], "author": "Darien Hardin (https://github.com/Dazlarus)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Dazlarus/chatgpt-escalation-mcp.git" }, "homepage": "https://github.com/Dazlarus/chatgpt-escalation-mcp#readme", "bugs": { "url": "https://github.com/Dazlarus/chatgpt-escalation-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "chalk": "^5.3.0", "commander": "^12.1.0" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "src/drivers", "src/backends", "README.md", "CHANGELOG.md", "LICENSE" ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dazlarus/chatgpt-escalation-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server