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. Renaming this template to your own project starts here.
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 = "template-mcp" // Title is the human-readable server title shown to MCP clients. Title = "Meigma MCP server template" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.