Skip to content

Commit 0678e68

Browse files
Update goose MCP support with accurate feature coverage (modelcontextprotocol#1823)
- Change 'Goose' to lowercase 'goose' for consistency - Update feature matrix with accurate support levels: - Resources: ✅ - Prompts: ✅ - Tools: ✅ - Discovery: ❌ (not implemented) - Sampling: ✅ - Roots: ❌ (not implemented) - Elicitation: ❌ (not implemented) - Instructions: ✅ - Update description to reflect actual MCP support - Remove 'tutorial' from built-in extensions list - Built-in extensions: developer tools, memory, computer control, auto-visualization
1 parent 55e3209 commit 0678e68

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/clients.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This page provides an overview of applications that support the Model Context Pr
5050
| [Gemini CLI][Gemini CLI] |||||||||
5151
| [GenAIScript][GenAIScript] |||||||||
5252
| [GitHub Copilot coding agent][GitHubCopilotCodingAgent] |||||||||
53-
| [Goose][Goose] |||| | || ||
53+
| [goose][goose] |||| | || ||
5454
| [gptme][gptme] |||||||||
5555
| [HyperAgent][HyperAgent] |||||||||
5656
| [Jenova][Jenova] |||||||||
@@ -156,7 +156,7 @@ This page provides an overview of applications that support the Model Context Pr
156156
[Genkit]: https://github.com/firebase/genkit
157157
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
158158
[GitHubCopilotCodingAgent]: https://docs.github.com/en/enterprise-cloud@latest/copilot/concepts/about-copilot-coding-agent
159-
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
159+
[goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
160160
[Jenova]: https://www.jenova.ai
161161
[JetBrains AI Assistant]: https://plugins.jetbrains.com/plugin/22282-jetbrains-ai-assistant
162162
[JetBrains Junie]: https://www.jetbrains.com/junie
@@ -632,16 +632,16 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
632632
- Abstraction to make it easy and productive
633633
- Seamless Visual Studio Code integration
634634

635-
### Goose
635+
### goose
636636

637-
[Goose](https://github.com/block/goose) is an open source AI agent that supercharges your software development by automating coding tasks.
637+
[goose](https://github.com/block/goose) is an open source AI agent that supercharges your software development by automating coding tasks.
638638

639639
**Key features:**
640640

641-
- Expose MCP functionality to Goose through tools.
641+
- Expose MCP functionality to goose through tools.
642642
- MCPs can be installed directly via the [extensions directory](https://block.github.io/goose/v1/extensions/), CLI, or UI.
643-
- Goose allows you to extend its functionality by [building your own MCP servers](https://block.github.io/goose/docs/tutorials/custom-extensions).
644-
- Includes built-in tools for development, web scraping, automation, memory, and integrations with JetBrains and Google Drive.
643+
- goose allows you to extend its functionality by [building your own MCP servers](https://block.github.io/goose/docs/tutorials/custom-extensions).
644+
- Includes built-in extensions for development, memory, computer control, and auto-visualization.
645645

646646
### GitHub Copilot coding agent
647647

0 commit comments

Comments
 (0)