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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.

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