MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / buildWebUrl

Function buildWebUrl

apps/kimi-code/src/cli/sub/server/run.ts:102–104  ·  view source on GitHub ↗
(origin: string, token: string)

Source from the content-addressed store, hash-verified

100 * logged by proxies. The Web UI reads it from `location.hash` after load.
101 */
102export function buildWebUrl(origin: string, token: string): string {
103 return buildOpenableUrl(origin, token);
104}
105
106/** Build the `run` subcommand, mounted under a parent (`server` or top-level). */
107export function buildRunCommand(cmd: Command, options: { defaultOpen: boolean }): Command {

Callers 2

server.test.tsFile · 0.85
writeReadyFunction · 0.85

Calls 1

buildOpenableUrlFunction · 0.90

Tested by

no test coverage detected