Documentation
¶
Overview ¶
Package version is the single source of truth for the server version, used by the MCP server identity and the /~/version endpoint.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commit = "unknown"
Commit is the git SHA, stamped at build time via -ldflags; "unknown" for dev builds.
View Source
var Date = ""
Date is the build timestamp, stamped at release build time; empty for dev builds.
View Source
var Version = "1.0.0"
Version is the server version. A var (not const) so release builds can stamp the git tag via -ldflags "-X .../version.Version=<tag>"; dev builds report this default.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.