docs: replace broken links with working links (#5266)

Signed-off-by: Better-Boy <panaroma365@gmail.com>
This commit is contained in:
Better-Boy
2025-10-22 22:06:50 +05:30
committed by GitHub
parent a7a06b8337
commit adbd898432
7 changed files with 9 additions and 9 deletions
@@ -623,7 +623,7 @@ Some extensions require environment variables. You can include these in your com
goose session --with-extension "VAR=value command arg1 arg2"
```
For example, to start a session with the [GitHub extension](https://github.com/modelcontextprotocol/servers/tree/main/src/github), you'd run:
For example, to start a session with the [GitHub extension](https://github.com/github/github-mcp-server), you'd run:
```bash
goose session --with-extension "GITHUB_PERSONAL_ACCESS_TOKEN=<YOUR_TOKEN> npx -y @modelcontextprotocol/server-github"