Flutter Inspector MCP Server

by Arenukvern
Verified
{ "name": "flutter-inspector", "version": "0.1.0", "description": "MCP for flutter application", "private": true, "type": "module", "bin": { "flutter-inspector": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "start": "node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "@types/axios": "^0.9.36", "axios": "^1.8.3", "dotenv": "^16.4.5", "ws": "^8.16.0", "@types/ws": "^8.5.10", "yargs": "^17.7.2" }, "devDependencies": { "@types/node": "^20.11.24", "@types/dotenv": "^8.2.0", "@types/yargs": "^17.0.32", "typescript": "^5.3.3" } }