Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
6
export
function
getMcpPackageVersion(): string {
7
return
resolveMcpPackageVersion(typeof __MCP_PACKAGE_VERSION__ !==
'undefined'
? __MCP_PACKAGE_VERSION__ : undefined)
8
}
Callers
1
main
Function · 0.90
Calls
1
resolveMcpPackageVersion
Function · 0.85
Tested by
no test coverage detected