Skip to content

Add missing beta2 features to v3 release tracking#3105

Merged
jlowin merged 1 commit intomainfrom
docs/v3-beta2-feature-tracking
Feb 7, 2026
Merged

Add missing beta2 features to v3 release tracking#3105
jlowin merged 1 commit intomainfrom
docs/v3-beta2-feature-tracking

Conversation

@jlowin
Copy link
Copy Markdown
Member

@jlowin jlowin commented Feb 7, 2026

The v3-features tracking doc was missing several features that shipped since beta1. Adds entries for:

generate-cli, goose integration, response limiting middleware,
background task context, require_auth removal
@jlowin jlowin merged commit 25f3b08 into main Feb 7, 2026
13 of 14 checks passed
@jlowin jlowin deleted the docs/v3-beta2-feature-tracking branch February 7, 2026 01:27
@marvin-context-protocol marvin-context-protocol Bot added the documentation Updates to docs, examples, or guides. Primary change is documentation-related. label Feb 7, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 7, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

This 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

  • fastmcp#3065: Implements the generate-cli feature being documented in this PR, providing the actual command and generator code that maps JSON Schema to cyclopts commands.
  • fastmcp#2822: Updates the same v3-features documentation file and overlaps on Background Task Context (SEP-1686) content coverage.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs/v3-beta2-feature-tracking

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Updates to docs, examples, or guides. Primary change is documentation-related.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant