UNPKG

mcp-connector

Version:

MCP Remote Proxy Server for Streamable HTTP with OAuth Support.

52 lines (51 loc) 1.34 kB
{ "name": "mcp-connector", "version": "1.0.1-rc.7", "description": "MCP Remote Proxy Server for Streamable HTTP with OAuth Support.", "type": "module", "bin": { "mcp-connector": "dist/cli.js" }, "keywords": [ "mcp", "cli", "streamable-http", "proxy", "oauth" ], "author": "slokendra2102@gmail.com", "license": "MIT", "scripts": { "start": "node dist/cli.js", "build": "npm run lint:fix && tsc", "build:watch": "tsc --watch", "lint": "eslint", "lint:fix": "eslint --fix || exit 1", "format": "prettier --write \"src/**/*.{ts,}\"", "prepack": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.16.0", "express": "^4.18.2", "node-notifier": "^10.0.1", "open": "^10.2.0" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.19.9", "@types/node-notifier": "^8.0.5", "eslint": "^9.31.0", "eslint-plugin-import": "^2.32.0", "prettier": "^2.8.8", "typescript": "^5.8.3", "typescript-eslint": "^8.38.0" }, "repository": { "type": "git", "url": "https://github.com/lokendra-ss-18283/mcp-connector.git" }, "homepage": "https://github.com/lokendra-ss-18283/mcp-connector#readme", "bugs": { "url": "https://github.com/lokendra-ss-18283/mcp-connector/issues" } }