mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 02:49:12 -04:00
feat: Add qt-docs mcp server
This commit is contained in:
@@ -181,6 +181,14 @@ QList<ExamplePreset> buildExamplePresets()
|
||||
{"url", "http://127.0.0.1:3001/sse"},
|
||||
{"spec", "2024-11-05"}}});
|
||||
|
||||
out.append(
|
||||
{McpClientsListAspect::tr("qt-docs (Qt documentation)"),
|
||||
QStringLiteral("qt-docs"),
|
||||
QJsonObject{
|
||||
{"enable", true},
|
||||
{"type", "sse"},
|
||||
{"url", "https://qt-docs-mcp.qt.io/mcp"}}});
|
||||
|
||||
out.append(
|
||||
{McpClientsListAspect::tr("remote (SSE / HTTP)"),
|
||||
QStringLiteral("remote"),
|
||||
|
||||
Reference in New Issue
Block a user