mirror of
https://github.com/block/goose.git
synced 2026-07-09 16:09:22 +00:00
docs: address MCP review fixes
This commit is contained in:
parent
4bad6461f3
commit
286adb5b04
2 changed files with 8 additions and 2 deletions
|
|
@ -73,8 +73,6 @@ Note that IDs have been changed to generic ones
|
|||
nip: 61
|
||||
|
||||
</details>
|
||||
:::
|
||||
|
||||
|
||||
|
||||
# NIP-61: Implementing Nutzaps
|
||||
|
|
|
|||
|
|
@ -43,6 +43,10 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
|
|||
description="Fetch and analyze Reddit content"
|
||||
command="uvx"
|
||||
args={["--from", "git+https://github.com/adhikasp/mcp-reddit.git", "mcp-reddit"]}
|
||||
envVars={[
|
||||
{ name: "REDDIT_CLIENT_ID", label: "Reddit client ID" },
|
||||
{ name: "REDDIT_CLIENT_SECRET", label: "Reddit client secret" }
|
||||
]}
|
||||
/>
|
||||
</TabItem>
|
||||
|
||||
|
|
@ -51,6 +55,10 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
|
|||
name="Reddit MCP"
|
||||
description="Fetch and analyze Reddit content"
|
||||
command="uvx --from git+https://github.com/adhikasp/mcp-reddit.git mcp-reddit"
|
||||
envVars={[
|
||||
{ key: "REDDIT_CLIENT_ID", value: "your_client_id" },
|
||||
{ key: "REDDIT_CLIENT_SECRET", value: "your_client_secret" }
|
||||
]}
|
||||
timeout={300}
|
||||
/>
|
||||
</TabItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue