@mgsoftwarebv/mcp-server-bridge
Version:
MCP Server bridge for MG Tickets - connects Cursor to HTTP MCP server with image support and GitHub code exploration
49 lines (48 loc) • 1.16 kB
JSON
{
"name": "@mgsoftwarebv/mcp-server-bridge",
"version": "2.20.0",
"description": "MCP Server bridge for MG Tickets - connects Cursor to HTTP MCP server with image support and GitHub code exploration",
"type": "module",
"main": "dist/index.js",
"bin": {
"mg-tickets-mcp": "dist/index.js"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"start": "node dist/index.js",
"typecheck": "tsc --noEmit"
},
"keywords": [
"mcp",
"tickets",
"bridge",
"cursor",
"mg-software"
],
"author": "MG Software B.V.",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"@octokit/rest": "^21.0.0",
"@supabase/supabase-js": "^2.50.0",
"crypto": "^1.0.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
},
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mgsoftwarebv/tickets-v2.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}