Skip to content

Commit 0da93a3

Browse files
committed
Add http example for Copilot in JetBrains
1 parent 4ea5768 commit 0da93a3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/toolhive/reference/client-compatibility.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,13 @@ to include the MCP server URL:
239239
```json
240240
{
241241
"servers": {
242-
"fetch": {
243-
"url": "http://localhost:43832/sse#fetch",
244-
"type": "sse"
245-
}
242+
"fetch": { "url": "http://localhost:43832/sse#fetch", "type": "sse" },
243+
"osv": { "url": "http://localhost:51712/mcp", "type": "http" }
246244
}
247245
}
248246
```
249247

250-
Copilot supports SSE (`"type": "sse"`) and Streamable HTTP
248+
Copilot for JetBrains supports SSE (`"type": "sse"`) and Streamable HTTP
251249
(`"type": "streamable-http"`) transports.
252250

253251
## Related information

0 commit comments

Comments
 (0)