-
Notifications
You must be signed in to change notification settings - Fork 96
feat(coder/modules/claude-code): add support for MCP server configurations from remote URLs #668
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
Conversation
…tions from remote URLs
…uccess and failure
matifali
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, will it work for any remote url hosted anywhere or is it GitHub specific?
This will work for any remote URLs that returns a JSON body. |
Version Bump RequiredOne or more modules in this PR need their versions updated. To fix this:
The CI will automatically re-run once you push the updated versions. |
Do we check if the returned json is a Claude code specific MCP config? Or does Claude itself can take care of that? |
Version Bump RequiredOne or more modules in this PR need their versions updated. To fix this:
The CI will automatically re-run once you push the updated versions. |
Description
Example
Type of Change
Module Information
Path:
registry/coder/modules/claude-codeNew version:
v4.6.0Breaking change: [ ] Yes [x] No
Testing & Validation
bun test)bun fmt)Related Issues
Closes: #665