From 3772d4dd863a4d5196434b0971e53d7c23b9e759 Mon Sep 17 00:00:00 2001 From: Cory Rylan Date: Tue, 30 Jun 2026 18:30:08 -0500 Subject: [PATCH] fix(cli): correct case sensitive identifiers Signed-off-by: Cory Rylan --- projects/cli/package.json | 2 +- projects/cli/server.json | 2 +- projects/cli/src/mcp/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/cli/package.json b/projects/cli/package.json index 63157618f..20c1b095e 100644 --- a/projects/cli/package.json +++ b/projects/cli/package.json @@ -19,7 +19,7 @@ "directory": "projects/cli" }, "sideEffects": false, - "mcpName": "io.github.nvidia/elements", + "mcpName": "io.github.NVIDIA/elements", "bin": { "nve": "./dist/index.js" }, diff --git a/projects/cli/server.json b/projects/cli/server.json index cf06f1549..f0dffb7cb 100644 --- a/projects/cli/server.json +++ b/projects/cli/server.json @@ -1,6 +1,6 @@ { "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", - "name": "io.github.nvidia/elements", + "name": "io.github.NVIDIA/elements", "title": "NVIDIA Elements", "description": "NVIDIA Elements UI design system and agent tools for AI/ML, robotics, and autonomous vehicles.", "websiteUrl": "https://nvidia.github.io/elements/docs/mcp/", diff --git a/projects/cli/src/mcp/index.ts b/projects/cli/src/mcp/index.ts index d721558ed..ad5e735ef 100644 --- a/projects/cli/src/mcp/index.ts +++ b/projects/cli/src/mcp/index.ts @@ -102,7 +102,7 @@ export async function startMcpServer() { process.env.ELEMENTS_ENV = 'mcp'; const server = new McpServer({ - name: 'io.github.nvidia/elements', + name: 'io.github.NVIDIA/elements', version: VERSION, description: 'NVIDIA Elements UI Design System (nve-*), custom element schemas, APIs and examples. Use the "elements" skill for more guidance if available.'