diff --git a/content/install-guides/codex-cli.md b/content/install-guides/codex-cli.md index 52eec06472..014e3337c4 100644 --- a/content/install-guides/codex-cli.md +++ b/content/install-guides/codex-cli.md @@ -233,6 +233,18 @@ The Arm MCP server is listed in the output. If the arm-mcp server indicates it's You can also verify the tools are available by asking Codex to list the available Arm MCP tools. +### Use Arm prompt files with the MCP Server + +The Arm MCP Server provides a rich set of tools and knowledge base, but to make the best use of it, you should pair it with Arm-specific prompt files. These prompt files supply task-oriented context, best practices, and structured workflows that guide the agent in using MCP tools more effectively across common Arm development tasks. + +#### Get the prompt files + +Browse the [agent integrations directory for Codex](https://github.com/arm/mcp/tree/main/agent-integrations/codex) to find prompt files for specific use cases: + +- **Arm migration** ([arm-migration.md](https://github.com/arm/mcp/blob/main/agent-integrations/codex/arm-migration.md)): Helps the agent systematically migrate applications from x86 to Arm, including dependency analysis, compatibility checks, and optimization recommendations. + +Each prompt file is a Markdown configuration that you can reference in your Codex CLI sessions to enable more targeted, task-specific assistance. + If you're facing issues or have questions, reach out to mcpserver@arm.com. -You're now ready to use Codex CLI with Arm-specific development assistance. +You're now ready to use Codex CLI with the Arm MCP server for Arm-specific development assistance. diff --git a/content/install-guides/gemini.md b/content/install-guides/gemini.md index 6757831b8f..094c259530 100644 --- a/content/install-guides/gemini.md +++ b/content/install-guides/gemini.md @@ -407,6 +407,18 @@ Configured MCP servers: - sysreport_instructions ``` +### Use Arm prompt files with the MCP Server + +The Arm MCP Server provides a rich set of tools and knowledge base, but to make the best use of it, you should pair it with Arm-specific prompt files. These prompt files supply task-oriented context, best practices, and structured workflows that guide the agent in using MCP tools more effectively across common Arm development tasks. + +#### Get the prompt files + +Browse the [agent integrations directory](https://github.com/arm/mcp/tree/main/agent-integrations/gemini) to find prompt files for specific use cases: + +- **Arm migration** ([arm-migration.toml](https://github.com/arm/mcp/blob/main/agent-integrations/gemini/arm-migration.toml)): Helps the agent systematically migrate applications from x86 to Arm, including dependency analysis, compatibility checks, and optimization recommendations. + +Each prompt file is a TOML configuration that you can reference in your Gemini CLI sessions to enable more targeted, task-specific assistance. + If you're facing issues or have questions, reach out to mcpserver@arm.com. -You're now ready to use Gemini CLI with the Arm MCP server for Arm-specific development assistance. \ No newline at end of file +You're now ready to use Gemini CLI with the Arm MCP server for Arm-specific development assistance. diff --git a/content/install-guides/github-copilot.md b/content/install-guides/github-copilot.md index 299ca09f2a..682f293966 100644 --- a/content/install-guides/github-copilot.md +++ b/content/install-guides/github-copilot.md @@ -335,6 +335,20 @@ Example prompts that use the Arm MCP Server: - `Search the Arm knowledge base for Neon intrinsics examples` - `Find learning resources about migrating from x86 to Arm` +## Use Arm prompt files with the MCP Server + +The Arm MCP Server provides a rich set of tools and knowledge base, but to make the best use of it, you should pair it with Arm-specific prompt files. These prompt files supply task-oriented context, best practices, and structured workflows that guide the agent in using MCP tools more effectively across common Arm development tasks. + +### Get the prompt files + +Browse the [agent integrations directory for Visual Studio Code](https://github.com/arm/mcp/tree/main/agent-integrations/vs-code) to find prompt files for specific use cases: + +- **Arm migration** ([arm-migration.prompt.md](https://github.com/arm/mcp/blob/main/agent-integrations/vs-code/arm-migration.prompt.md)): Helps the agent systematically migrate applications from x86 to Arm, including dependency analysis, compatibility checks, and optimization recommendations. + +Each prompt file is a Markdown configuration that you can reference in your GitHub Copilot sessions to enable more targeted, task-specific assistance. + +If you're facing issues or have questions, reach out to mcpserver@arm.com. + ## Troubleshooting MCP Server connections This section helps you resolve common issues when installing and using GitHub Copilot with the Arm MCP Server on Arm systems. If you encounter problems not covered here, contact [mcpserver@arm.com](mailto:mcpserver@arm.com) for support. @@ -349,4 +363,4 @@ If the Arm MCP Server doesn't connect: -You're now ready to use GitHub Copilot with the Arm MCP Server to enhance your Arm development workflow! +You're now ready to use GitHub Copilot with the Arm MCP server for Arm-specific development assistance. diff --git a/content/install-guides/kiro-cli.md b/content/install-guides/kiro-cli.md index 99d8b1a7ba..9cc8ca8429 100644 --- a/content/install-guides/kiro-cli.md +++ b/content/install-guides/kiro-cli.md @@ -262,6 +262,18 @@ Use the `/tools` command to list the available tools: You should see the Arm MCP server tools listed in the output. If the arm-mcp server says it's still loading, wait a moment and run `/tools` again. -If you are facing issues or have questions, reach out to mcpserver@arm.com. +### Use Arm prompt files with the MCP Server -You're ready to use Kiro CLI. +The Arm MCP Server provides a rich set of tools and knowledge base, but to make the best use of it, you should pair it with Arm-specific prompt files. These prompt files supply task-oriented context, best practices, and structured workflows that guide the agent in using MCP tools more effectively across common Arm development tasks. + +#### Get the prompt files + +Browse the [agent integrations directory for Kiro](https://github.com/arm/mcp/tree/main/agent-integrations/kiro) to find prompt files for specific use cases: + +- **Arm migration** ([arm-migration.md](https://github.com/arm/mcp/blob/main/agent-integrations/kiro/arm-migration.md)): Helps the agent systematically migrate applications from x86 to Arm, including dependency analysis, compatibility checks, and optimization recommendations. + +Each prompt file is a Markdown configuration that you can reference in your Kiro CLI sessions to enable more targeted, task-specific assistance. + +If you're facing issues or have questions, reach out to mcpserver@arm.com. + +You're now ready to use Kiro CLI with the Arm MCP server for Arm-specific development assistance.