push
Transfer AI models to a registry using MCP-powered applications. Enables seamless integration of local LLM capabilities for enhanced control and privacy.
Instructions
Push a model to a registry
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}