This service runs an unauthorized MCP server exposing a single tool: revealsecret. Call it from your client to get a small proof that a real MCP round‑trip worked.
Point your Flow’s MCP tool to this SSE endpoint, then invoke revealsecret to confirm connectivity.
Import the OpenAPI spec URL, then run the operation that maps to revealsecret.
The spec exposes /reveal_secret
(POST) and related schemas [1].
To make it fast and safe to verify remote MCP flow support without wiring up credentials or a full stack.
This is a “pure” Go implementation using the standard library (no frameworks), so it’s easy to read and tweak the flow [1].