Skip to content

Commit e8203a2

Browse files
authored
Update tiny-agents.mdx
Updating the mcp-remote npm scripts. Fixes the following error: @mcpjs/mcp-remote is not in the npm registry, or you have no permission to fetch it. Not Found - GET https://registry.npmjs.org/@mcpjs%2fmcp-remote - Not found
1 parent 47e6104 commit e8203a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

units/en/unit2/tiny-agents.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ pnpm add @huggingface/tiny-agents
2020
Then, we need to install the `mcp-remote` package.
2121

2222
```bash
23-
npm install @mcpjs/mcp-remote
23+
npm i mcp-remote
2424
# or
25-
pnpm add @mcpjs/mcp-remote
25+
pnpm add mcp-remote
2626
```
2727

2828
## Tiny Agents MCP Client in the Command Line

0 commit comments

Comments
 (0)