You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to VSCode, it supports roots capability as a client.
VS Code provides servers with the current workspace folders using roots (spec).
Current handleInitialize receives mcp.InitializeRequest which seems to have the client's capability, but the request parameter is not used.
Request: Please provide a way for the server to access the client's capabilities.
Usecase: In my MCP Server, having current workspace directory is helpful to run make command. Probably other development tools will need current workspace folders.