config tools list
mcpd config tools list¶
Lists the configured (allowed) tools for a specific MCP server
Synopsis¶
Lists the configured (allowed) tools for a specific MCP server from the .mcpd.toml configuration file
mcpd config tools list <server-name> [flags]
Options¶
--all List all available tools from the registry instead of only allowed tools in config file (supports caching flags)
--cache-dir string Directory for caching registry manifests (default "/home/runner/.cache/mcpd/registries")
--cache-ttl string Time-to-live for cached registry manifests (e.g. 1h, 30m, 24h) (default "24h")
--format format Specify the output format (one of: json, text, yaml) (default text)
--no-cache Disable registry manifest caching
--refresh-cache Force refresh of cached registry manifests
Options inherited from parent commands¶
--config-file string path to config file (default ".mcpd.toml")
--log-level string log level for mcpd logs (default "info")
--log-path string log file path to use for log output
--runtime-file string path to runtime (execution context) file that contains env vars, and arguments for your MCP servers (default "/home/runner/.config/mcpd/secrets.dev.toml")
SEE ALSO¶
- mcpd config tools - Manages tools configuration for a registered MCP server