gen_docker_tools

command
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Command gen_docker_tools generates a tools.json file in the format expected by the Docker MCP Registry (https://github.com/docker/mcp-registry).

The format is:

[
  {
    "name": "tool_name",
    "description": "tool description",
    "arguments": [
      {"name": "arg", "type": "string", "desc": "..."}
    ]
  }
]

Usage:

go run ./cmd/gen_docker_tools/ > tools.json

By default it emits the base meta-tools (META_TOOLS=true, no enterprise). Pass --enterprise to include enterprise meta-tools, or --individual to emit the full 1000-tool surface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL