From a57bbd32781879c47c837d6f5c990ac07416f7b8 Mon Sep 17 00:00:00 2001 From: Jonathan Hefner Date: Sun, 25 Jan 2026 20:27:37 -0600 Subject: [PATCH] Add Codex and Goose to documentation Add Codex to the list of agents supporting skills in `agent-skills.md`. Add Goose to the list of supported clients in `testing-mcp-apps.md` and rename "VS Code Copilot" to "VS Code (Insiders)" for accuracy. Co-Authored-By: Claude Opus 4.5 --- docs/agent-skills.md | 1 + docs/testing-mcp-apps.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/agent-skills.md b/docs/agent-skills.md index f494b49e1..4d957a2c6 100644 --- a/docs/agent-skills.md +++ b/docs/agent-skills.md @@ -44,6 +44,7 @@ Then copy the skills from `plugins/mcp-apps/skills/` to your agent's skills dire - [Claude Code](https://docs.anthropic.com/en/docs/claude-code/skills) - [VS Code](https://code.visualstudio.com/docs/copilot/customization/agent-skills) / [GitHub Copilot](https://docs.github.com/en/copilot/concepts/agents/about-agent-skills) +- [Codex](https://developers.openai.com/codex/skills/) - [Gemini CLI](https://geminicli.com/docs/cli/skills/) - [Cline](https://docs.cline.bot/features/skills#skills) - [Goose](https://block.github.io/goose/docs/guides/context-engineering/using-skills/) diff --git a/docs/testing-mcp-apps.md b/docs/testing-mcp-apps.md index b36e8620e..06873da75 100644 --- a/docs/testing-mcp-apps.md +++ b/docs/testing-mcp-apps.md @@ -61,7 +61,8 @@ To test your App in a real conversational environment, install your MCP server i - Claude\.ai - [Remote MCP servers (over HTTP)](https://claude.ai/docs/connectors/custom/remote-mcp) - [Local MCP servers (over stdio)](https://claude.ai/docs/connectors/custom/desktop-extensions) -- [VS Code Copilot](https://code.visualstudio.com/docs/copilot/customization/mcp-servers) +- [VS Code (Insiders)](https://code.visualstudio.com/docs/copilot/customization/mcp-servers) +- [Goose](https://block.github.io/goose/docs/getting-started/using-extensions/) Once your server is configured, ask the agent to perform a task related to your App-enhanced tool. For example, if you have a weather App, ask the agent "Show me the current weather."