Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions documentation/docs/tutorials/nostrbook-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This tutorial covers how to add the [Nostrbook MCP Server](https://gitlab.com/so

**Command**
```sh
npx -y xjsr @nostrbook/mcp
npx -y @nostrbook/mcp@latest
```

:::
Expand Down Expand Up @@ -88,7 +88,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
// highlight-start
◆ What command should be run?
│ npx -y xjsr @nostrbook/mcp
│ npx -y @nostrbook/mcp@latest
// highlight-end
```
Expand All @@ -107,7 +107,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
│ Nostrbook
◇ What command should be run?
│ npx -y xjsr @nostrbook/mcp
│ npx -y @nostrbook/mcp@latest
// highlight-start
◆ Please set the timeout for this tool (in secs):
Expand All @@ -131,7 +131,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
│ Nostrbook
◇ What command should be run?
│ npx -y xjsr @nostrbook/mcp
│ npx -y @nostrbook/mcp@latest
◇ Please set the timeout for this tool (in secs):
│ 300
Expand Down Expand Up @@ -159,7 +159,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
│ Nostrbook
◇ What command should be run?
│ npx -y xjsr @nostrbook/mcp
│ npx -y @nostrbook/mcp@latest
◇ Please set the timeout for this tool (in secs):
│ 300
Expand Down
Loading