Skip to content

Conversation

@anmatako
Copy link

This new feature avoids bringing the ring dependency that comes through even when using the reqwest-tls-no-provider feature

Motivation and Context

This change adds a new feature that entirely avoids the transitive ring dependency. Ring is not allowed in Microsoft's internal repos and use of rmcp is flagged by compliance.

How Has This Been Tested?

Tested in Codex agent from https://github.com/openai/codex

Breaking Changes

None

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

This new feature avoids bringing the ring dependency that comes through even when using the reqwest-tls-no-provider
@github-actions github-actions bot added T-dependencies Dependencies related changes T-config Configuration file changes labels Jan 16, 2026
@alexhancock alexhancock self-requested a review January 16, 2026 17:18
@alexhancock
Copy link
Collaborator

@anmatako This will need the commit message edited to conform to the https://www.conventionalcommits.org/en/v1.0.0/ format

I put in a pre-commit hook the other day to check this locally on commit, but perhaps you branched off from before?

#619

Sorry for the hassle!

@anmatako anmatako closed this Jan 16, 2026
@anmatako
Copy link
Author

Moving to v0.13 avoids pulling ring. Native TLS may still be needed as a feature, but not blocking at the moment

@anmatako
Copy link
Author

anmatako commented Jan 16, 2026 via email

@alexhancock
Copy link
Collaborator

Ok sounds good. Let's leave it at that with the solution in 0.13 then. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-config Configuration file changes T-dependencies Dependencies related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants