-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat(mcp): add gitnexus mcp --http server with Streamable HTTP and legacy SSE transports #2141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
magyargergo
merged 22 commits into
abhigyanpatwari:main
from
blueroseslol:feat/mcp-http-sse-transport
Jun 13, 2026
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
66c002b
feat(mcp): add `gitnexus mcp --http` server with legacy SSE and Strea…
blueroseslol f398fc3
fix(mcp): update i18n description for mcp --http command
blueroseslol eac71fc
Merge branch 'main' into feat/mcp-http-sse-transport
magyargergo 66c2f5e
Merge branch 'main' into feat/mcp-http-sse-transport
magyargergo 3fe691b
fix(mcp-http): address all reviewer issues from PR #2141 review
blueroseslol be223be
refactor(mcp-http): fix layer inversion — move session factories into…
blueroseslol 1c59d5a
Merge branch 'main' into feat/mcp-http-sse-transport
magyargergo 60c9792
Merge branch 'main' into feat/mcp-http-sse-transport
magyargergo e3595d4
fix(mcp-http): close orphaned MCP Server when initialize is rejected …
magyargergo 48211e3
fix(mcp-http): cap legacy SSE sessions at MAX_SESSIONS
magyargergo 44abe2a
fix(mcp-http): return a JSON-RPC envelope for malformed/oversized JSON
magyargergo 973037b
fix(mcp-http): accept IPv6 [::1] and the 127/8 block in the CORS loop…
magyargergo 44dadca
fix(mcp-http): correct the PNA preflight header value and gate it on …
magyargergo 5e00b24
fix(mcp-http): enable SDK DNS-rebinding protection for known bind hosts
magyargergo 97a3ab2
fix(mcp-http): use POSIX shutdown exit codes (SIGINT 130, SIGTERM 143)
magyargergo 303fdfa
feat(mcp-http): accept the auth token from GITNEXUS_MCP_AUTH_TOKEN
magyargergo 2406998
fix(mcp-http): refuse to start on a non-loopback bind without a token
magyargergo aafa6f0
refactor(mcp-http): gate new sessions with the SDK isInitializeRequest
magyargergo f36ef48
refactor(mcp-http): drop the unreachable post-`has` null check
magyargergo 17df715
refactor(mcp-http): extract a shared idle-session sweep helper
magyargergo c76f3b4
chore(autofix): apply prettier + eslint fixes via /autofix command
github-actions[bot] aafe22e
Merge branch 'main' into feat/mcp-http-sse-transport
magyargergo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.