UNPKG

wsl-terminal-bridge-mcp

Version:

Run commands in the windows filesystem, on windows terminals.

52 lines (51 loc) 1.24 kB
{ "name": "wsl-terminal-bridge-mcp", "version": "1.4.3", "description": "Run commands in the windows filesystem, on windows terminals.", "type": "module", "main": "dist/index.js", "bin": { "wsl-terminal-bridge-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "dev:http": "tsx src/index.ts --streamable-http", "start": "node dist/index.js", "start:http": "node dist/index.js --streamable-http", "test": "tsx src/test.ts", "prepare": "npm run build" }, "keywords": [ "mcp", "wsl", "powershell", "terminal", "bridge" ], "author": "Stefan Nica", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/stefan-nica/wsl-terminal-bridge-mcp.git" }, "homepage": "https://github.com/stefan-nica/wsl-terminal-bridge-mcp#readme", "bugs": { "url": "https://github.com/stefan-nica/wsl-terminal-bridge-mcp/issues" }, "files": [ "dist", "README.md", "LICENSE", "EXAMPLES.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.22.0", "zod": "^4.1.12" }, "devDependencies": { "@types/node": "^24.10.1", "tsx": "^4.20.6", "typescript": "^5.9.3" } }