UNPKG

@grebyn/toolflow-mcp-server

Version:

MCP server for managing other MCP servers - discover, install, organize into bundles, and automate with workflows. Uses StreamableHTTP transport with dual OAuth/API key authentication.

9 lines 311 B
#!/usr/bin/env node /** * Stdio-to-HTTP Proxy for ToolFlow MCP Server * * This proxy allows the HTTP streamable server with OAuth to work through stdio transport. * It starts an HTTP server on a fixed port and bridges stdio commands to HTTP requests. */ export {}; //# sourceMappingURL=index-proxy.d.ts.map