Skip to content

Commit a30af7b

Browse files
authored
Change MCP bridge to Code Mode MCP in README
Updated command arguments and link in README.
1 parent ea4e322 commit a30af7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ npm install @utcp/code-mode
131131
"mcpServers": {
132132
"code-mode": {
133133
"command": "npx",
134-
"args": ["@utcp/mcp-bridge"],
134+
"args": ["@utcp/code-mode-mcp"],
135135
"env": {
136136
"UTCP_CONFIG_FILE": "/path/to/your/.utcp_config.json"
137137
}
@@ -140,7 +140,7 @@ npm install @utcp/code-mode
140140
}
141141
```
142142

143-
**That's it!** No installation, no Node.js knowledge required. The [UTCP-MCP Bridge](https://github.com/universal-tool-calling-protocol/utcp-mcp) automatically:
143+
**That's it!** No installation, no Node.js knowledge required. The [Code Mode MCP]([https://github.com/universal-tool-calling-protocol/utcp-mcp](https://github.com/universal-tool-calling-protocol/utcp-mcp/tree/main/code-mode-mcp)) automatically:
144144
- Downloads and runs the latest version via `npx`
145145
- Loads your tool configurations from JSON
146146
- Provides code execution capabilities to Claude Desktop

0 commit comments

Comments
 (0)