一键导入
apm-dependency-isucon
// Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/isucon. Use when bootstrapping or auditing an ISUCON contest workspace's mise.toml.
// Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/isucon. Use when bootstrapping or auditing an ISUCON contest workspace's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/terraform. Use when bootstrapping or auditing a Terraform repo's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/common. Use when bootstrapping or auditing a repo's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/terraform-gcp. Use when bootstrapping or auditing a Terraform-on-GCP repo's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/android. Use when bootstrapping or auditing an Android repo's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/go. Use when bootstrapping or auditing a Go repo's mise.toml.
Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/cloudflare. Use when bootstrapping or auditing a Cloudflare Workers repo's mise.toml.
| name | apm-dependency-isucon |
| description | Lists the CLI tools that must appear in mise.toml for any repo depending on apm-plackage/isucon. Use when bootstrapping or auditing an ISUCON contest workspace's mise.toml. |
[tools]
# Required by the `serena` MCP server registered by this package.
# Serena is launched via `uvx --from git+https://github.com/oraios/serena ...`.
"aqua:astral-sh/uv" = "latest"
uv is required for uvx, which is how this package starts the
serena MCP server. Do not pin Serena itself in mise.toml — uvx
pulls the latest published build per session.grafana MCP server is a Docker container provisioned by
mazrean/isucon-ansible/roles/monitor_local. It is not a CLI and
does not appear in mise.toml. Run make monitor (or
ansible-playbook monitor.yaml) once before starting the agent so the
container is reachable at http://localhost:8000/mcp.apm-plackage/go (which pins go, gopls, and registers
the gopls MCP server). Do not duplicate those pins here.pipx install ansible).claude-code, codex, gemini-cli, etc.) is
intentionally NOT pinned, matching apm-plackage/common's policy.