UNPKG

@agentdb/mcpproxy

Version:

MCP proxy server for remote HTTP endpoints supporting JSON and Server-Sent Events

13 lines (10 loc) 399 B
/** * @agentdb/mcpproxy - MCP Proxy for Remote HTTP Endpoints * * This package provides a proxy server that bridges local MCP clients * with remote MCP servers over HTTP, supporting both JSON and Server-Sent Events. */ export { downloadBinary, getLocalBinaryPath } from './lib/download-binary.js'; // Package metadata export const version = '0.1.0'; export const name = '@agentdb/mcpproxy';