You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Open-source MCP bridge for the Agentfy cloud platform — controls remote iOS devices from Claude Desktop / Cursor / Cline / any MCP-aware client.",
"type": "module",
"bin": {
"agentfy-mcp-server": "./dist/index.js"
},
"main": "./dist/index.js",
"files": [
"dist",
"README.md",
"LICENSE",
"examples"
],
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"