diff --git a/documentation/blog/2025-03-21-goose-vscode/index.md b/documentation/blog/2025-03-21-goose-vscode/index.mdx similarity index 96% rename from documentation/blog/2025-03-21-goose-vscode/index.md rename to documentation/blog/2025-03-21-goose-vscode/index.mdx index e60ecd52a02c..35baf4d9ab46 100644 --- a/documentation/blog/2025-03-21-goose-vscode/index.md +++ b/documentation/blog/2025-03-21-goose-vscode/index.mdx @@ -5,8 +5,12 @@ authors: - tania --- +import ArchivedExtensionWarning from '@site/src/components/ArchivedExtensionWarning'; + ![blog cover](vscodestream.png) + + Want to use Goose in VS Code? On the recent [Wild Goose Case livestream](https://www.youtube.com/watch?v=hG7AnTw-GLU&ab_channel=BlockOpenSource), hosts [Ebony Louis](https://www.linkedin.com/in/ebonylouis/) and [Adewale Abati](https://www.linkedin.com/in/acekyd/) were joined by [Andrew Gertig](https://www.linkedin.com/in/andrewgertig/), Engineering Lead at Cash App, as he demonstrated the new VSCode MCP and how it brings powerful Goose-assisted coding capabilities directly into VS Code. @@ -53,8 +57,6 @@ The features don't end here. The team is actively exploring several exciting fea # Community and Contributing The project is open source, and welcomes contributions from the community. If you'd like to support the project or directly contribute to it, you can check out [the VSCode MCP repo on GitHub](https://github.com/block/vscode-mcp), or [join the Block Open Source Discord](https://discord.gg/goose-oss) if you'd like to ask the team any questions or start discussions. -You can also follow the [tutorial showing you how to integrate VS Code with Goose](/docs/mcp/vs-code-mcp). - diff --git a/documentation/blog/2025-03-26-mcp-security/index.md b/documentation/blog/2025-03-26-mcp-security/index.md index 41cfdf57da8f..ab66f3cd88fa 100644 --- a/documentation/blog/2025-03-26-mcp-security/index.md +++ b/documentation/blog/2025-03-26-mcp-security/index.md @@ -58,7 +58,7 @@ A quick glance at an MCP directory like Glama can save you from crying on your o - + diff --git a/documentation/blog/2025-04-01-top-5-mcp-servers/index.md b/documentation/blog/2025-04-01-top-5-mcp-servers/index.mdx similarity index 94% rename from documentation/blog/2025-04-01-top-5-mcp-servers/index.md rename to documentation/blog/2025-04-01-top-5-mcp-servers/index.mdx index 8d4875aa6ac7..61bf64c3c7b9 100644 --- a/documentation/blog/2025-04-01-top-5-mcp-servers/index.md +++ b/documentation/blog/2025-04-01-top-5-mcp-servers/index.mdx @@ -6,6 +6,8 @@ authors: - adewale --- +import ArchivedExtensionWarning from '@site/src/components/ArchivedExtensionWarning'; + ![blog cover](mcp-servers-cover.png) As a developer, finding the right tools that seamlessly work together can feel like discovering a superpower. And when you have a working process, it can sometimes be difficult to try out new tools. @@ -63,7 +65,9 @@ This works differently from the Knowledge Graph extension even though they both ## VS Code Extension: Your Favorite Editor, Connected -One of the biggest points in conversations with people especially around vibe coding, is finding ways to track what changes are being made. While version control is always recommended, sometimes I want to be able to stop or change direction before going too far. The [VS Code Extension](/docs/mcp/vs-code-mcp) alongside other features, allows me to preview the diff of my code changes before I commit them. + + +One of the biggest points in conversations with people especially around vibe coding, is finding ways to track what changes are being made. While version control is always recommended, sometimes I want to be able to stop or change direction before going too far. The [VS Code Extension](https://github.com/block/vscode-mcp) alongside other features, allows me to preview the diff of my code changes before I commit them. I can choose to accept or refuse these changes, or tell Goose to try something else before any actual changes are made. diff --git a/documentation/docs/experimental/index.md b/documentation/docs/experimental/index.md index 7c84323ba2cf..3008b319df1b 100644 --- a/documentation/docs/experimental/index.md +++ b/documentation/docs/experimental/index.md @@ -29,11 +29,6 @@ The list of experimental features may change as Goose development progresses. So description="An experimental Android automation app that acts as an open agent running on your phone, providing maximal automation of everyday tasks." link="/docs/experimental/goose-mobile" /> - + {prefix} no longer actively maintained. The{' '} + {repoUrl ? ( + + repository + + ) : ( + 'repository' + )}{' '} + remains available for reference, but may not be compatible with current versions of goose. + + ); +} diff --git a/documentation/static/servers.json b/documentation/static/servers.json index 402f70eb4217..9ad78dfea9b6 100644 --- a/documentation/static/servers.json +++ b/documentation/static/servers.json @@ -589,17 +589,6 @@ "endorsed": false, "environmentVariables": [] }, - { - "id": "vscode", - "name": "VSCode", - "description": "Provides a VSCode IDE integration for development workflows", - "command": "npx vscode-mcp-server", - "link": "https://github.com/block/vscode-mcp", - "installation_notes": "Install using npx package manager.", - "is_builtin": false, - "endorsed": true, - "environmentVariables": [] - }, { "id": "youtube-transcript-mcp", "name": "YouTube Transcript",