{
"type": "object",
"required": [
"keboolaStorageToken",
"uvPath",
"projectDir"
],
"properties": {
"uvPath": {
"type": "string",
"description": "The full path to the uv executable."
},
"projectDir": {
"type": "string",
"description": "The full path to your Keboola MCP server project directory."
},
"keboolaStorageToken": {
"type": "string",
"description": "The API token for Keboola Storage."
},
"keboolaStorageApiUrl": {
"type": "string",
"default": "https://connection.keboola.com",
"description": "The URL for Keboola Storage API."
}
}
}