Forked from youssef/terminal-mcp-server
package.json
{
"name": "lms-plugin-terminal-mcp-server",
"version": "1.0.0",
"description": "MCP server that allows AI to execute terminal commands",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
}
}