Skip to content

Clarifications on mcp-server-card dynamic flag#2265

Closed
maiargu wants to merge 9 commits intomodelcontextprotocol:sep/mcp-server-cardsfrom
maiargu:sep/mcp-server-cards
Closed

Clarifications on mcp-server-card dynamic flag#2265
maiargu wants to merge 9 commits intomodelcontextprotocol:sep/mcp-server-cardsfrom
maiargu:sep/mcp-server-cards

Conversation

@maiargu
Copy link
Copy Markdown

@maiargu maiargu commented Feb 17, 2026

Clarifications on mcp-server-card dynamic flag

Builds on #2127

The scope of this PR is strictly limited to provide clarifications for point 2. from @tadasant comment
Whether to have dynamic as a value in tools/primitives?

The answer to this question is probably NO.
A dynamic flag is not necessary to be introduced, if a MCP primitive is "dynamic" or not can be already expressed by using the listChanged flag from the MCP protocol itself.

This PR incorporates feedback from @Fannon comment
And solves concerns about "dynamic" raised by:

dsp-ant and others added 9 commits January 22, 2026 14:11
…l#1804)

* Migrate final and closed SEPs to seps/ directory

Migrate 10 SEPs with 'final' status or closed state to the new seps/ markdown format:
- SEP-932: Model Context Protocol Governance
- SEP-973: Expose additional metadata for Implementations, Resources, Tools and Prompts
- SEP-985: Align OAuth 2.0 Protected Resource Metadata with RFC 9728
- SEP-986: Specify Format for Tool Names
- SEP-990: Enable enterprise IdP policy controls during MCP OAuth flows
- SEP-994: Shared Communication Practices/Guidelines
- SEP-1046: Support OAuth client credentials flow in authorization
- SEP-1302: Formalize Working Groups and Interest Groups in MCP Governance
- SEP-1319: Decouple Request Payload from RPC Methods Definition
- SEP-1330: Elicitation Enum Schema Improvements and Standards Compliance

Also includes the migration script (migrate_seps.js) for future use.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Migrate final and closed SEPs to seps/ directory

- Migrate 10 final/closed SEPs from GitHub issues to seps/ directory
- Generate SEP documentation pages in docs/community/seps/
- Fix malformed Type fields in SEP-973, SEP-1319, SEP-1330
- Add complete content for SEP-1319 (was header-only)

* Improve SEP sidebar: show titles and group by status

- Add SEP titles to sidebar (truncated at 40 chars with ellipsis)
- Group SEPs by status (Final, Accepted, Draft, etc.) in navigation
- Makes sidebar more informative and less overwhelming

---------

Co-authored-by: Claude <noreply@anthropic.com>
…1002

The SEP was previously just a placeholder. Added complete content based on
the communication guidelines implementation in docs/community/communication.mdx.
…ontextprotocol#2136)

Add 10 SEPs that were missed during the initial migration in PR modelcontextprotocol#1804:
- SEP-991: OAuth Client ID Metadata Documents (Final)
- SEP-1024: MCP Client Security Requirements (Final - PR modelcontextprotocol#1025 merged)
- SEP-1034: Default values for elicitation schemas (Final)
- SEP-1036: URL Mode Elicitation (Final)
- SEP-1303: Input Validation Errors (Final)
- SEP-1577: Sampling With Tools (Final)
- SEP-1613: JSON Schema 2020-12 Default Dialect (Final)
- SEP-1686: Tasks (Final)
- SEP-1699: SSE Polling via server-side disconnect (Final)
- SEP-1730: SDKs Tiering System (Final)

Note: SEP-1309 (Specification Version Management) was NOT included as
PR modelcontextprotocol#1404 implementing it is still open.

Also fixes formatting issues in SEP metadata (Type, Author fields).
@maiargu maiargu requested a review from a team as a code owner February 17, 2026 16:02
@maiargu maiargu marked this pull request as draft February 17, 2026 16:42
5. **resources** (object, optional): Resource support
1. **subscribe** (boolean, optional): Subscription support
2. **listChanged** (boolean, optional): Change notification support
2. **listChanged** (boolean, optional): Server runtime change notification support for the client when its resources list has changed
Copy link
Copy Markdown

@sdatapix sdatapix Feb 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @maiargu Should this not be false when resources is not dynamic? That needs to be mentioned here as well.

Same comment applies to Tools change too.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @sdatapix , I added an additional statement to clearly mention this in the newly created 2269 PR, please further check there.

@maiargu
Copy link
Copy Markdown
Author

maiargu commented Feb 18, 2026

Ups, my fork was not in sync.
This PR contains too many files changed.

Closing in favour of #2269

@maiargu maiargu closed this Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants