Skip to content

Conversation

jaredpar
Copy link
Contributor

Motivation and Context

This removes the reflection from the double connection test and replaces it with a MockHttpHandler to let the connection actually succeed and then test the redundant ConnectAsync call.

partial fix for #48

How Has This Been Tested?

Ran unit tests locally

Breaking Changes

No. Test only change.

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

This removes the reflection from the double connection test and replaces it with a
`MockHttpHandler` to let the connection actually succeed and then test the
redundant `ConnectAsync` call.

partial fix for modelcontextprotocol#48
@eiriktsarpalis eiriktsarpalis merged commit d18da9a into modelcontextprotocol:main Mar 22, 2025
7 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.

4 participants