Documentation
¶
Overview ¶
Package appconsts contains application-level constants for the MCP Any server, such as the application name and version.
Index ¶
Constants ¶
View Source
const ( // Name is the name of the MCP Any server. This is used in help messages and // other user-facing output. Name = "mcpany" )
Variables ¶
View Source
var Version = "dev"
Version is the version of the MCP Any server. This is a variable so it can be set at build time using ldflags. The default value is "dev", which is used for local development builds.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.