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.