Add MCP proxy address config support, better error messages, redesigned Config panel#243
Merged
cliffhall merged 5 commits intoApr 2, 2025
Conversation
ba5c10f to
0dcd10c
Compare
Contributor
Author
|
cc @cliffhall @olaservo for review |
pulkitsharma07
commented
Apr 1, 2025
pulkitsharma07
commented
Apr 1, 2025
pulkitsharma07
commented
Apr 1, 2025
pulkitsharma07
commented
Apr 1, 2025
pulkitsharma07
commented
Apr 1, 2025
cliffhall
previously approved these changes
Apr 1, 2025
Member
|
Reaching out to @olaservo to weigh in on the implementation and who might also be able to test on Windows. |
Member
|
@pulkitsharma07 looks like there are some conflicts to resolve. |
Contributor
Author
|
Resolved |
Member
|
@pulkitsharma07 yet again more conflicts to resolve. |
Contributor
Author
|
@cliffhall done |
cliffhall
approved these changes
Apr 2, 2025
cliffhall
left a comment
Member
There was a problem hiding this comment.
Tested again locally. LGTM! 👍
IgnacioC44
referenced
this pull request
in MCPJam/inspector
Jun 21, 2025
Add MCP proxy address config support, better error messages, redesigned Config panel
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.




1. Add support to connect to MCP Inspector Proxy running on a different address (host/port).
2. Better error messaging in case
MCP Server is downORMCP Inspector Proxy is down.3. Redesigned configuration panel to show key names (which will help in moving to a centralised config file in the future), with tooltips
Screen.Recording.2025-04-01.at.7.31.14.PM.mov
Motivation and Context
How Has This Been Tested?
Tested locally with remote MCP + running MCP proxy on different port
Breaking Changes
None
Types of changes
Checklist
Additional context