Remote MCP

Lint a MCP tools configuration

Validates a given MCP tool's configuration and returns linting hints. Each tool's YAML configuration is validated. If no problems are found, the response is empty.

post/v1/redpanda-connect/mcp-servers:lint-config

Request body

toolsobject required

Map of tool names to their configurations. Each tool contains YAML configuration.

Response

Linting finished. See lint_hints for details.

lint_hintsobject

Map of tool names to their linting issues. Empty if no issues are found.

Changes

Changed in 3 of the 51 revisions of this API.13