#!/usr/bin/env node /** * Reverse Centaur MCP server — Streamable HTTP transport * * Runs an HTTP server that speaks the MCP Streamable HTTP protocol, * with optional OAuth 2.0 authentication. Required for the Anthropic * Claude Directory and any remote MCP client. * * Environment variables: * PORT — HTTP port (default: 3001) * REVERSECENTAUR_API_URL — API base URL * REVERSECENTAUR_API_KEY — API key (used when OAuth is off) * REVERSECENTAUR_MOCK_MODE — "true" for mock data * REVERSECENTAUR_OAUTH — "true" to enable OAuth 2.0 * * Flags: * --oauth Enable OAuth 2.0 authentication */ export {}; //# sourceMappingURL=http.d.ts.map