kobold_version
Retrieve version details of KoboldAI via API to verify compatibility, check updates, and ensure integration with MCP-compatible systems.
Instructions
Get KoboldAI version information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiUrl | No | http://localhost:5001 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"apiUrl": {
"default": "http://localhost:5001",
"type": "string"
}
},
"type": "object"
}