2e7749ff61ba3976f32bca45eac8e4bef68f416asource_git · vdesabou/kafka-docker-playground-mcp-server · current release
Observed 2026-08-25T19:54:24.228Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
playground_command_helpGet detailed help for playground commandsInput schema{
"type": "object",
"properties": {
"command": {
"type": "string",
"description": "Command to get help for (e.g., 'connector restart', 'container logs')"
}
},
"required": [
"command"
]
} | — | — · — | — |
playground_command_suggestGet command suggestions and completions for the Kafka Docker Playground CLIInput schema{
"type": "object",
"properties": {
"partial_command": {
"type": "string",
"description": "Partial playground command to complete"
},
"context": {
"type": "string",
"description": "Additional context about what you're trying to do"
}
},
"required": [
"partial_command"
]
} | — | — · — | — |
playground_command_validateValidate a complete playground command and suggest correctionsInput schema{
"type": "object",
"properties": {
"command": {
"type": "string",
"description": "Complete playground command to validate"
}
},
"required": [
"command"
]
} | — | — · — | — |