UNPKG

@oglabs/mcp

Version:

Interactive CLI tool and MCP server for managing MCP configurations with tech stack detection and recommendations

66 lines 1.45 kB
{ "name": "@oglabs/mcp", "version": "2.9.0", "description": "Interactive CLI tool and MCP server for managing MCP configurations with tech stack detection and recommendations", "main": "mcp-manager.cjs", "type": "module", "bin": { "mcp": "./mcp-manager.js" }, "files": [ "mcp-manager.js", "mcp-manager.cjs", "mcp-server.js", "db.json", "public/", "README.md", "LICENSE" ], "scripts": { "start": "node mcp-manager.cjs --web", "server": "node mcp-server.js" }, "keywords": [ "mcp", "model-context-protocol", "cli", "configuration", "manager", "server", "ai", "llm", "tech-stack", "recommendations", "web-interface", "automation" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0", "axios": "^1.6.0", "csv-parser": "^3.2.0", "dotenv": "^16.3.1", "express": "^4.18.2", "glob": "^11.0.3", "node-fetch": "^3.3.2", "openai": "^5.8.2", "playwright": "^1.40.0", "zod": "^3.25.72" }, "engines": { "node": ">=14.0.0" }, "author": "hari", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/kmhari/mcp-simple.git" }, "bugs": { "url": "https://github.com/kmhari/mcp-simple/issues" }, "homepage": "https://github.com/kmhari/mcp-simple#readme", "preferGlobal": true, "publishConfig": { "registry": "https://registry.npmjs.org" } }