Skip to content

Fix stale docs: tag filtering API and missing output_schema param#3322

Merged
jlowin merged 1 commit intomainfrom
fix/stale-docs
Feb 27, 2026
Merged

Fix stale docs: tag filtering API and missing output_schema param#3322
jlowin merged 1 commit intomainfrom
fix/stale-docs

Conversation

@jlowin
Copy link
Copy Markdown
Member

@jlowin jlowin commented Feb 27, 2026

Two doc correctness issues surfaced during an audit of user-facing docs.

The include_tags and exclude_tags constructor parameters were removed but still documented in server.mdx — including broken code examples that would fail at runtime. These are replaced by server.enable(tags=..., only=True) and server.disable(tags=...), which the doc now correctly shows. The output_schema decorator parameter was also absent from the @mcp.tool ParamField reference, despite being covered in the structured output section — added for completeness.

@marvin-context-protocol marvin-context-protocol Bot added the documentation Updates to docs, examples, or guides. Primary change is documentation-related. label Feb 27, 2026
@jlowin jlowin merged commit 3438b77 into main Feb 27, 2026
8 checks passed
@jlowin jlowin deleted the fix/stale-docs branch February 27, 2026 17:10
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