Documentation
¶
Index ¶
Constants ¶
View Source
const ( EnvLocal = "local" EnvProd = "prod" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bs ¶ added in v1.0.4
type Bs struct {
Server *Server `yaml:"Server"`
Data *Data `yaml:"Data"`
App *App `yaml:"App"`
Plugins *PluginsConfig `yaml:"Plugins"`
Mcp *Mcp `yaml:"Mcp"`
}
type Mcp ¶ added in v1.0.18
type Mcp struct {
// APIBase is the full Prof HTTP root used by MCP tools (no trailing slash).
// If empty, defaults to http://127.0.0.1:{Server.Port}.
APIBase string `yaml:"APIBase"`
}
Mcp configures the stdio MCP subprocess (`prof … mcp`).
type PluginsConfig ¶ added in v1.0.16
Click to show internal directories.
Click to hide internal directories.