{
"type": "object",
"required": [
"dumplingApiKey"
],
"properties": {
"dumplingApiKey": {
"type": "string",
"description": "Your Dumpling AI API key for authentication."
}
},
"description": "Configuration for the Dumpling AI MCP server. Provide your Dumpling API key."
}