Skip to content

feat!: add support for multiple active schema versions #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2025

Conversation

hashemix
Copy link
Member

📌 Summary

This PR introduces support for enabling multiple MCP Protocol schema versions concurrently. While one version is designated as the default, additional versions can be activated via feature flags and accessed through clearly named modules.

✨ Changes Made

  • Introduced versioned internal module names to avoid conflicts
  • Non-default schemas are now accessible via modules such as:
    • rust_mcp_schema::mcp_2024_11_05
    • rust_mcp_schema::mcp_draft

💡 Additional Notes

  • The default schema version remains enabled by default.

@hashemix hashemix changed the title feat!: Add support for multiple active schema versions feat!: add support for multiple active schema versions Jun 17, 2025
@hashemix hashemix merged commit 2570c2b into main Jun 17, 2025
3 of 4 checks passed
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.

1 participant