Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/content/posts/2026-01-26-mcp-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Migration to the official extension is straightforward when you're ready.
MCP Apps are supported in:

- **Claude** - available today both on web and desktop experiences
- **Goose** - [available today](https://block.github.io/goose/docs/tutorials/building-mcp-apps/)
- **Goose** - [available today](https://goose-docs.ai/docs/tutorials/building-mcp-apps/)
- **Visual Studio Code** - available in
[Visual Studio Code Insiders](https://code.visualstudio.com/insiders)
- **ChatGPT** - starting this week
Expand Down
2 changes: 1 addition & 1 deletion docs/extensions/apps/build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ And then copying the skill to the appropriate location for your agent:
| [VS Code](https://code.visualstudio.com/docs/copilot/customization/agent-skills) and [GitHub Copilot](https://docs.github.com/en/copilot/concepts/agents/about-agent-skills) | `~/.copilot/skills/` | `%USERPROFILE%\.copilot\skills\` |
| [Gemini CLI](https://geminicli.com/docs/cli/skills/) | `~/.gemini/skills/` | `%USERPROFILE%\.gemini\skills\` |
| [Cline](https://cline.bot/blog/cline-3-48-0-skills-and-websearch-make-cline-smarter) | `~/.cline/skills/` | `%USERPROFILE%\.cline\skills\` |
| [Goose](https://block.github.io/goose/docs/guides/context-engineering/using-skills/) | `~/.config/goose/skills/` | `%USERPROFILE%\.config\goose\skills\` |
| [Goose](https://goose-docs.ai/docs/guides/context-engineering/using-skills/) | `~/.config/goose/skills/` | `%USERPROFILE%\.config\goose\skills\` |
| [Codex](https://developers.openai.com/codex/skills/) | `~/.codex/skills/` | `%USERPROFILE%\.codex\skills\` |
| [Cursor](https://cursor.com/docs/context/skills) | `~/.cursor/skills/` | `%USERPROFILE%\.cursor\skills\` |

Expand Down
Loading