package.json•1.26 kB
{
"name": "feedback-loop-mcp",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "https://github.com/tuandinh0801/feedback-loop-mcp.git"
},
"description": "Simple MCP Server to enable a human-in-the-loop workflow in AI-assisted development tools like Cursor. This server allows you to run commands, view their output, and provide textual feedback directly to the AI. It is also compatible with Cline and Windsurf.",
"type": "module",
"main": "main.mjs",
"scripts": {
"start": "electron-forge start",
"dev": "electron . --dev",
"test": "echo \"Error: no test specified\" && exit 1",
"build:npm": "node scripts/build-npm.js"
},
"keywords": [
"electron",
"feedback",
"mcp",
"interactive"
],
"author": "Tuan Dinh",
"license": "MIT",
"devDependencies": {
"@electron-forge/cli": "^7.8.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.8.1",
"@electron-forge/plugin-fuses": "^7.8.1",
"@electron/fuses": "^1.8.0",
"electron": "^32.2.6",
"electron-rebuild": "^3.2.9",
"electron-store": "^10.0.1",
"fs-extra": "^11.3.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"electron-squirrel-startup": "^1.0.1",
"zod": "^3.22.0"
}
}