diff --git a/docs/v0.1/servers/index.json b/docs/v0.1/servers/index.json index 739db6e..89ede12 100644 --- a/docs/v0.1/servers/index.json +++ b/docs/v0.1/servers/index.json @@ -47,9 +47,35 @@ "isLatest": true } } + }, + { + "server": { + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json", + "name": "io.qlik.internal/qlik-design-system", + "description": "Qlik Design System MCP Server v0.1.0 - Query Sprout design tokens, guidelines, and components for design-consistent code generation.", + "version": "0.1.0", + "remotes": [ + { + "type": "streamable-http", + "url": "http://127.0.0.1:8765/mcp" + } + ] + }, + "_meta": { + "io.modelcontextprotocol.registry/official": { + "status": "active", + "publishedAt": "2026-02-03T00:00:00.000000Z", + "updatedAt": "2026-02-03T00:00:00.000000Z", + "isLatest": true, + "owner": "sizhao.liu@qlik.com", + "useCase": "Enables Copilot to query Qlik Sprout design tokens, guidelines, and components for design-consistent code generation", + "dependencies": "Python 3.12+, FastMCP, local design system files", + "dataAccess": "Local design tokens (CSV) and guidelines (MDX) - no PII or external services" + } + } } ], "metadata": { - "count": 2 + "count": 3 } -} +} \ No newline at end of file diff --git a/docs/v0.1/servers/qlik-design-system/0.1.0.json b/docs/v0.1/servers/qlik-design-system/0.1.0.json new file mode 100644 index 0000000..3286343 --- /dev/null +++ b/docs/v0.1/servers/qlik-design-system/0.1.0.json @@ -0,0 +1,26 @@ +{ + "server": { + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json", + "name": "io.qlik.internal/qlik-design-system", + "description": "Qlik Design System MCP Server v0.1.0 - Query Sprout design tokens, guidelines, and components for design-consistent code generation.", + "version": "0.1.0", + "remotes": [ + { + "type": "streamable-http", + "url": "http://127.0.0.1:8765/mcp" + } + ] + }, + "_meta": { + "io.modelcontextprotocol.registry/official": { + "status": "active", + "publishedAt": "2026-02-03T00:00:00.000000Z", + "updatedAt": "2026-02-03T00:00:00.000000Z", + "isLatest": true, + "owner": "sizhao.liu@qlik.com", + "useCase": "Enables Copilot to query Qlik Sprout design tokens, guidelines, and components for design-consistent code generation", + "dependencies": "Python 3.12+, FastMCP, local design system files", + "dataAccess": "Local design tokens (CSV) and guidelines (MDX) - no PII or external services" + } + } +} \ No newline at end of file diff --git a/docs/v0.1/servers/qlik-design-system/latest.json b/docs/v0.1/servers/qlik-design-system/latest.json new file mode 100644 index 0000000..3286343 --- /dev/null +++ b/docs/v0.1/servers/qlik-design-system/latest.json @@ -0,0 +1,26 @@ +{ + "server": { + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json", + "name": "io.qlik.internal/qlik-design-system", + "description": "Qlik Design System MCP Server v0.1.0 - Query Sprout design tokens, guidelines, and components for design-consistent code generation.", + "version": "0.1.0", + "remotes": [ + { + "type": "streamable-http", + "url": "http://127.0.0.1:8765/mcp" + } + ] + }, + "_meta": { + "io.modelcontextprotocol.registry/official": { + "status": "active", + "publishedAt": "2026-02-03T00:00:00.000000Z", + "updatedAt": "2026-02-03T00:00:00.000000Z", + "isLatest": true, + "owner": "sizhao.liu@qlik.com", + "useCase": "Enables Copilot to query Qlik Sprout design tokens, guidelines, and components for design-consistent code generation", + "dependencies": "Python 3.12+, FastMCP, local design system files", + "dataAccess": "Local design tokens (CSV) and guidelines (MDX) - no PII or external services" + } + } +} \ No newline at end of file