mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Update Docker image reference for arm-migration agent (#485)
* Update Docker image reference for arm-migration agent * Updated README after running update script
This commit is contained in:
@@ -5,7 +5,7 @@ mcp-servers:
|
||||
custom-mcp:
|
||||
type: "local"
|
||||
command: "docker"
|
||||
args: ["run", "--rm", "-i", "-v", "${{ github.workspace }}:/workspace", "--name", "arm-mcp", "armswdev/arm-mcp:latest"]
|
||||
args: ["run", "--rm", "-i", "-v", "${{ github.workspace }}:/workspace", "--name", "arm-mcp", "armlimited/arm-mcp:latest"]
|
||||
tools: ["skopeo", "check_image", "knowledge_base_search", "migrate_ease_scan", "mcp", "sysreport_instructions"]
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user