MCPcopy Create free account

hub / github.com/Eversmile12/sharedcontext / functions

Functions144 in github.com/Eversmile12/sharedcontext

↓ 1 callersFunctionidentityCommand
(options: IdentityCommandOptions = {})
src/cli/identity.ts:10
↓ 1 callersFunctioninitCommand
()
src/cli/init.ts:35
↓ 1 callersFunctioninitExistingCommand
()
src/cli/init.ts:128
↓ 1 callersFunctioninitSchema
(db: Database.Database)
src/core/db.ts:12
↓ 1 callersFunctioninspectCommand
(options: { scope?: string })
src/cli/inspect.ts:4
↓ 1 callersFunctionisShareTokenV1
(value: unknown)
src/cli/share.ts:182
↓ 1 callersFunctionlistContextCommand
(options: ListContextOptions)
src/cli/list.ts:74
↓ 1 callersFunctionlistConversationsCommand
( options: ListConversationsOptions )
src/cli/list.ts:34
↓ 1 callersFunctionloadLocalConversations
()
src/cli/list.ts:138
↓ 1 callersFunctionloadRemoteConversations
()
src/cli/list.ts:168
↓ 1 callersFunctionloadSharedConversations
()
src/cli/list.ts:182
↓ 1 callersFunctionmakeFact
(overrides: Partial<Fact> = {})
src/test/shard.test.ts:15
↓ 1 callersFunctionnormalizedRecency
(updatedAtIso: string)
src/mcp/server.ts:458
↓ 1 callersFunctionpullAndReconstruct
( walletAddress: string, passphrase: string, dbPath: string )
src/core/sync.ts:88
↓ 1 callersFunctionpushConversationDelta
( conversation: Conversation, encryptionKey: Uint8Array, walletAddress: string, privateKey: Uint8Array
src/core/sync.ts:199
↓ 1 callersFunctionpushShard
( encryptedBlob: Uint8Array, version: number, type: "delta" | "snapshot", walletAddress: string, pri
src/core/sync.ts:46
↓ 1 callersFunctionqueryConversationChunks
( walletAddress: string )
src/core/arweave.ts:194
↓ 1 callersFunctionqueryConversationShare
( shareId: string )
src/core/arweave.ts:335
↓ 1 callersFunctionreadJsonObject
(path: string)
src/cli/setup.ts:201
↓ 1 callersFunctionresolveConversation
( conversationId: string, client?: "cursor" | "claude-code" )
src/cli/share.ts:159
↓ 1 callersFunctionrowToFact
(row: Record<string, unknown>)
src/core/db.ts:262
↓ 1 callersFunctionsaveSharedConversationImport
( db: Database.Database, entry: { shareId: string; txId: string; conversation: Conversation;
src/core/db.ts:196
↓ 1 callersFunctionscoreConversation
(conv: Conversation, topicTokens: string[])
src/mcp/server.ts:438
↓ 1 callersFunctionscoreFact
* Score a fact's relevance based on tag matches, recency, and access frequency.
src/core/engine.ts:33
↓ 1 callersFunctionsetupCommand
(options: SetupOptions)
src/cli/setup.ts:33
↓ 1 callersFunctionshareCommand
( conversationId: string, options: ShareCommandOptions = {} )
src/cli/share.ts:38
↓ 1 callersFunctionsimplifyKey
* Strip the scope prefix from a fact key to get a short, readable label. * "project:sharedcontext:storage:backend" → "storage backend" * "global:cod
src/core/engine.ts:94
↓ 1 callersMethodstart
()
src/core/watcher.ts:137
↓ 1 callersFunctionstartMcpServer
()
src/mcp/server.ts:59
↓ 1 callersFunctionsyncCommand
(urlOrToken: string)
src/cli/sync.ts:23
↓ 1 callersFunctionsyncDirtyFacts
( db: Database.Database, encryptionKey: Uint8Array, identityKey: Uint8Array, walletAddress: string,
src/mcp/server.ts:376
↓ 1 callersFunctiontokenizeTopic
(topic: string)
src/mcp/server.ts:429
↓ 1 callersFunctionupdateCodexConfig
(configPath: string)
src/cli/setup.ts:171
↓ 1 callersFunctionupdateMcpConfig
(configPath: string)
src/cli/setup.ts:148
↓ 1 callersMethodupload
(data: Uint8Array, tags: Tag[])
src/core/backends/turbo.ts:40
↓ 1 callersFunctionvalidatePayload
(payload: ConversationSharePayload)
src/cli/sync.ts:114
FunctioncheckRemoteVersion
( walletAddress: string )
src/core/sync.ts:432
Methodconstructor
(callback: WatcherCallback, intervalMs = 30_000)
src/core/watcher.ts:132
Methodconstructor
(options: TurboBackendOptions)
src/core/backends/turbo.ts:19
FunctiongetSharedContextDir
()
src/cli/init.ts:226
FunctionkeychainDelete
()
src/core/keychain.ts:115
FunctionpushIdentity
( salt: Uint8Array, encryptedPrivateKey: Uint8Array, walletAddress: string, identityPrivateKey: Uint8A
src/core/sync.ts:64
Functionshutdown
()
src/mcp/server.ts:367
Methodstop
()
src/core/watcher.ts:142
← previous101–144 of 144, ranked by callers