MCPcopy Create free account
hub / github.com/Eversmile12/sharedcontext / ShareCommandOptions

Interface ShareCommandOptions

src/cli/share.ts:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12const SHARE_URL_PREFIX = "sharedcontext://share/";
13
14export interface ShareCommandOptions {
15 client?: "cursor" | "claude-code";
16 verbose?: boolean;
17}
18
19interface ShareTokenV1 {
20 v: 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected