-
Notifications
You must be signed in to change notification settings - Fork 377
improvement: save mcp port #7485
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
Maybe I would be better to save this in some json file inside |
@kasiaMarek Not having an sqlite dependency would definitely make it easier to wrap some existing mcp-proxy tool, yes. That said, an ideal future solution would just use metals CLI itself as the mcp-proxy – so it will have access to sqlite, making this a bit easier. |
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.
Maybe, .metals/mcp_port.json then?
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.
LGTM from me, @keynmol what do you think?
I think that's fine, the bigger limitation comes from how clients actually launch servers (from root, not from workspace), but Metals can't really solve this. |
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.
Just one minor question, otherwise LGTM
No description provided.