ワンクリックで
mcporter
Use the mcporter CLI to inspect, configure, authenticate, and call MCP servers before wiring them into ACECode.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use the mcporter CLI to inspect, configure, authenticate, and call MCP servers before wiring them into ACECode.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Release ACECode from a user-provided version number. Use when Codex is asked to publish an ACECode version, update the Windows self-upgrade server, build and verify the updater package, commit release code, create an annotated Git version tag, or push release commits/tags.
说明 ACECode Desktop 原生桌面应用的用法,包括工作区、任务、会话、输入框、权限、可选 Git worktree、搜索、文件与差异面板、设置、技能、MCP、循环任务、通知、更新和故障排查。当用户询问 Windows、macOS 或 Linux 图形界面的操作方法时使用。不要用终端 TUI 的命令代替 Desktop 界面操作。
Explain how to use ACECode in a terminal, including the interactive TUI, headless prompt mode, sessions, worktrees, permission modes, keyboard controls, slash commands, skills, MCP, memory, and troubleshooting. Use when a user asks how to start, control, configure, or recover ACECode from a shell. Do not use for the native ACECode Desktop interface.
ACECode WebUI 的统一视觉规则 — 写设置 / 管理 / 配置 / 状态展示类页面或面板前必读。提炼自 SettingsPage 的「常规」「外观」section,覆盖容器、标题层级、卡片行、单选卡片、小型 input、状态指示、分隔线等。新 section 直接套这套 className,不要重新造视觉风格。
Use a saved model tagged with the vision capability to inspect images when the active model cannot reliably read image content.
ACECode WebUI 的统一视觉规则 — 写设置 / 管理 / 配置 / 状态展示类页面或面板前必读。提炼自 SettingsPage 的「常规」「外观」section,覆盖容器、标题层级、卡片行、单选卡片、小型 input、状态指示、分隔线等。新 section 直接套这套 className,不要重新造视觉风格。
| name | mcporter |
| description | Use the mcporter CLI to inspect, configure, authenticate, and call MCP servers before wiring them into ACECode. |
| license | MIT |
| compatibility | Requires npx and the mcporter CLI. |
| metadata | {"source_id":"hermes-agent:mcp/mcporter@4eecaf06e48834e105cbd989ae0bae5a2a618c1d","tags":["mcp","cli"]} |
Use this skill when the user wants to explore MCP servers with the mcporter CLI before adding them to ACECode's native MCP configuration.
npx are available.List available mcporter help:
npx mcporter --help
Inspect a server or catalog entry:
npx mcporter list
npx mcporter inspect <server>
Authenticate when the server requires it:
npx mcporter auth <server>
Call a tool manually to verify behavior:
npx mcporter call <server> <tool> --json '<arguments-json>'
mcporter to verify the server, authentication, and tool schema.~/.acecode/config.json under mcp_servers./mcp list.mcporter succeeds but ACECode does not, compare transport type, endpoint path, headers, and environment variables.