Add missing beta2 features to v3 release tracking#3105
Conversation
generate-cli, goose integration, response limiting middleware, background task context, require_auth removal
|
Caution Review failedThe pull request is closed. WalkthroughThis pull request adds documentation for several new v3 features within the v3 features notes file. The additions describe the fastmcp generate-cli command for generating standalone Python CLIs from MCP tool schemas, Goose integration via fastmcp install goose, a new ResponseLimitingMiddleware for capping tool responses, Background Task Context support for Docket workers with Redis coordination, and the removal of require_auth in favor of scope-based authorization through require_scopes. The changes are purely documentation additions with no code modifications. Possibly related PRs
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The v3-features tracking doc was missing several features that shipped since beta1. Adds entries for:
fastmcp generate-cli(Addfastmcp generate-clicommand #3065) — schema-to-CLI code generationfastmcp install goosedeeplink commandContextworks transparently in Docket workers, including elicitation via Redis coordinationrequire_authremoval (Remove require_auth in favor of scope-based authorization #3103) — reverted in favor of transport-level auth +require_scopes