yaaif_mcp_deployment_create
Create MCP deployments on the YAAIF platform using Docker Compose or Kubernetes GitOps, with configurable transport, endpoints, and secret environment variables.
Instructions
Create an MCP deployment (docker_compose or kubernetes_gitops). transport_type must be STREAMABLE_HTTP or SSE. For k8s prefer endpoint_mode=docker_name (auto Service DNS); use custom + endpoint_host only when needed. Prefer API key secret_env over platform S2S.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| name | Yes | ||
| image | Yes | ||
| spec_id | No | ||
| mcp_path | No | ||
| slot_key | No | ||
| secret_env | No | ||
| spec_version | No | ||
| auto_register | No | ||
| endpoint_host | No | ||
| endpoint_mode | No | ||
| container_port | No | ||
| transport_type | No | ||
| auto_import_tools | No | ||
| deployment_method | No | ||
| client_secret_headers | No | ||
| registry_credential_id | No |