Documentation
¶
Overview ¶
Package templateinfo holds the application's identity constants.
It is the single source of truth for the application name and title: the CLI command name, the MCP server implementation name reported to clients, and the environment-variable prefix all derive from Name.
Index ¶
Constants ¶
View Source
const ( // Name is the application and binary name. It is used as the root command // name, the MCP server implementation name, and the base of the // environment-variable prefix (see [EnvPrefix]). Name = "agentcompute" // Title is the human-readable server title shown to MCP clients. Title = "agentcompute CodeMode MCP server" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.