Skip to main content
Glama

https://github.com/sammcj/mcp-package-version

by sammcj
version.go517 B
package version // Version information var ( // Version is the version of the application // This is a fallback value that will be overridden during the build process // using ldflags to inject the actual version from git tags Version = "dev" // Commit is the git commit hash // This is a fallback value that will be overridden during the build process Commit = "unknown" // BuildDate is the build date // This is a fallback value that will be overridden during the build process BuildDate = "unknown" )

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sammcj/mcp-package-version'

If you have feedback or need assistance with the MCP directory API, please join our Discord server