docs: replace broken links with working links (#5266)
Signed-off-by: Better-Boy <panaroma365@gmail.com>
This commit is contained in:
@@ -132,7 +132,7 @@ SQL can get complex with joins, stored procedures, and subqueries. Goose helps m
|
|||||||
### How to Try It
|
### How to Try It
|
||||||
|
|
||||||
1. Follow [this tutorial](/docs/mcp/postgres-mcp)
|
1. Follow [this tutorial](/docs/mcp/postgres-mcp)
|
||||||
2. Enable the [`PostgreSQL`](https://github.com/modelcontextprotocol/servers/tree/HEAD/src/postgres) and [`Developer`](/extensions/detail?id=developer) extensions
|
2. Enable the [`PostgreSQL`](https://github.com/bytebase/dbhub/) and [`Developer`](/extensions/detail?id=developer) extensions
|
||||||
3. Prompt Goose:
|
3. Prompt Goose:
|
||||||
> Find my top 3 blog posts by average weekly views over the past 90 days. Include title, URL, average weekly views, and whether they were promoted on social.
|
> Find my top 3 blog posts by average weekly views over the past 90 days. Include title, URL, average weekly views, and whether they were promoted on social.
|
||||||
|
|
||||||
@@ -223,9 +223,9 @@ Legal documents are often dense and repetitive. Goose can highlight what actuall
|
|||||||
2. Prompt Goose:
|
2. Prompt Goose:
|
||||||
> Highlight the differences between these two versions of FinCEN's Investment Adviser AML regulations:
|
> Highlight the differences between these two versions of FinCEN's Investment Adviser AML regulations:
|
||||||
>
|
>
|
||||||
> Proposed version (2015): https://www.federalregister.gov/documents/2015/09/01/2015-21318
|
> Proposed version (2015): https://www.federalregister.gov/documents/2015/09/01/2015-21318/anti-money-laundering-program-and-suspicious-activity-report-filing-requirements-for-registered
|
||||||
>
|
>
|
||||||
> Final version (2024): https://www.federalregister.gov/documents/2024/09/04/2024-19260
|
> Final version (2024): https://www.federalregister.gov/documents/2024/09/04/2024-19260/financial-crimes-enforcement-network-anti-money-launderingcountering-the-financing-of-terrorism
|
||||||
>
|
>
|
||||||
> Focus on key changes in requirements for investment advisers' AML/CFT programs and how they affect compliance obligations.
|
> Focus on key changes in requirements for investment advisers' AML/CFT programs and how they affect compliance obligations.
|
||||||
|
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ There’s:
|
|||||||
- **Wild Goose Case** – showcasing cool community projects
|
- **Wild Goose Case** – showcasing cool community projects
|
||||||
- **Great Goose Off** - same task, same time limit, but different prompts, MCP servers, and strategies
|
- **Great Goose Off** - same task, same time limit, but different prompts, MCP servers, and strategies
|
||||||
|
|
||||||
You’ll find those livestreams on our [YouTube channel](https://www.youtube.com/@blockopensource/streams), and upcoming ones on the Discord calendar. Plus, if you prefer documentation, the [Goose docs](https://block.github.io/goose/) and [blog](https://block.github.io/goose/blog) are constantly being updated with new guides, tips, and tutorials.
|
You’ll find those livestreams on our [YouTube channel](https://www.youtube.com/@goose-oss/streams), and upcoming ones on the Discord calendar. Plus, if you prefer documentation, the [Goose docs](https://block.github.io/goose/) and [blog](https://block.github.io/goose/blog) are constantly being updated with new guides, tips, and tutorials.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
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
|
```bash
|
||||||
goose session --with-extension "GITHUB_PERSONAL_ACCESS_TOKEN=<YOUR_TOKEN> npx -y @modelcontextprotocol/server-github"
|
goose session --with-extension "GITHUB_PERSONAL_ACCESS_TOKEN=<YOUR_TOKEN> npx -y @modelcontextprotocol/server-github"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
|
|||||||
|
|
||||||
Server moved
|
Server moved
|
||||||
|
|
||||||
This tutorial will get you started with the [Brave Search MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search) as a Goose extension to enable interactive searches for both web and local searches.
|
This tutorial will get you started with the [Brave Search MCP Server](https://www.pulsemcp.com/servers/brave-search) as a Goose extension to enable interactive searches for both web and local searches.
|
||||||
|
|
||||||
:::tip TLDR
|
:::tip TLDR
|
||||||
<Tabs groupId="interface">
|
<Tabs groupId="interface">
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
|
|||||||
|
|
||||||
Server archived
|
Server archived
|
||||||
|
|
||||||
This tutorial covers how to add the [Google Drive MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) as a Goose extension, allowing you to list, read, and search files in Google Drive.
|
This tutorial covers how to add the [Google Drive MCP Server](https://www.pulsemcp.com/servers/modelcontextprotocol-gdrive) as a Goose extension, allowing you to list, read, and search files in Google Drive.
|
||||||
|
|
||||||
:::tip TLDR
|
:::tip TLDR
|
||||||
<Tabs groupId="interface">
|
<Tabs groupId="interface">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
|
|||||||
|
|
||||||
Server archived
|
Server archived
|
||||||
|
|
||||||
This tutorial covers how to add the [Google Maps MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps) as a Goose extension to enable geocoding, place searching, distance calculations, elevation data retrieval, and directions.
|
This tutorial covers how to add the [Google Maps MCP Server](https://www.pulsemcp.com/servers/google-maps-docs) as a Goose extension to enable geocoding, place searching, distance calculations, elevation data retrieval, and directions.
|
||||||
|
|
||||||
:::tip TLDR
|
:::tip TLDR
|
||||||
<Tabs groupId="interface">
|
<Tabs groupId="interface">
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
|
|||||||
|
|
||||||
Server archived
|
Server archived
|
||||||
|
|
||||||
This tutorial covers how to add the [Puppeteer MCP Server](https://github.com/modelcontextprotocol/servers/tree/HEAD/src/puppeteer) as a Goose extension, enabling Goose to interact with websites - navigating pages, filling forms, clicking buttons, taking screenshots, and executing JavaScript in a real browser environment.
|
This tutorial covers how to add the [Puppeteer MCP Server](https://www.pulsemcp.com/servers/merajmehrabi-puppeteer) as a Goose extension, enabling Goose to interact with websites - navigating pages, filling forms, clicking buttons, taking screenshots, and executing JavaScript in a real browser environment.
|
||||||
|
|
||||||
:::tip TLDR
|
:::tip TLDR
|
||||||
<Tabs groupId="interface">
|
<Tabs groupId="interface">
|
||||||
|
|||||||
Reference in New Issue
Block a user