mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
Nostrbook MCP is now on npm (#2816)
This commit is contained in:
@@ -15,7 +15,7 @@ This tutorial covers how to add the [Nostrbook MCP Server](https://gitlab.com/so
|
|||||||
|
|
||||||
**Command**
|
**Command**
|
||||||
```sh
|
```sh
|
||||||
npx -y xjsr @nostrbook/mcp
|
npx -y @nostrbook/mcp@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
:::
|
:::
|
||||||
@@ -88,7 +88,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
|||||||
│
|
│
|
||||||
// highlight-start
|
// highlight-start
|
||||||
◆ What command should be run?
|
◆ What command should be run?
|
||||||
│ npx -y xjsr @nostrbook/mcp
|
│ npx -y @nostrbook/mcp@latest
|
||||||
// highlight-end
|
// highlight-end
|
||||||
└
|
└
|
||||||
```
|
```
|
||||||
@@ -107,7 +107,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
|||||||
│ Nostrbook
|
│ Nostrbook
|
||||||
│
|
│
|
||||||
◇ What command should be run?
|
◇ What command should be run?
|
||||||
│ npx -y xjsr @nostrbook/mcp
|
│ npx -y @nostrbook/mcp@latest
|
||||||
│
|
│
|
||||||
// highlight-start
|
// highlight-start
|
||||||
◆ Please set the timeout for this tool (in secs):
|
◆ Please set the timeout for this tool (in secs):
|
||||||
@@ -131,7 +131,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
|||||||
│ Nostrbook
|
│ Nostrbook
|
||||||
│
|
│
|
||||||
◇ What command should be run?
|
◇ What command should be run?
|
||||||
│ npx -y xjsr @nostrbook/mcp
|
│ npx -y @nostrbook/mcp@latest
|
||||||
│
|
│
|
||||||
◇ Please set the timeout for this tool (in secs):
|
◇ Please set the timeout for this tool (in secs):
|
||||||
│ 300
|
│ 300
|
||||||
@@ -159,7 +159,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
|||||||
│ Nostrbook
|
│ Nostrbook
|
||||||
│
|
│
|
||||||
◇ What command should be run?
|
◇ What command should be run?
|
||||||
│ npx -y xjsr @nostrbook/mcp
|
│ npx -y @nostrbook/mcp@latest
|
||||||
│
|
│
|
||||||
◇ Please set the timeout for this tool (in secs):
|
◇ Please set the timeout for this tool (in secs):
|
||||||
│ 300
|
│ 300
|
||||||
|
|||||||
Reference in New Issue
Block a user