Provides intelligent command completion, validation, and contextual help for Kafka Docker Playground CLI commands, including container management and connector operations.
Integrates with GitHub Copilot to offer natural language assistance, command suggestions, and debugging help for playground commands through conversational queries.
Parses Bashly YAML configurations to understand command structure and provide accurate command completion and validation capabilities.
MCP Playground Server
This is a Model Context Protocol (MCP) server that provides intelligent command completion and validation
Features
- Command Completion: Auto-complete playground commands with context-aware suggestions
- Command Help: Get detailed help for any playground command or subcommand
- Command Validation: Validate playground commands before execution
Installation
See docs here.
Usage
Once configured, the MCP server will be available through GitHub Copilot. You can ask natural language questions about playground commands:
Example Queries
- "What playground commands are available for managing connectors?"
- "How do I debug connection issues with a connector?"
- "Show me playground commands for container management"
- "What debug options are available for Java class loading?"
- "How do I restart a specific connector?"
Direct MCP Tools
The server exposes several tools that GitHub Copilot can use automatically:
playground_command_help
: Get detailed help for any commandplayground_command_suggest
: Get command suggestions and completionsplayground_command_validate
: Validate command syntax
Provides intelligent command completion, validation, and contextual help for the Kafka Docker Playground CLI. Integrates with GitHub Copilot to offer auto-complete suggestions, detailed command assistance, and debugging support for playground operations.