WinTerm MCP

{ "name": "winterm-mcp", "version": "1.0.0", "description": "Windows Terminal MCP Server - A Model Context Protocol server for Windows terminal interaction", "type": "module", "main": "build/index.js", "scripts": { "build": "npx tsc", "start": "node build/index.js", "dev": "npx tsc -w" }, "repository": { "type": "git", "url": "git+https://github.com/capecoma/winterm-mcp.git" }, "keywords": [ "mcp", "terminal", "windows", "claude", "automation" ], "author": "capecoma", "license": "MIT", "bugs": { "url": "https://github.com/capecoma/winterm-mcp/issues" }, "homepage": "https://github.com/capecoma/winterm-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "latest", "@types/node": "^20.0.0", "typescript": "^5.0.0" } }