feat: Add qt-docs mcp server

This commit is contained in:
Petr Mironychev
2026-05-17 21:40:48 +02:00
parent 74c899c8c3
commit a3ad314cd4
3 changed files with 42 additions and 10 deletions

View File

@@ -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"),