HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/librepanel/node_modules/mcp-proxy/package.json
{
  "name": "mcp-proxy",
  "version": "2.12.0",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsup",
    "test": "vitest run && tsc",
    "format": "prettier --write . && eslint --fix ."
  },
  "bin": {
    "mcp-proxy": "dist/bin/mcp-proxy.js"
  },
  "keywords": [
    "MCP",
    "SSE",
    "proxy"
  ],
  "type": "module",
  "author": "Frank Fiegel <frank@glama.ai>",
  "license": "MIT",
  "description": "A TypeScript SSE proxy for MCP servers that use stdio transport.",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.6.0",
    "eventsource": "^3.0.5",
    "yargs": "^17.7.2"
  },
  "repository": {
    "url": "https://github.com/punkpeye/mcp-proxy"
  },
  "homepage": "https://glama.ai/mcp",
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm",
      "@semantic-release/github"
    ]
  },
  "devDependencies": {
    "@sebbo2002/semantic-release-jsr": "^2.0.4",
    "@tsconfig/node22": "^22.0.0",
    "@types/node": "^22.13.5",
    "@types/yargs": "^17.0.33",
    "eslint": "^9.21.0",
    "eslint-plugin-perfectionist": "^4.9.0",
    "get-port-please": "^3.1.2",
    "prettier": "^3.5.2",
    "semantic-release": "^24.2.3",
    "tsup": "^8.3.6",
    "tsx": "^4.19.3",
    "typescript": "^5.7.3",
    "vitest": "^3.0.6"
  },
  "tsup": {
    "entry": [
      "src/index.ts",
      "src/bin/mcp-proxy.ts"
    ],
    "format": [
      "esm"
    ],
    "dts": true,
    "splitting": true,
    "sourcemap": true,
    "clean": true
  }
}