package.json•992 B
{
"name": "iterm_mcp_server",
"version": "1.0.4",
"description": "A Model Context Protocol (MCP) server implementation for iTerm2 terminal integration",
"main": "index.js",
"type": "module",
"bin": {
"iterm_mcp_server": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"iterm",
"iterm2",
"terminal",
"model-context-protocol",
"cursor-ide"
],
"author": "Rishab Koul",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/rishabkoul/iTerm-MCP-Server.git"
},
"bugs": {
"url": "https://github.com/rishabkoul/iTerm-MCP-Server/issues"
},
"homepage": "https://github.com/rishabkoul/iTerm-MCP-Server#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"zod": "^3.24.2"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"index.js",
"README.md",
"LICENSE"
]
}