René's URL Explorer Experiment


Title: fix(mcp): bound and tear down one-shot OAuth fetches so auth can't hang by waleedlatif1 · Pull Request #5789 · simstudioai/sim · GitHub

Open Graph Title: fix(mcp): bound and tear down one-shot OAuth fetches so auth can't hang by waleedlatif1 · Pull Request #5789 · simstudioai/sim

X Title: fix(mcp): bound and tear down one-shot OAuth fetches so auth can't hang by waleedlatif1 · Pull Request #5789 · simstudioai/sim

Description: Summary Root-caused the Gauge MCP OAuth "Connecting… forever" hang on staging: the SSRF-guarded fetch used for all one-shot OAuth legs (discovery, dynamic client registration, token exchange/refresh, RFC 7009 revocation) created a fresh pinned undici Agent per request and never destroyed it, and returned the live response so the MCP SDK read the body outside any deadline. The SDK sets no timeout on OAuth legs, so a stalled body read or an accumulating leaked keep-alive socket could leave the callback (and the browser waiting on it) pending indefinitely. Empirically confirmed via a staging diagnostic + DB: the callback burned its state, completed discovery, then hung before the token POST — no token exchange, no error, tokens never persisted. An isolated repro proved the SDK/flow itself reaches the token POST in <1s; the guard's lifecycle was the fault. What changed Buffer the (always-small) OAuth JSON body inside the guard, under the composed deadline/caller AbortSignal, then return a detached in-memory Response. undici's bodyTimeout only measures idle gaps between chunks and cannot bound a slow-drip/stalled body — the AbortSignal is the only true wall-clock deadline over the body read, so the read now lives inside it. destroy() (not close()) the per-request pinned Agent on every path so a one-shot leg can't strand its keep-alive socket, and teardown itself can't hang on an in-flight request. Fixed the same per-request Agent leak in the auth-type probe (tears the Agent down after best-effort session cleanup settles). Returning a normalized global Response also makes provider token-endpoint errors surface cleanly instead of the SDK's opaque "[object Response]" parse failure. Aligned with the official MCP TypeScript SDK's contract (all lifecycle/deadline enforcement lives in the injected fetch) and undici best practice (per-request pinned Agent → buffer body → destroy(); AbortSignal as the authoritative deadline). Type of Change Bug fix Testing Unit: 14 guard tests (pinning, teardown on success/failure, detached-body readability, deadline over a stalled body read, DNS/abort composition) + updated probe/revoke suites — full lib/mcp suite green (366 tests). Integration against live Gauge: drove the real SDK auth() with the new guard behavior — reaches the token POST, returns in ~1.9s, 0 leaked Agents (8 created / 8 destroyed), and surfaces a clean invalid_grant message. tsc clean; biome clean. Not yet re-run through the full staging OAuth flow end-to-end (the temporary McpHttpDiag logging from #5782 is still live and will confirm the token POST now fires; a follow-up removes it once verified). Checklist Code follows project style guidelines Self-reviewed my changes Tests added/updated and passing No new warnings introduced I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

Open Graph Description: Summary Root-caused the Gauge MCP OAuth "Connecting… forever" hang on staging: the SSRF-guarded fetch used for all one-shot OAuth legs (discovery, dynamic client registration, token exch...

X Description: Summary Root-caused the Gauge MCP OAuth &quot;Connecting… forever&quot; hang on staging: the SSRF-guarded fetch used for all one-shot OAuth legs (discovery, dynamic client registration, to...

Opengraph URL: https://github.com/simstudioai/sim/pull/5789

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:250a5061-59e4-50f4-7a63-f8bcdbd9eeea
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8CA0:11247E:12BB488:1AE1931:6A63423F
html-safe-nonce635d495ae20fba26d36ce63544a3d166cf7766e945f365a16f34468107d6886b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4Q0EwOjExMjQ3RToxMkJCNDg4OjFBRTE5MzE6NkE2MzQyM0YiLCJ2aXNpdG9yX2lkIjoiMzQ1MjY1Nzk4MjY0MzU4NTU5OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacf9ad8e8376b749dbad754e7d32b5f81f41f38b5b5f9ff3766e906ca8229bbbed
hovercard-subject-tagpull_request:4095713021
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/simstudioai/sim/pull/5789/files
twitter:imagehttps://avatars.githubusercontent.com/u/40672544?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/40672544?s=400&v=4
og:image:altSummary Root-caused the Gauge MCP OAuth "Connecting… forever" hang on staging: the SSRF-guarded fetch used for all one-shot OAuth legs (discovery, dynamic client registration, token exch...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None59e55daad7174ca59d63c6974d58276ccb5477442e550bebb3c035e1bef11c94
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/simstudioai/sim git https://github.com/simstudioai/sim.git
octolytics-dimension-user_id199344406
octolytics-dimension-user_loginsimstudioai
octolytics-dimension-repository_id912559512
octolytics-dimension-repository_nwosimstudioai/sim
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id912559512
octolytics-dimension-repository_network_root_nwosimstudioai/sim
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
release990295d92a4cc7b63fbbd83a046217cd7d77d49c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/simstudioai/sim/pull/5789/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsimstudioai%2Fsim%2Fpull%2F5789%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
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
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%2Fsimstudioai%2Fsim%2Fpull%2F5789%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=simstudioai%2Fsim
Reloadhttps://github.com/simstudioai/sim/pull/5789/files
Reloadhttps://github.com/simstudioai/sim/pull/5789/files
Reloadhttps://github.com/simstudioai/sim/pull/5789/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5789/files
simstudioai https://github.com/simstudioai
simhttps://github.com/simstudioai/sim
Notifications https://github.com/login?return_to=%2Fsimstudioai%2Fsim
Fork 3.7k https://github.com/login?return_to=%2Fsimstudioai%2Fsim
Star 29.2k https://github.com/login?return_to=%2Fsimstudioai%2Fsim
Code https://github.com/simstudioai/sim
Issues 111 https://github.com/simstudioai/sim/issues
Pull requests 120 https://github.com/simstudioai/sim/pulls
Actions https://github.com/simstudioai/sim/actions
Projects https://github.com/simstudioai/sim/projects
Security and quality 0 https://github.com/simstudioai/sim/security
Insights https://github.com/simstudioai/sim/pulse
Code https://github.com/simstudioai/sim
Issues https://github.com/simstudioai/sim/issues
Pull requests https://github.com/simstudioai/sim/pulls
Actions https://github.com/simstudioai/sim/actions
Projects https://github.com/simstudioai/sim/projects
Security and quality https://github.com/simstudioai/sim/security
Insights https://github.com/simstudioai/sim/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fsimstudioai%2Fsim%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fsimstudioai%2Fsim%2Fissues%2Fnew%2Fchoose
waleedlatif1https://github.com/waleedlatif1
staginghttps://github.com/simstudioai/sim/tree/staging
fix/mcp-oauth-fetch-lifecyclehttps://github.com/simstudioai/sim/tree/fix/mcp-oauth-fetch-lifecycle
Conversation 11 https://github.com/simstudioai/sim/pull/5789
Commits 1 https://github.com/simstudioai/sim/pull/5789/commits
Checks 19 https://github.com/simstudioai/sim/pull/5789/checks
Files changed https://github.com/simstudioai/sim/pull/5789/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5789/files
fix(mcp): bound and tear down one-shot OAuth fetches so auth can't hang https://github.com/simstudioai/sim/pull/5789/files#top
Show all changes 1 commit https://github.com/simstudioai/sim/pull/5789/files
66c6f33 fix(mcp): bound and tear down one-shot OAuth fetches so auth can't hang waleedlatif1 Jul 21, 2026 https://github.com/simstudioai/sim/pull/5789/commits/66c6f3374c77045a3d177cd99cbf00b3947321ac
Clear filters https://github.com/simstudioai/sim/pull/5789/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5789/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5789/files
input-validation.server.ts https://github.com/simstudioai/sim/pull/5789/files#diff-6aff011dd9656fc3e2283ce7a33580a51622749a977dcacb0b75050284426798
probe.test.ts https://github.com/simstudioai/sim/pull/5789/files#diff-bc43a1492cb986c92b7f41bd724dbbc42edd31fb14c6a71a5230268615ace122
probe.ts https://github.com/simstudioai/sim/pull/5789/files#diff-98845bad4396ae700441369770277e66b375ead53144e063b55d99b2778ba34f
revoke.test.ts https://github.com/simstudioai/sim/pull/5789/files#diff-9141de4ac0edfc2350705d5dcbdb47f819796bd1f692a6c1f81c4e5be91e3d95
pinned-fetch.test.ts https://github.com/simstudioai/sim/pull/5789/files#diff-eb3b541d290de33fb3e61f5b074e2cfdb26cfd7a770a0ce1566316334a5ffec9
pinned-fetch.ts https://github.com/simstudioai/sim/pull/5789/files#diff-762eddc0923a0e087da8b1ddba48178609b8d41572e63b65e0cc2d027e79648c
apps/sim/lib/core/security/input-validation.server.tshttps://github.com/simstudioai/sim/pull/5789/files#diff-6aff011dd9656fc3e2283ce7a33580a51622749a977dcacb0b75050284426798
View file https://github.com/simstudioai/sim/blob/66c6f3374c77045a3d177cd99cbf00b3947321ac/apps/sim/lib/core/security/input-validation.server.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/simstudioai/sim/pull/5789/{{ revealButtonHref }}
https://github.com/simstudioai/sim/pull/5789/files#diff-6aff011dd9656fc3e2283ce7a33580a51622749a977dcacb0b75050284426798
https://github.com/simstudioai/sim/pull/5789/files#diff-6aff011dd9656fc3e2283ce7a33580a51622749a977dcacb0b75050284426798
apps/sim/lib/mcp/oauth/probe.test.tshttps://github.com/simstudioai/sim/pull/5789/files#diff-bc43a1492cb986c92b7f41bd724dbbc42edd31fb14c6a71a5230268615ace122
View file https://github.com/simstudioai/sim/blob/66c6f3374c77045a3d177cd99cbf00b3947321ac/apps/sim/lib/mcp/oauth/probe.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/simstudioai/sim/pull/5789/{{ revealButtonHref }}
https://github.com/simstudioai/sim/pull/5789/files#diff-bc43a1492cb986c92b7f41bd724dbbc42edd31fb14c6a71a5230268615ace122
https://github.com/simstudioai/sim/pull/5789/files#diff-bc43a1492cb986c92b7f41bd724dbbc42edd31fb14c6a71a5230268615ace122
https://github.com/simstudioai/sim/pull/5789/files#diff-bc43a1492cb986c92b7f41bd724dbbc42edd31fb14c6a71a5230268615ace122
https://github.com/simstudioai/sim/pull/5789/files#diff-bc43a1492cb986c92b7f41bd724dbbc42edd31fb14c6a71a5230268615ace122
https://github.com/simstudioai/sim/pull/5789/files#diff-bc43a1492cb986c92b7f41bd724dbbc42edd31fb14c6a71a5230268615ace122
https://github.com/simstudioai/sim/pull/5789/files#diff-bc43a1492cb986c92b7f41bd724dbbc42edd31fb14c6a71a5230268615ace122
apps/sim/lib/mcp/oauth/probe.tshttps://github.com/simstudioai/sim/pull/5789/files#diff-98845bad4396ae700441369770277e66b375ead53144e063b55d99b2778ba34f
View file https://github.com/simstudioai/sim/blob/66c6f3374c77045a3d177cd99cbf00b3947321ac/apps/sim/lib/mcp/oauth/probe.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/simstudioai/sim/pull/5789/{{ revealButtonHref }}
https://github.com/simstudioai/sim/pull/5789/files#diff-98845bad4396ae700441369770277e66b375ead53144e063b55d99b2778ba34f
https://github.com/simstudioai/sim/pull/5789/files#diff-98845bad4396ae700441369770277e66b375ead53144e063b55d99b2778ba34f
https://github.com/simstudioai/sim/pull/5789/files#diff-98845bad4396ae700441369770277e66b375ead53144e063b55d99b2778ba34f
https://github.com/simstudioai/sim/pull/5789/files#diff-98845bad4396ae700441369770277e66b375ead53144e063b55d99b2778ba34f
https://github.com/simstudioai/sim/pull/5789/files#diff-98845bad4396ae700441369770277e66b375ead53144e063b55d99b2778ba34f
apps/sim/lib/mcp/oauth/revoke.test.tshttps://github.com/simstudioai/sim/pull/5789/files#diff-9141de4ac0edfc2350705d5dcbdb47f819796bd1f692a6c1f81c4e5be91e3d95
View file https://github.com/simstudioai/sim/blob/66c6f3374c77045a3d177cd99cbf00b3947321ac/apps/sim/lib/mcp/oauth/revoke.test.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/simstudioai/sim/pull/5789/{{ revealButtonHref }}
https://github.com/simstudioai/sim/pull/5789/files#diff-9141de4ac0edfc2350705d5dcbdb47f819796bd1f692a6c1f81c4e5be91e3d95
https://github.com/simstudioai/sim/pull/5789/files#diff-9141de4ac0edfc2350705d5dcbdb47f819796bd1f692a6c1f81c4e5be91e3d95
Please reload this pagehttps://github.com/simstudioai/sim/pull/5789/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5789/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.