Skip to content

Commit 99e562f

Browse files
authored
Merge pull request #1015 from 3clyp50/mcpexample
fix deepwiki mcp example
2 parents cb36293 + 69ec98c commit 99e562f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webui/components/settings/mcp/client/example.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ <h3>Example MCP Servers Configuration JSON</h3>
4848
},
4949
"deep-wiki": {
5050
"description": "Use this MCP to analyze github repositories",
51-
"url": "https://mcp.deepwiki.com/sse"
51+
"url": "https://mcp.deepwiki.com/mcp",
52+
"type": "streamable-http"
5253
}
5354
}
5455
}, null, 2);

0 commit comments

Comments
 (0)