MCPcopy Create free account
hub / github.com/agentrpc/agentrpc / getVersion

Method getVersion

sdk-node/src/agentrpc.ts:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 */
43export class AgentRPC {
44 static getVersion(): string {
45 // eslint-disable-next-line @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports
46 return require(path.join(__dirname, "..", "package.json")).version;
47 }
48
49 private clusterId: string;
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected