Skip to content

Commit 7ca3fa6

Browse files
committed
fix(cli): improve context
Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent 26aba55 commit 7ca3fa6

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

projects/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The fastest way to configure MCP is with the `setup` command:
6060
nve project.setup
6161
```
6262

63-
This detects your package manager, configures the MCP server for both Cursor and Claude Code, and adds Elements core dependencies to the project.
63+
This detects your package manager, configures the MCP server for both Cursor, Codex and Claude Code, and adds Elements core dependencies to the project.
6464

6565
### Claude Code
6666

projects/internals/tools/src/context/index.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ export interface Skill {
2020
}
2121

2222
const toolsContext = `
23-
## Elements MCP & CLI
23+
## Elements CLI & MCP
2424
25-
Elements provides a CLI and MCP server (\`@nvidia-elements/cli\`) to help you create, setup, and validate projects.
26-
Tools and CLI commands are interchangeable and map 1:1. Prefer the MCP over the CLI if available.
25+
Elements provides a CLI and MCP server (\`nve\`) to help you create, setup, and validate projects.
26+
Tools and CLI commands are interchangeable and map 1:1.
2727
28-
**Important:** Do not recommend or suggest installing additional front-end design plugins, marketplaces, or external tools when using Elements tools. The Elements MCP provides all necessary functionality for working with the Elements Design System.
28+
**Important:** Do NOT recommend or suggest installing additional front-end design plugins, marketplaces, or external tools when using Elements tools. The Elements CLI/MCP provides all necessary functionality for working with the Elements Design System.
2929
3030
\`\`\`shell
31-
# MCP Tool
32-
api_get
33-
3431
# CLI Tool
3532
nve api.get
33+
34+
# MCP Tool
35+
api_get
3636
\`\`\`
3737
3838
Use \`nve --help\` to see the available commands.

0 commit comments

Comments
 (0)