Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2026-02-11 09:35:24 -05:00 committed by GitHub
parent 544bc1bc4f
commit f636a97faa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
81 changed files with 109 additions and 110 deletions

View file

@ -14,7 +14,7 @@ goose allows you to extend its functionality by creating your own custom extensi
In this guide, we build an MCP server using the [Python SDK for MCP][mcp-python]. Well demonstrate how to create an MCP server that reads Wikipedia articles and converts them to Markdown, integrate it as an extension in goose. You can follow a similar process to develop your own custom extensions for goose.
You can check out other example servers in the [MCP servers repository][mcp-servers]. MCP SDKs are also available for other common languages, such as [Typescript][mcp-typescript] and [Kotlin][mcp-kotlin].
You can check out other example servers in the [MCP servers repository][mcp-servers]. MCP SDKs are also available for other common languages, such as [TypeScript][mcp-typescript] and [Kotlin][mcp-kotlin].
:::info
goose supports Tools, Resources, and Prompts from the [Model Context Protocol](https://modelcontextprotocol.io/). See [`mcp_client.rs`](https://github.com/block/goose/blob/main/crates/goose/src/agents/mcp_client.rs) for the supported protocol version and client capabilities.
@ -211,7 +211,7 @@ Verify that your MCP server is running in the MCP Inspector (a browser-based dev
MCP Inspector requires Node.js and npm installed on your computer.
:::
1. Setup the project environment:
1. Set up the project environment:
```bash
uv sync
@ -240,7 +240,7 @@ MCP Inspector requires Node.js and npm installed on your computer.
</TabItem>
<TabItem value="cli" label="In the CLI">
1. Setup the project environment:
1. Set up the project environment:
```bash
uv sync