{
"name": "mcp-wsl-exec",
"version": "0.0.2",
"description": "A secure Model Context Protocol (MCP) server for executing commands in Windows Subsystem for Linux (WSL) with built-in safety features and validation",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"mcp-wsl-exec": "./dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"start": "node dist/index.js",
"dev": "npx @modelcontextprotocol/inspector dist/index.js",
"changeset": "changeset",
"version": "changeset version",
"release": "pnpm run build && changeset publish"
},
"keywords": [
"mcp",
"model-context-protocol",
"wsl",
"exec",
"command-execution",
"windows-subsystem-linux",
"security",
"command-line",
"cli",
"shell",
"bash",
"linux",
"windows",
"safe-execution",
"command-validation",
"path-validation",
"timeout",
"error-handling"
],
"author": "Scott Spence",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/spences10/mcp-wsl-exec.git"
},
"bugs": {
"url": "https://github.com/spences10/mcp-wsl-exec/issues"
},
"homepage": "https://github.com/spences10/mcp-wsl-exec#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "1.5.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.12",
"@types/node": "^22.12.0",
"typescript": "^5.7.3"
}
}