{
"type": "object",
"required": [
"smitheryApiKey"
],
"properties": {
"dynamic": {
"type": "boolean",
"default": false,
"description": "If true, Toolbox will provide a dynamic tool list based on connected MCP servers. This is only for clients that handle tool list change notifications."
},
"smitheryApiKey": {
"type": "string",
"description": "The API key to authenticate against Smithery services."
}
}
}