- Notifications
You must be signed in to change notification settings - Fork1.1k
feat: implement MCP HTTP server endpoint with authentication#18670
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
ThomasK33 merged 1 commit intomainfromthomask33/06-30-feat_mcp_implement_mcp_http_server_with_toolsdk_integrationJul 3, 2025
Merged
feat: implement MCP HTTP server endpoint with authentication#18670
ThomasK33 merged 1 commit intomainfromthomask33/06-30-feat_mcp_implement_mcp_http_server_with_toolsdk_integrationJul 3, 2025
+1,743 −22
Conversation
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 was referencedJun 30, 2025
MemberAuthor
ThomasK33 commentedJun 30, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
4efb07a to8a3f7a9Compare4d966b2 to4ffc58eCompare8a3f7a9 toe7d56c2Compare4ffc58e to23804bbComparee7d56c2 to10701daCompare23804bb to06d9b57Compare10701da toa2607a8Compare06d9b57 tocee654aComparea2607a8 to990f706Compare8cb9d74 to3e540efCompare990f706 to95c0496Compare95c0496 tob17d907Compare3e540ef to0447dc7Compare152aa40 toe69fe1cCompare43ac8a0 to57a9498Compare8672a4b toe55d907Compare398ecea to65635f0Comparee55d907 to6684a17Compare65635f0 to27135bdCompare6684a17 to02bb2faCompare27135bd tof4cdc20Compare6dc9330 tob8839e2Comparef4cdc20 to0ca3722Compare This was referencedJul 3, 2025
0ca3722 to838d1deCompareb8839e2 to7cc9428Compare32959fe to6634f47Compare7cc9428 to3c7a569Compare3c7a569 to74b951fCompare- Add MCP HTTP server with streamable transport support- Integrate with existing toolsdk for Coder workspace operations- Add comprehensive E2E tests with OAuth2 bearer token support- Register MCP endpoint at /api/experimental/mcp/http with authentication- Support RFC 6750 Bearer token authentication for MCP clientsChange-Id: Ib9024569ae452729908797c42155006aa04330afSigned-off-by: Thomas Kosiewski <tk@coder.com>
74b951f to2e61d59Compare494dccc intomain 32 checks passed
Uh oh!
There was an error while loading.Please reload this page.
MemberAuthor
ThomasK33 commentedJul 3, 2025
Merge activity
|
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
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.
Add MCP HTTP server with streamable transport support
Change-Id: Ib9024569ae452729908797c42155006aa04330af
Signed-off-by: Thomas Kosiewskitk@coder.com