Skip to content

Commit c2037f3

Browse files
Merge pull request #357 from jonathanhefner/supporting-clients
Add Codex and Goose to documentation
2 parents ab88e79 + a57bbd3 commit c2037f3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/agent-skills.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Then copy the skills from `plugins/mcp-apps/skills/` to your agent's skills dire
4444

4545
- [Claude Code](https://docs.anthropic.com/en/docs/claude-code/skills)
4646
- [VS Code](https://code.visualstudio.com/docs/copilot/customization/agent-skills) / [GitHub Copilot](https://docs.github.com/en/copilot/concepts/agents/about-agent-skills)
47+
- [Codex](https://developers.openai.com/codex/skills/)
4748
- [Gemini CLI](https://geminicli.com/docs/cli/skills/)
4849
- [Cline](https://docs.cline.bot/features/skills#skills)
4950
- [Goose](https://block.github.io/goose/docs/guides/context-engineering/using-skills/)

docs/testing-mcp-apps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ To test your App in a real conversational environment, install your MCP server i
6161
- Claude\.ai
6262
- [Remote MCP servers (over HTTP)](https://claude.ai/docs/connectors/custom/remote-mcp)
6363
- [Local MCP servers (over stdio)](https://claude.ai/docs/connectors/custom/desktop-extensions)
64-
- [VS Code Copilot](https://code.visualstudio.com/docs/copilot/customization/mcp-servers)
64+
- [VS Code (Insiders)](https://code.visualstudio.com/docs/copilot/customization/mcp-servers)
65+
- [Goose](https://block.github.io/goose/docs/getting-started/using-extensions/)
6566

6667
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."
6768

0 commit comments

Comments
 (0)