mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 06:34:26 +01:00
docs: change MCP example to GitHub (#974)
This commit is contained in:
@@ -171,7 +171,7 @@ You can install [any MCP server](https://github.com/modelcontextprotocol/servers
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
For example, to connect to the [Fetch Server](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch), enter `uvx mcp-server-fetch` as the command.
|
For example, to connect to the [GitHub Server](https://github.com/modelcontextprotocol/servers/tree/main/src/github#npx), enter `npx -y @modelcontextprotocol/server-github` as the full command.
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
You can also directly edit the resulting config entry (`~/.config/goose/config.yaml`), which would look like this:
|
You can also directly edit the resulting config entry (`~/.config/goose/config.yaml`), which would look like this:
|
||||||
@@ -179,11 +179,11 @@ For example, to connect to the [Fetch Server](https://github.com/modelcontextpro
|
|||||||
```yaml
|
```yaml
|
||||||
extensions:
|
extensions:
|
||||||
fetch:
|
fetch:
|
||||||
name: fetch
|
name: GitHub
|
||||||
cmd: uvx
|
cmd: npx
|
||||||
args: [mcp-server-fetch]
|
args: [-y @modelcontextprotocol/server-github]
|
||||||
enabled: true
|
enabled: true
|
||||||
envs: {}
|
envs: { "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>" }
|
||||||
type: stdio
|
type: stdio
|
||||||
```
|
```
|
||||||
:::
|
:::
|
||||||
|
|||||||
Reference in New Issue
Block a user