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
1 change: 1 addition & 0 deletions docs/agent-skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
3 changes: 2 additions & 1 deletion docs/testing-mcp-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down
Loading