René's URL Explorer Experiment


Title: fix: Eliminate port allocation race condition in all affected test files by maxisbey · Pull Request #1528 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: fix: Eliminate port allocation race condition in all affected test files by maxisbey · Pull Request #1528 · modelcontextprotocol/python-sdk

X Title: fix: Eliminate port allocation race condition in all affected test files by maxisbey · Pull Request #1528 · modelcontextprotocol/python-sdk

Description: This PR extends the port allocation race condition fix to all test files affected by the same TOCTOU issue, eliminating intermittent test failures when running with pytest-xdist parallel workers. Motivation and Context When running tests with pytest-xdist parallel workers, multiple workers would receive the same "free" port from socket.bind(("127.0.0.1", 0)), causing a TOCTOU (Time-of-Check-Time-of-Use) race condition. This manifested as: "address already in use" errors when multiple workers tried to bind the same port Tests connecting to wrong servers (e.g., expecting one server but getting another) Flaky tests in CI that would pass locally but fail intermittently in parallel runs This builds on the initial fix in tests/server/fastmcp/test_integration.py by applying the same solution to 7 additional test files that had the identical issue. How Has This Been Tested? ✅ Ran full test suite with 14 parallel workers: PYTEST_DISABLE_PLUGIN_AUTOLOAD="" uv run --frozen pytest tests/ -v ✅ All 703 tests pass consistently ✅ Verified no "address already in use" errors occur ✅ Confirmed no test cross-contamination between workers ✅ Tested multiple consecutive runs to ensure stability Each pytest-xdist worker now receives an exclusive port range from 40000-59999 based on its worker ID, eliminating port conflicts entirely. Breaking Changes None. This is an internal test infrastructure change with no impact on the public API or user-facing functionality. 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 Files modified: tests/server/test_streamable_http_security.py - Updated server_port fixture tests/server/test_sse_security.py - Updated server_port fixture tests/shared/test_streamable_http.py - Updated 3 port fixtures (basic, json, event server) tests/shared/test_sse.py - Updated server_port fixture tests/shared/test_ws.py - Updated server_port fixture tests/client/test_http_unicode.py - Updated unicode_server_port fixture tests/client/test_notification_response.py - Updated non_sdk_server_port fixture tests/test_test_helpers.py - Fixed socket cleanup to prevent ResourceWarning Implementation details: All affected fixtures now use get_worker_specific_port(worker_id) instead of the race-prone socket.bind(("127.0.0.1", 0)) pattern. The helper function allocates worker-specific port ranges ensuring no overlap between parallel test workers.

Open Graph Description: This PR extends the port allocation race condition fix to all test files affected by the same TOCTOU issue, eliminating intermittent test failures when running with pytest-xdist parallel workers. M...

X Description: This PR extends the port allocation race condition fix to all test files affected by the same TOCTOU issue, eliminating intermittent test failures when running with pytest-xdist parallel workers. M...

