MCPcopy Index your code
hub / github.com/npmx-dev/npmx.dev / generateToken

Function generateToken

cli/src/server.ts:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74export const CONNECTOR_VERSION = pkg.version
75
76function generateToken(): string {
77 return crypto.randomBytes(16).toString('hex')
78}
79
80function generateOperationId(): string {
81 return crypto.randomBytes(8).toString('hex')

Callers 1

runFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected