MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / buildCursorConfigBase64

Function buildCursorConfigBase64

packages/shared/src/mcp/install.ts:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 input: string,
81 encoding: 'utf8'
82 ): {
83 toString(encoding: 'base64'): string
84 }
85}
86
87function toBase64(input: string): string {

Callers 2

buildCursorDeepLinkFunction · 0.85
buildTraeDeepLinkFunction · 0.85

Calls 1

toBase64Function · 0.85

Tested by

no test coverage detected