From 1b45441b73950b3c6cbb7f2c65fab35892e103c0 Mon Sep 17 00:00:00 2001 From: Cory Rylan Date: Tue, 30 Jun 2026 17:49:34 -0500 Subject: [PATCH] fix(cli): correct metadata description length limit Signed-off-by: Cory Rylan --- projects/cli/server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/cli/server.json b/projects/cli/server.json index a564d62a5..b39c77d2a 100644 --- a/projects/cli/server.json +++ b/projects/cli/server.json @@ -2,7 +2,7 @@ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.nvidia/elements", "title": "NVIDIA Elements", - "description": "NVIDIA Elements UI design system and agent tooling for AI/ML factories, robotics, and autonomous vehicles.", + "description": "NVIDIA Elements UI design system and agent tools for AI/ML, robotics, and autonomous vehicles.", "websiteUrl": "https://nvidia.github.io/elements/docs/mcp/", "repository": { "url": "https://github.com/NVIDIA/elements",