mcp-confirm
v1.0.2
Published
Minimal MCP server that exposes a single 'proceed' tool returning 'Proceed'.
Maintainers
Readme
mcp-confirm
Minimal MCP server exposing a single proceed tool that returns the text "Proceed".
Usage
Run directly with npx (no install required):
npx mcp-confirmOr add it to your MCP client config. For example, in a mcp.json:
{
"servers": {
"confirm": {
"type": "stdio",
"command": "npx",
"args": ["mcp-confirm"]
}
}
}You can also install globally:
npm i -g mcp-confirm
mcp-confirmRequirements
- Node.js 18+
License
MIT