Opengraph URL: https://github.com/modelcontextprotocol/python-sdk/pull/1528

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:5de9e0e2-0602-adee-0d86-43327823dc6d
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD066:26468C:1B2DB8:237B8D:6A5B1903
html-safe-nonce6413287816360320bd45cffe421ede2bc8d6dd764a18493d1908f5a0ced2b51e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMDY2OjI2NDY4QzoxQjJEQjg6MjM3QjhEOjZBNUIxOTAzIiwidmlzaXRvcl9pZCI6IjMwMjMwNjYzOTQzOTUzNTEyOTkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac94281dfb8b096bdc4b910b1c96f3a0dbe440afa32e58f137b3e9d02d4fc0f377
hovercard-subject-tagpull_request:2957049075
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/modelcontextprotocol/python-sdk/pull/1528/files
twitter:imagehttps://avatars.githubusercontent.com/u/224885523?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/224885523?s=400&v=4
og:image:altThis PR extends the port allocation race condition fix to all test files affected by the same TOCTOU issue, eliminating intermittent test failures when running with pytest-xdist parallel workers. M...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/modelcontextprotocol/python-sdk git https://github.com/modelcontextprotocol/python-sdk.git
octolytics-dimension-user_id182288589
octolytics-dimension-user_loginmodelcontextprotocol
octolytics-dimension-repository_id862584018
octolytics-dimension-repository_nwomodelcontextprotocol/python-sdk
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id862584018
octolytics-dimension-repository_network_root_nwomodelcontextprotocol/python-sdk
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F1528%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F1528%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=modelcontextprotocol%2Fpython-sdk
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files
modelcontextprotocol https://github.com/modelcontextprotocol
python-sdkhttps://github.com/modelcontextprotocol/python-sdk
Notifications https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Fork 3.7k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Star 23.6k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Code https://github.com/modelcontextprotocol/python-sdk
Issues 258 https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests 301 https://github.com/modelcontextprotocol/python-sdk/pulls
Actions https://github.com/modelcontextprotocol/python-sdk/actions
Projects https://github.com/modelcontextprotocol/python-sdk/projects
Models https://github.com/modelcontextprotocol/python-sdk/models
Security and quality 6 https://github.com/modelcontextprotocol/python-sdk/security
Insights https://github.com/modelcontextprotocol/python-sdk/pulse
Code https://github.com/modelcontextprotocol/python-sdk
Issues https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests https://github.com/modelcontextprotocol/python-sdk/pulls
Actions https://github.com/modelcontextprotocol/python-sdk/actions
Projects https://github.com/modelcontextprotocol/python-sdk/projects
Models https://github.com/modelcontextprotocol/python-sdk/models
Security and quality https://github.com/modelcontextprotocol/python-sdk/security
Insights https://github.com/modelcontextprotocol/python-sdk/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmodelcontextprotocol%2Fpython-sdk%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk%2Fissues%2Fnew%2Fchoose
maxisbeyhttps://github.com/maxisbey
mainhttps://github.com/modelcontextprotocol/python-sdk/tree/main
fix-flaky-port-allocation-race-conditionhttps://github.com/modelcontextprotocol/python-sdk/tree/fix-flaky-port-allocation-race-condition
Conversation 1 https://github.com/modelcontextprotocol/python-sdk/pull/1528
Commits 2 https://github.com/modelcontextprotocol/python-sdk/pull/1528/commits
Checks 21 https://github.com/modelcontextprotocol/python-sdk/pull/1528/checks
Files changed https://github.com/modelcontextprotocol/python-sdk/pull/1528/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files
fix: Eliminate port allocation race condition in all affected test files https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#top
Show all changes 2 commits https://github.com/modelcontextprotocol/python-sdk/pull/1528/files
7769a83 fix: Eliminate port allocation race condition in parallel FastMCP tests maxisbey Oct 28, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1528/commits/7769a835cee9b3d987b9dda74e64214be6444e9c
a09d0b1 fix: Eliminate port allocation race condition in all affected test files maxisbey Oct 28, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1528/commits/a09d0b11bbc02663608178176fbd9f898235e4d0
Clear filters https://github.com/modelcontextprotocol/python-sdk/pull/1528/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files
test_http_unicode.py https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-1abfe619fb6ecef0087c7e77c14530625aee85ec1dc1db958de2f341769c21c9
test_notification_response.py https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-8c7bb1142c1c9cb43b4d2e7bf265054daca89ba175deec8b690f00464c00c182
test_integration.py https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-2a83726d3841510342d53ec2e4372b1b9ddb456bead430b070f2df6652f48e25
test_sse_security.py https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-c4352f0bf263a51087a1f9dbd97e778a2fa4bf3fc0eced12e4bb84af262b7d8e
test_streamable_http_security.py https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-99641f6cbe257be62af18938eeaacc6b089a42a859dac58486fe17506a9de558
test_sse.py https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-a2934f5f6ec610dff6774352c41b8c697b539614667643d69fd67f6fc6d7765e
test_streamable_http.py https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
test_ws.py https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-42c069f4857387aa663d81e4dc484bffa345f00b175503cfe090ca14d6dcdfd5
test_helpers.py https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-08a6944653efc734f4c8cb856fc854b9f21d655ca69796af2b170c53bff7919e
test_test_helpers.py https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-ca53a8053ae2f90fc6d3dfadd88fd16520d2b6b161c6015f8a84c17e6b5c709d
tests/client/test_http_unicode.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-1abfe619fb6ecef0087c7e77c14530625aee85ec1dc1db958de2f341769c21c9
View file https://github.com/modelcontextprotocol/python-sdk/blob/a09d0b11bbc02663608178176fbd9f898235e4d0/tests/client/test_http_unicode.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/1528/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-1abfe619fb6ecef0087c7e77c14530625aee85ec1dc1db958de2f341769c21c9
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-1abfe619fb6ecef0087c7e77c14530625aee85ec1dc1db958de2f341769c21c9
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-1abfe619fb6ecef0087c7e77c14530625aee85ec1dc1db958de2f341769c21c9
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-1abfe619fb6ecef0087c7e77c14530625aee85ec1dc1db958de2f341769c21c9
tests/client/test_notification_response.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-8c7bb1142c1c9cb43b4d2e7bf265054daca89ba175deec8b690f00464c00c182
View file https://github.com/modelcontextprotocol/python-sdk/blob/a09d0b11bbc02663608178176fbd9f898235e4d0/tests/client/test_notification_response.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/1528/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-8c7bb1142c1c9cb43b4d2e7bf265054daca89ba175deec8b690f00464c00c182
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-8c7bb1142c1c9cb43b4d2e7bf265054daca89ba175deec8b690f00464c00c182
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-8c7bb1142c1c9cb43b4d2e7bf265054daca89ba175deec8b690f00464c00c182
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-8c7bb1142c1c9cb43b4d2e7bf265054daca89ba175deec8b690f00464c00c182
tests/server/fastmcp/test_integration.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-2a83726d3841510342d53ec2e4372b1b9ddb456bead430b070f2df6652f48e25
View file https://github.com/modelcontextprotocol/python-sdk/blob/a09d0b11bbc02663608178176fbd9f898235e4d0/tests/server/fastmcp/test_integration.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/1528/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-2a83726d3841510342d53ec2e4372b1b9ddb456bead430b070f2df6652f48e25
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-2a83726d3841510342d53ec2e4372b1b9ddb456bead430b070f2df6652f48e25
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-2a83726d3841510342d53ec2e4372b1b9ddb456bead430b070f2df6652f48e25
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-2a83726d3841510342d53ec2e4372b1b9ddb456bead430b070f2df6652f48e25
tests/server/test_sse_security.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-c4352f0bf263a51087a1f9dbd97e778a2fa4bf3fc0eced12e4bb84af262b7d8e
View file https://github.com/modelcontextprotocol/python-sdk/blob/a09d0b11bbc02663608178176fbd9f898235e4d0/tests/server/test_sse_security.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/1528/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-c4352f0bf263a51087a1f9dbd97e778a2fa4bf3fc0eced12e4bb84af262b7d8e
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-c4352f0bf263a51087a1f9dbd97e778a2fa4bf3fc0eced12e4bb84af262b7d8e
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-c4352f0bf263a51087a1f9dbd97e778a2fa4bf3fc0eced12e4bb84af262b7d8e
tests/server/test_streamable_http_security.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-99641f6cbe257be62af18938eeaacc6b089a42a859dac58486fe17506a9de558
View file https://github.com/modelcontextprotocol/python-sdk/blob/a09d0b11bbc02663608178176fbd9f898235e4d0/tests/server/test_streamable_http_security.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/1528/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-99641f6cbe257be62af18938eeaacc6b089a42a859dac58486fe17506a9de558
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-99641f6cbe257be62af18938eeaacc6b089a42a859dac58486fe17506a9de558
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-99641f6cbe257be62af18938eeaacc6b089a42a859dac58486fe17506a9de558
tests/shared/test_sse.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-a2934f5f6ec610dff6774352c41b8c697b539614667643d69fd67f6fc6d7765e
View file https://github.com/modelcontextprotocol/python-sdk/blob/a09d0b11bbc02663608178176fbd9f898235e4d0/tests/shared/test_sse.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/1528/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-a2934f5f6ec610dff6774352c41b8c697b539614667643d69fd67f6fc6d7765e
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-a2934f5f6ec610dff6774352c41b8c697b539614667643d69fd67f6fc6d7765e
tests/shared/test_streamable_http.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
View file https://github.com/modelcontextprotocol/python-sdk/blob/a09d0b11bbc02663608178176fbd9f898235e4d0/tests/shared/test_streamable_http.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/1528/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
tests/shared/test_ws.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-42c069f4857387aa663d81e4dc484bffa345f00b175503cfe090ca14d6dcdfd5
View file https://github.com/modelcontextprotocol/python-sdk/blob/a09d0b11bbc02663608178176fbd9f898235e4d0/tests/shared/test_ws.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/1528/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-42c069f4857387aa663d81e4dc484bffa345f00b175503cfe090ca14d6dcdfd5
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-42c069f4857387aa663d81e4dc484bffa345f00b175503cfe090ca14d6dcdfd5
tests/test_helpers.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-08a6944653efc734f4c8cb856fc854b9f21d655ca69796af2b170c53bff7919e
View file https://github.com/modelcontextprotocol/python-sdk/blob/a09d0b11bbc02663608178176fbd9f898235e4d0/tests/test_helpers.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/1528/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-08a6944653efc734f4c8cb856fc854b9f21d655ca69796af2b170c53bff7919e
https://github.com/modelcontextprotocol/python-sdk/pull/1528/files#diff-08a6944653efc734f4c8cb856fc854b9f21d655ca69796af2b170c53bff7919e
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/1528/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.