UNPKG

get-second-opinion

Version:

MCP tool that helps AI agents get unstuck by receiving second opinions from other models

23 lines 616 B
{ "name": "get-second-opinion", "version": "1.7.0", "description": "MCP tool that helps AI agents get unstuck by receiving second opinions from other models", "main": "index.js", "bin": { "get-second-opinion": "./index.js" }, "keywords": ["mcp", "ai-agents", "second-opinion", "cursor", "agent-tools"], "author": "Rocky Medure", "license": "MIT", "homepage": "https://2nd0p.com", "repository": { "type": "git", "url": "https://github.com/rockymedure/second-opinion" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.4" }, "engines": { "node": ">=18.0.0" } }