chore(aaif): rename a bunch of repository references (#8152)
Signed-off-by: Michael Neale <michael.neale@gmail.com> Co-authored-by: Michael Neale <michael.neale@gmail.com> continuing migration to aaif
This commit is contained in:
@@ -13,7 +13,7 @@ import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
|
||||
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/7Vn_Rixi3tQ" />
|
||||
|
||||
|
||||
This tutorial covers how to add the [Council of Mine MCP Server](https://github.com/block/mcp-council-of-mine) as a goose extension featuring 9 LLM council members with distinct personalities who debate topics, vote on each other's opinions, and generate synthesized conclusions through AI-powered deliberation. This is great for helping you make a decision.
|
||||
This tutorial covers how to add the [Council of Mine MCP Server](https://github.com/aaif-goose/mcp-council-of-mine) as a goose extension featuring 9 LLM council members with distinct personalities who debate topics, vote on each other's opinions, and generate synthesized conclusions through AI-powered deliberation. This is great for helping you make a decision.
|
||||
|
||||
:::tip Quick Install
|
||||
<Tabs groupId="interface">
|
||||
@@ -23,7 +23,7 @@ This tutorial covers how to add the [Council of Mine MCP Server](https://github.
|
||||
<TabItem value="cli" label="goose CLI">
|
||||
**Command**
|
||||
```sh
|
||||
uvx --from git+https://github.com/block/mcp-council-of-mine mcp_council_of_mine
|
||||
uvx --from git+https://github.com/aaif-goose/mcp-council-of-mine mcp_council_of_mine
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
@@ -43,7 +43,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
|
||||
description="LLM debate"
|
||||
type="stdio"
|
||||
command="uvx"
|
||||
args={["--from", "git+https://github.com/block/mcp-council-of-mine", "mcp_council_of_mine"]}
|
||||
args={["--from", "git+https://github.com/aaif-goose/mcp-council-of-mine", "mcp_council_of_mine"]}
|
||||
/>
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="goose CLI">
|
||||
@@ -51,7 +51,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
|
||||
name="Council of Mine"
|
||||
description="LLM debate"
|
||||
type="stdio"
|
||||
command="uvx --from git+https://github.com/block/mcp-council-of-mine mcp_council_of_mine"
|
||||
command="uvx --from git+https://github.com/aaif-goose/mcp-council-of-mine mcp_council_of_mine"
|
||||
timeout={300}
|
||||
/>
|
||||
</TabItem>
|
||||
|
||||
@@ -96,7 +96,7 @@ Go goose, go goose!
|
||||
|
||||
If that’s not amazing idk what is …
|
||||
|
||||
🚀 to get started visit block.github.io/goose_
|
||||
🚀 to get started visit goose-docs.ai_
|
||||
|
||||
|
||||
### goose Output
|
||||
|
||||
@@ -12,7 +12,7 @@ import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructi
|
||||
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/_WMm4kDYMog" />
|
||||
|
||||
:::warning Known Limitation
|
||||
The Fetch extension [does not work](https://github.com/block/goose/issues/1184) with Google models (e.g. gemini-2.0-flash) because this extension uses `format: uri` in its JSON schema which Google doesn't support.
|
||||
The Fetch extension [does not work](https://github.com/aaif-goose/goose/issues/1184) with Google models (e.g. gemini-2.0-flash) because this extension uses `format: uri` in its JSON schema which Google doesn't support.
|
||||
:::
|
||||
|
||||
This tutorial covers how to add the [Fetch MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch) as a goose extension to retrieve and process content from the web.
|
||||
|
||||
@@ -98,7 +98,7 @@ In this example, goose sends a LinkedIn post draft to gotoHuman for approval usi
|
||||
Send this blog draft about goose to gotoHuman for review using my `n8n news to post` form.
|
||||
|
||||
Include today’s date as the timestamp, these links:
|
||||
[goose Docs: https://block.github.io/goose/, gotoHuman: https://gotohuman.com/],
|
||||
[goose Docs: https://goose-docs.ai/, gotoHuman: https://gotohuman.com/],
|
||||
summarize it as ‘Introducing goose’s integration with gotoHuman for human approvals,’
|
||||
and here’s the draft:
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Add Speech MCP Server as a goose Extension
|
||||
unlisted: true
|
||||
---
|
||||
|
||||
Unlist per https://github.com/block/goose/issues/5431
|
||||
Unlist per https://github.com/aaif-goose/goose/issues/5431
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
@@ -10,7 +10,7 @@ import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
|
||||
|
||||
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/gddEgvCLrgU" />
|
||||
|
||||
This tutorial covers how to add the [VS Code MCP Server](https://github.com/block/vscode-mcp) as a goose extension to enable VS Code integration, file operations, and development workflow management.
|
||||
This tutorial covers how to add the [VS Code MCP Server](https://github.com/aaif-goose/vscode-mcp) as a goose extension to enable VS Code integration, file operations, and development workflow management.
|
||||
|
||||
:::tip Quick Install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user