MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getMcpPackageVersion

Function getMcpPackageVersion

packages/mcp-server/src/runtime-version.ts:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4}
5
6export function getMcpPackageVersion(): string {
7 return resolveMcpPackageVersion(typeof __MCP_PACKAGE_VERSION__ !== 'undefined' ? __MCP_PACKAGE_VERSION__ : undefined)
8}

Callers 1

mainFunction · 0.90

Calls 1

resolveMcpPackageVersionFunction · 0.85

Tested by

no test coverage detected