UNPKG

mcp-extended-tools

Version:
35 lines 696 B
{ "name": "mcp-extended-tools", "version": "1.9.2", "description": "Extended tools for command execution", "type": "module", "main": "index.js", "bin": { "mcp-extended-tools": "./src/index.js" }, "scripts": { "start": "node src/index.js" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "winston": "^3.11.0", "zod": "^3.22.4" }, "keywords": [ "mcp", "claude", "terminal", "monitoring", "command-execution", "file-management" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/mcp-extended-tools" } }