Skip to content

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