Skip to content

Commit c628a2a

Browse files
Merge pull request #3027 from ArmDeveloperEcosystem/main
Production update
2 parents 2bd4241 + 43abdbc commit c628a2a

115 files changed

Lines changed: 3653 additions & 1980 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/copilot-instructions.md

Lines changed: 317 additions & 112 deletions
Large diffs are not rendered by default.

.wordlist.txt

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5845,3 +5845,112 @@ reconnection
58455845
stdin
58465846
testcontainers
58475847
ttyUSB
5848+
ARMGCC
5849+
ActiveGate
5850+
Alif
5851+
AlifSemiconductor
5852+
Anymal
5853+
Arranz
5854+
Asier
5855+
CHW
5856+
Cartpole
5857+
DK
5858+
DTCM
5859+
DevKit
5860+
DevKit's
5861+
Dynatrace
5862+
Dynatrace's
5863+
ELU
5864+
ETE
5865+
EthosUCompileSpec
5866+
EthosUPartitioner
5867+
EthosUQuantizer
5868+
FOpenJDK
5869+
Franka
5870+
GAE
5871+
IPPO
5872+
ISAACSIM
5873+
ITCM
5874+
IsaacLab
5875+
IsaacSim
5876+
MAPPO
5877+
MRAM
5878+
MinSizeRel
5879+
Mpeis
5880+
MuJoCo
5881+
NCHW
5882+
NOBITS
5883+
NVIC
5884+
NVRTC
5885+
Omniverse
5886+
OneAgent
5887+
OptimizingClang
5888+
PBT
5889+
PRG
5890+
PROGBITS
5891+
Paschalis
5892+
Photorealistic
5893+
PhysX
5894+
Procedurally
5895+
RDWR
5896+
RELA
5897+
RSL
5898+
RTT
5899+
RemoteProc
5900+
SETOOLS
5901+
SEUART
5902+
SdkRootDirPath
5903+
SimpleAdd
5904+
TopDown
5905+
TurboVNC
5906+
URDF
5907+
Unitree
5908+
activegate
5909+
alifsemi
5910+
brbe
5911+
bsort
5912+
dockerfile
5913+
dyn
5914+
dynatrace
5915+
envs
5916+
exir
5917+
f'Wrote
5918+
ffunction
5919+
fini
5920+
flatbuffer
5921+
heatmap
5922+
icache
5923+
isaac
5924+
isaacsim
5925+
libgomp
5926+
lld
5927+
mcuxpressotools
5928+
mcuxsdk
5929+
microcontroller's
5930+
mobilenetv
5931+
noinline
5932+
nop
5933+
omniverse
5934+
orderfile
5935+
preloading
5936+
procedurally
5937+
pybind
5938+
quantizer
5939+
randn
5940+
readelf
5941+
rela
5942+
relocs
5943+
relro
5944+
remoteproc
5945+
ro
5946+
sb
5947+
sdX
5948+
skrl
5949+
symlink
5950+
syms
5951+
toplevel
5952+
uarch
5953+
umount
5954+
vtable
5955+
xC
5956+
Performix

assets/contributors.csv

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Waheed Brown,Arm,https://github.com/armwaheed,https://www.linkedin.com/in/waheed
9797
Aryan Bhusari,Arm,,https://www.linkedin.com/in/aryanbhusari,,
9898
Ken Zhang,Insyde,,kai-di-zhang-b1642a266,,
9999
Ann Cheng,Arm,anncheng-arm,hello-ann,,
100-
Fidel Makatia Omusilibwa,,,,,
100+
Fidel Makatia Omusilibwa,,fidel-makatia,fidel-makatia-hsc-mieee,,
101101
Ker Liu,,,,,
102102
Rui Chang,,,,,
103103
Alejandro Martinez Vicente,Arm,,,,
@@ -113,5 +113,9 @@ Steve Suzuki,Arm,,,,
113113
Qixiang Xu,Arm,,,,
114114
Phalani Paladugu,Arm,phalani-paladugu,phalani-paladugu,,
115115
Richard Burton,Arm,Burton2000,,,
116+
Brendan Long,Arm,bccbrendan,https://www.linkedin.com/in/brendan-long-5817924/,,
116117
Asier Arranz,NVIDIA,,asierarranz,,asierarranz.com
117-
Prince Agyeman,Arm,,,,
118+
Prince Agyeman,Arm,,,,
119+
Parichay Das,,parichaydas,parichaydas,,
120+
Johnny Nunez,NVIDIA,johnnynunez,johnnycano,,
121+
Raymond Lo,NVIDIA,raymondlo84,raymondlo84,,

