Files
vscode/build/lib
Connor Peet 248739282e mcp: support sse (#243621)
* mcp: support sse

Didn't seem like Claude Desktop configs have SSE support yet, but I did
the obvious of having an object with a `url`. I also added a `type`
(optional for stdio) so we can better disambiguate types of configs.

Example .vscode/mcp.json:

```
{
  "servers": {
    "everything": {
      "type": "sse",
      "url": "http://localhost:3001/sse"
    }
	}
}
```

Closes #243242

* update layer check
2025-03-15 06:32:00 +00:00
..
2025-01-17 09:47:24 +01:00
2025-03-15 06:32:00 +00:00
2025-03-15 06:32:00 +00:00
2025-01-23 09:41:55 +01:00
2025-01-23 09:41:55 +01:00
2025-01-23 09:41:55 +01:00
2025-01-23 09:41:55 +01:00