Connor Peet
Connor Peet
Are you running as administrator on Windows?
Thanks all, can you confirm what version of Edge you're using? I've not changed anything in this area recently (and the original report is from a user on the previous...
Thanks. Have any of you installed extensions in the debug version of Edge that VS Code launches?
"Run as administrator" I think should not have ever worked since Edge auto-relaunches itself in deelevated mode when started as a administrator, which breaks the debug connection. But maybe their...
The MCP specification can be found in the `schema` folder of this repo https://github.com/modelcontextprotocol/modelcontextprotocol/tree/main/schema What are you after beyond the JSON/TS schema?
> Doesn't happen on release builds at all Precondition assertions are only enabled by default on debug builds
Unfortunately we're using 0.1.23 and still see the panic ([this is my lockfile](https://github.com/microsoft/vscode/blob/0426dd4e2a555f71d003d1abef455d0301a06bd0/cli/Cargo.lock))
I would say we should restrict to some reasonable subset of printable ASCII characters for server names, and that the registry should use the punycoded version of hostnames to avoid...
Yea, this is as-designed, we assume that `toString()` does not have side effects.