{
"type": "object",
"required": [
"apiUrl"
],
"properties": {
"apiUrl": {
"type": "string",
"description": "The base API URL for the PI Dashboard API."
},
"authToken": {
"type": "string",
"description": "Optional authentication token if required."
}
},
"description": "Configuration for starting the PI API MCP Server."
}