metals icon indicating copy to clipboard operation
metals copied to clipboard

feat: add MCP server support for user-home relative editor config paths and Windsurf editor

Open arturaz opened this issue 7 months ago • 4 comments

arturaz avatar May 15 '25 09:05 arturaz

I've tested it out, MCP server is added automatically and works.

image

arturaz avatar May 15 '25 10:05 arturaz

I'm hesitant if we should merge this. It seems that currently there is no way to enable/disable an MCP plugin in windsurf per workspace. Adding Metals MCP server globally will allow to use only a single workspace with Metals MCP at a time, leaving behind a stale/misleading configuration.

kasiaMarek avatar May 16 '25 09:05 kasiaMarek

Had an idea: what if we would disambiguate the metals MCP server by giving them names that are full paths to the project?

Then when updating the file we could remove stale entries by checking if the path on disk still exists.

arturaz avatar Jul 11 '25 22:07 arturaz

That might work I guess 🤔

tgodzik avatar Jul 12 '25 13:07 tgodzik