Releases: cloudflare/agents
[email protected]
Patch Changes
- #649
e135cf5Thanks @mattzcarey! - fix auth url not being cleared on a successful oauth callback causing endless reconnection
[email protected]
Patch Changes
-
#637
1e3b8c9Thanks @mattzcarey! - Removed client edge transports and added deprecation warnings to update imports to the mcp typescript sdk -
#641
b2187b4Thanks @threepointone! - update dependencies
[email protected]
Patch Changes
-
#631
6ddabb7Thanks @ghostwriternr! - Handle OAuth errors and validate redirect URLs -
#626
cec3ccaThanks @mattzcarey! - Remove url field from RequestExtra in WorkerTransport. It is non standard and goes against the MCP spec types. -
#630
636aaf9Thanks @ghostwriternr! - Fix OAuth redirect handling in MCP clients -
#624
3bb54bfThanks @threepointone! - Add CLI entry point and tests for agents packageIntroduces a new CLI for the agents package using yargs with the following commands (currently stubs, not yet implemented):
init/create- Initialize an agents projectdev- Start development serverdeploy- Deploy agents to Cloudflaremcp- 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]
Patch Changes
- #619
e7d0d4dThanks @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]
Patch Changes
-
#607
c9b76cdThanks @threepointone! - Add jurisdiction support to MCP agent and handlersIntroduces a
jurisdictionoption 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]
Patch Changes
-
#602
aed8e18Thanks @threepointone! - Add CORS support to MCP handler and testsIntroduces 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
4da191cThanks @mattzcarey! - Drop the experimental_ prefix on createMcpHandler
[email protected]
Patch Changes
- #592
8e9d714Thanks @mattzcarey! - Fix oauth2 client again
[email protected]
Patch Changes
-
#578
829866cThanks @threepointone! - udpate dependencies -
Updated dependencies [
829866c]:
[email protected]
Patch Changes
- #578
829866cThanks @threepointone! - udpate dependencies
[email protected]
Patch Changes
-
#582
a215bb2Thanks @mattzcarey! - chore: remove main field from agents package.json -
#576
026696fThanks @mattzcarey! - createMcpHandler for stateless MCP Worker