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
Tip: Non-browser clients may omit the `Origin` header. Those requests are
98
+
allowed as long as the host guard passes.
99
+
45
100
## Configure MCP Client
46
101
47
102
> **Note:** The example below uses pre-build docker image. You can build your own by running
@@ -146,7 +201,7 @@ Add `vet-mcp` server to `.vscode/mcp.json` (project specific configuration)
146
201
}
147
202
```
148
203
149
-
In order to use `vet-mcp` for all projects in Visual Studio Code, add following `mcp` setting in [Visual Studio Code User Settings](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server-to-your-user-settings) (`settings.json`)
204
+
In order to use `vet-mcp` for all projects in Visual Studio Code, add following `mcp` setting in [Visual Studio Code User Settings](https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server-to-your-user-settings) (`settings.json`)
150
205
151
206
```json
152
207
{
@@ -170,7 +225,6 @@ In order to use `vet-mcp` for all projects in Visual Studio Code, add following
170
225
}
171
226
```
172
227
173
-
174
228
Add the following to `.github/copilot-instructions.md` file:
0 commit comments