UNPKG

mcp-confirm

Version:

Minimal MCP server that exposes a single 'proceed' tool returning 'Proceed'.

43 lines 903 B
{ "name": "mcp-confirm", "version": "1.0.2", "description": "Minimal MCP server that exposes a single 'proceed' tool returning 'Proceed'.", "main": "index.js", "bin": { "mcp-confirm": "index.js" }, "type": "module", "scripts": { "start": "node index.js", "test": "echo \"No tests yet\"" }, "keywords": [ "mcp", "model context protocol", "server", "cli", "confirm", "proceed" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/burkeholland/mcp-confirm.git" }, "bugs": { "url": "https://github.com/burkeholland/mcp-confirm/issues" }, "homepage": "https://github.com/burkeholland/mcp-confirm#readme", "engines": { "node": ">=18.0.0" }, "files": [ "index.js", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" } }