Connor Peet

Results 461 comments of Connor Peet

> How would we handle versioning alongside guidance to render the markdown like that? How npm and pypi do it is that the readme is that of the latest version...

Fixed with https://github.com/microsoft/vscode/pull/277971

> Should the registry do any form of scanning/sanitizing of the input if we do choose to enable the template field? This is nice but not possible to do with...

Here: https://github.com/modelcontextprotocol/registry/blob/e4002fd19d42b324f4a19db0f1b84d19296650e1/docs/server-registry-api/openapi.yaml#L366-L375

This is a lot of work, since the VS Code server itself doesn't really support multiple users, and you run into permissions problems. The CLI _could_ spawn sessions into different...

That experience would be possible with just the "ACL" part of the changes I mentioned, which is a good stepping stone. Just from reading the docs, it looks like azure...

One solution I thought of to avoid the scary mutli-tenancy situation was 'locking' the shared tunnels to the first user who connects to it; other users would then get some...

Completions uses the `uriTemplate` itself ([ref](https://modelcontextprotocol.io/specification/2025-03-26/server/utilities/completion#reference-types)), so in VS Code that's what I've been treating as the "ID". Feels very implicit though.

Great! 🙂 This is still a rough sketch and there's polishing to do before we'd be ready to PR. I don't know if that'll happen this month or next. Also...

I was using [wasmer](https://wasmer.io/) to develop locally. But out of the box rust targets a very minimal set of WASI APIs so I would expect it to be quite portable....