content/install-guides/codex-cli.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,18 @@ The Arm MCP server is listed in the output. If the arm-mcp server indicates it's
233233

234234
You can also verify the tools are available by asking Codex to list the available Arm MCP tools.
235235

236+
### Use Arm prompt files with the MCP Server
237+
238+
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.
239+
240+
#### Get the prompt files
241+
242+
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:
243+
244+
- **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.
245+
246+
Each prompt file is a Markdown configuration that you can reference in your Codex CLI sessions to enable more targeted, task-specific assistance.
247+
236248
If you're facing issues or have questions, reach out to mcpserver@arm.com.
237249

238-
You're now ready to use Codex CLI with Arm-specific development assistance.
250+
You're now ready to use Codex CLI with the Arm MCP server for Arm-specific development assistance.

content/install-guides/gemini.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,18 @@ Configured MCP servers:
407407
- sysreport_instructions
408408
```
409409

410+
### Use Arm prompt files with the MCP Server
411+
412+
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.
413+
414+
#### Get the prompt files
415+
416+
Browse the [agent integrations directory](https://github.com/arm/mcp/tree/main/agent-integrations/gemini) to find prompt files for specific use cases:
417+
418+
- **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.
419+
420+
Each prompt file is a TOML configuration that you can reference in your Gemini CLI sessions to enable more targeted, task-specific assistance.
421+
410422
If you're facing issues or have questions, reach out to mcpserver@arm.com.
411423

412-
You're now ready to use Gemini CLI with the Arm MCP server for Arm-specific development assistance.
424+
You're now ready to use Gemini CLI with the Arm MCP server for Arm-specific development assistance.

content/install-guides/github-copilot.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,20 @@ Example prompts that use the Arm MCP Server:
335335
- `Search the Arm knowledge base for Neon intrinsics examples`
336336
- `Find learning resources about migrating from x86 to Arm`
337337

338+
## Use Arm prompt files with the MCP Server
339+
340+
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.
341+
342+
### Get the prompt files
343+
344+
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:
345+
346+
- **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.
347+
348+
Each prompt file is a Markdown configuration that you can reference in your GitHub Copilot sessions to enable more targeted, task-specific assistance.
349+
350+
If you're facing issues or have questions, reach out to mcpserver@arm.com.
351+
338352
## Troubleshooting MCP Server connections
339353

340354
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:
349363

350364

351365

352-
You're now ready to use GitHub Copilot with the Arm MCP Server to enhance your Arm development workflow!
366+
You're now ready to use GitHub Copilot with the Arm MCP server for Arm-specific development assistance.

content/install-guides/kiro-cli.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,18 @@ Use the `/tools` command to list the available tools:
262262

263263
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.
264264

265-
If you are facing issues or have questions, reach out to mcpserver@arm.com.
265+
### Use Arm prompt files with the MCP Server
266266

267-
You're ready to use Kiro CLI.
267+
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.
268+
269+
#### Get the prompt files
270+
271+
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:
272+
273+
- **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.
274+
275+
Each prompt file is a Markdown configuration that you can reference in your Kiro CLI sessions to enable more targeted, task-specific assistance.
276+
277+
If you're facing issues or have questions, reach out to mcpserver@arm.com.
278+
279+
You're now ready to use Kiro CLI with the Arm MCP server for Arm-specific development assistance.

content/install-guides/multipass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ecosystem_dashboard: https://developer.arm.com/ecosystem-dashboard/linux?package
2424

2525
test_images:
2626
- ubuntu:latest
27-
test_maintenance: true
27+
test_maintenance: false
2828

2929
### PAGE SETUP
3030
weight: 1 # Defines page ordering. Must be 1 for first (or only) page.

content/install-guides/perf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ecosystem_dashboard: https://developer.arm.com/ecosystem-dashboard/linux?package
2222

2323
test_images:
2424
- ubuntu:latest
25-
test_maintenance: true
25+
test_maintenance: false
2626

2727
### PAGE SETUP
2828
weight: 1 # Defines page ordering. Must be 1 for first (or only) page.

content/install-guides/pytorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ecosystem_dashboard: https://developer.arm.com/ecosystem-dashboard/linux?package
1414
test_images:
1515
- ubuntu:latest
1616
test_link: null
17-
test_maintenance: true
17+
test_maintenance: false
1818
title: PyTorch
1919
tool_install: true
2020
weight: 1

0 commit comments

Comments
 (0)