Skip to content

Commit 52e615d

Browse files
authored
Merge pull request #2 from qlik-oss/cay-addlocal
Add Qlik Local MCP test server
2 parents 8c2f6a0 + bf8c521 commit 52e615d

3 files changed

Lines changed: 67 additions & 1 deletion

File tree

docs/v0.1/servers/index.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,31 @@
2525
"isLatest": true
2626
}
2727
}
28+
},
29+
{
30+
"server": {
31+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
32+
"name": "io.qlik.internal/qlik-test-internal",
33+
"description": "Qlik Test Internal MCP Server v0.1.0",
34+
"version": "0.1.0",
35+
"remotes": [
36+
{
37+
"type": "streamable-http",
38+
"url": "http://localhost:7500/mcp/"
39+
}
40+
]
41+
},
42+
"_meta": {
43+
"io.modelcontextprotocol.registry/official": {
44+
"status": "active",
45+
"publishedAt": "2026-01-13T00:00:00.000000Z",
46+
"updatedAt": "2026-01-13T00:00:00.000000Z",
47+
"isLatest": true
48+
}
49+
}
2850
}
2951
],
3052
"metadata": {
31-
"count": 1
53+
"count": 2
3254
}
3355
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"server": {
3+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
4+
"name": "io.qlik.internal/qlik-test-internal",
5+
"description": "Qlik Test Internal MCP Server v0.1.0",
6+
"version": "0.1.0",
7+
"remotes": [
8+
{
9+
"type": "streamable-http",
10+
"url": "http://localhost:7500/mcp/"
11+
}
12+
]
13+
},
14+
"_meta": {
15+
"io.modelcontextprotocol.registry/official": {
16+
"status": "active",
17+
"publishedAt": "2026-01-13T00:00:00.000000Z",
18+
"updatedAt": "2026-01-13T00:00:00.000000Z",
19+
"isLatest": true
20+
}
21+
}
22+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"server": {
3+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
4+
"name": "io.qlik.internal/qlik-test-internal",
5+
"description": "Qlik Test Internal MCP Server v0.1.0",
6+
"version": "0.1.0",
7+
"remotes": [
8+
{
9+
"type": "streamable-http",
10+
"url": "http://localhost:7500/mcp/"
11+
}
12+
]
13+
},
14+
"_meta": {
15+
"io.modelcontextprotocol.registry/official": {
16+
"status": "active",
17+
"publishedAt": "2026-01-13T00:00:00.000000Z",
18+
"updatedAt": "2026-01-13T00:00:00.000000Z",
19+
"isLatest": true
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)