Documentation
¶
Index ¶
Constants ¶
View Source
const ( BackendUnknown = "unknown" BackendTripo = "tripo" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Provider ProviderConfig
OutputDir string
}
Config holds all configuration for the MCP server.
type ProviderConfig ¶
type ProviderConfig struct {
APIKey string
}
ProviderConfig holds Tripo API authentication.
Click to show internal directories.
Click to hide internal directories.