Documentation
¶
Overview ¶
Package cli implements the embyfin-mcp command line interface: the cobra commands, flag and config handling, and the MCP server exposing library curation tools to AI clients.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FlagData ¶
type FlagData struct {
Backend string `mapstructure:"backend"`
Server string `mapstructure:"server"`
Token string `mapstructure:"token"`
EnableDelete bool `mapstructure:"enable-delete"`
Listen string `mapstructure:"listen"`
AuthToken string `mapstructure:"auth-token"`
}
Click to show internal directories.
Click to hide internal directories.