Connor Peet
Connor Peet
We actually explicitly removed the "command_name" in an earlier revision to the spec. See the discussion here: https://github.com/modelcontextprotocol/registry/pull/3#discussion_r2074192996 It's up to the client to use the correct runner logic (e.g....
I think we can reuse the `runtime_hint` in the shell mode to hint that this should be `bash` vs` powershell` vs... well, probably only those two realistically since we can...
> I want to think a little more on alternative solutions here. The main 'risk' in not having a shell is that client support _may_ vary widely. But if we...
I had pretty much the same line of reasoning. I agree with you. > The only thing this makes me nervous about is it means we need to keep runtime_hint...
> is VS Code going to show the npx/uvx/dnx command before executing it? Yes, we'll do that. Especially for Docker commands that will generally be isolated but also still access...
The reason the setting isn't used when started from the extension is that I don't want UI changes to be triggered by something the user didn't explicitly due. Before there...
I've made an API proposal here: https://github.com/microsoft/vscode/issues/209491
Added this last week
Marking as feature req to gauge interest
Can you share logs using the instructions in the issue template?