Skip to content

Releases: cloudflare/agents

[email protected]

13 Nov 17:33
83f8172

Choose a tag to compare

Patch Changes

  • #649 e135cf5 Thanks @mattzcarey! - fix auth url not being cleared on a successful oauth callback causing endless reconnection

[email protected]

13 Nov 16:35
c365bd6

Choose a tag to compare

Patch Changes

[email protected]

05 Nov 12:55
ff431ff

Choose a tag to compare

Patch Changes

  • #631 6ddabb7 Thanks @ghostwriternr! - Handle OAuth errors and validate redirect URLs

  • #626 cec3cca Thanks @mattzcarey! - Remove url field from RequestExtra in WorkerTransport. It is non standard and goes against the MCP spec types.

  • #630 636aaf9 Thanks @ghostwriternr! - Fix OAuth redirect handling in MCP clients

  • #624 3bb54bf Thanks @threepointone! - Add CLI entry point and tests for agents package

    Introduces a new CLI for the agents package using yargs with the following commands (currently stubs, not yet implemented):

    • init / create - Initialize an agents project
    • dev - Start development server
    • deploy - Deploy agents to Cloudflare
    • mcp - The agents mcp server

    Adds CLI test suite with comprehensive coverage for all commands and configurations. Updates package.json to register the CLI binary, adds test scripts for CLI testing, and includes yargs dependencies.

[email protected]

31 Oct 20:53
72b6c49

Choose a tag to compare

Patch Changes

  • #619 e7d0d4d Thanks @mattzcarey! - Adds request info to the extra argument in onmessage. Adds a url parm which we will try push upstream to the MCP SDK as it is useful with OpenAI Apps SDK

[email protected]

28 Oct 17:40
d7a460e

Choose a tag to compare

Patch Changes

  • #607 c9b76cd Thanks @threepointone! - Add jurisdiction support to MCP agent and handlers

    Introduces a jurisdiction option to MCP agent server and streaming/SSE handlers, allowing Durable Object instances to be created in specific geographic regions for compliance (e.g., GDPR). Documentation updated to explain usage and available jurisdictions.

[email protected]

28 Oct 14:05
bdbadd3

Choose a tag to compare

Patch Changes

  • #602 aed8e18 Thanks @threepointone! - Add CORS support to MCP handler and tests

    Introduces CORS configuration to experimental_createMcpHandler, including handling OPTIONS preflight requests and adding CORS headers to responses and errors. Exports corsHeaders from utils. Adds comprehensive tests for CORS behavior in handler.test.ts.

  • #603 4da191c Thanks @mattzcarey! - Drop the experimental_ prefix on createMcpHandler

[email protected]

25 Oct 15:30
a43b7dd

Choose a tag to compare

Patch Changes

[email protected]

24 Oct 22:23
5908188

Choose a tag to compare

Patch Changes

[email protected]

24 Oct 22:23
5908188

Choose a tag to compare

Patch Changes

[email protected]

24 Oct 17:00
328cf82

Choose a tag to compare

Patch Changes