set_default_registry
Configure the default registry in MCP Kafka Schema Reg to streamline schema management and ensure consistent schema usage across Kafka workflows.
Instructions
Set the default registry.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
registry_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"registry_name": {
"title": "Registry Name",
"type": "string"
}
},
"required": [
"registry_name"
],
"type": "object"
}