Back
27 Oct, 2025

MCP server: new streamable connections endpoint🚀

Endpoint:  https://cloud.yepcode.io/mcp/{teamSlugOrApiKey}

We’ve added support for streamable connections to the MCP server — allowing clients to open continuous HTTP streams and receive real-time updates without polling.

Highlights:

  • Using a teamSlug in the path enables OAuth authentication.
  • Using an apiKey keeps the existing auth flow.
  • Fully backward-compatible with existing MCP integrations.

URL examples:

  • https://cloud.yepcode.io/mcp/my-team
  • https://cloud.yepcode.io/mcp/sk-abc123xyz