MCPcopy Create free account

hub / github.com/UsefulSoftwareCo/executor / functions

Functions6,906 in github.com/UsefulSoftwareCo/executor

↓ 2 callersFunctioncreateToolsProxy
(path = [])
packages/kernel/runtime-deno-subprocess/src/deno-subprocess-worker.mjs:48
↓ 2 callersFunctioncreateTransaction
( orm: Omit<ORMAdapter, "transaction"> )
packages/core/fumadb/src/query/polyfills/transaction.ts:46
↓ 2 callersFunctioncreateUniqueIndex
( collection: Collection<Document>, name: string, columns: string[] )
packages/core/fumadb/src/adapters/mongodb/migration/execute.ts:41
↓ 2 callersFunctioncreateUniqueIndexOrConstraint
( db: Kysely<any>, name: string, tableName: string, cols: string[], provider: SQLProvider )
packages/core/fumadb/src/adapters/kysely/migration/execute.ts:77
↓ 2 callersFunctioncreateWindow
(conn: SidecarConnection)
apps/desktop/src/main/index.ts:549
↓ 2 callersFunctioncurrentUid
()
apps/cli/src/service.ts:133
↓ 2 callersFunctioncurrentUid
()
e2e/desktop-packaged/supervised-regressions.test.ts:254
↓ 2 callersFunctioncurrentUid
()
e2e/desktop-packaged/stale-launchd-registration.test.ts:242
↓ 2 callersFunctiondbProviderLayer
( acquire: Effect.Effect<ExecutorDbHandle>, )
packages/core/api/src/server/executor-fuma-db.ts:46
↓ 2 callersFunctiondbToSchemaType
( dbType: string, provider: SQLProvider, additional: AdditionalColumnMetadata )
packages/core/fumadb/src/schema/serialize.ts:8
↓ 2 callersFunctiondcrClientNameForIntegration
(integrationName: string)
packages/react/src/components/add-account-modal.tsx:773
↓ 2 callersFunctiondecideSessionAlarm
(input: { readonly idleMs: number; readonly pausedExecutionCount: number; readonly runningExecutionCount
packages/hosts/cloudflare/src/mcp/session-alarm-policy.ts:42
↓ 2 callersFunctiondeclaredContents
( content: Record<string, MediaTypeObject> | undefined, )
packages/plugins/openapi/src/sdk/openapi-utils.ts:92
↓ 2 callersFunctiondecodeAuthHint
(value: string | null | undefined)
packages/react/src/multiplayer/auth-hint.tsx:56
↓ 2 callersFunctiondecodeBasic
( header: string | null, )
packages/core/test-servers/src/worker.ts:46
↓ 2 callersFunctiondecodeBinding
(value: unknown)
packages/plugins/graphql/src/sdk/store.ts:40
↓ 2 callersFunctiondecodeHtml
(value: string)
e2e/scenarios/google-health-checks.test.ts:29
↓ 2 callersFunctiondecodeOpenApiSpecOverrides
(value: unknown)
packages/plugins/openapi/src/sdk/spec-overrides.ts:52
↓ 2 callersFunctiondecodeResult
* Transform object keys and decode values
packages/core/fumadb/src/adapters/kysely/query.ts:202
↓ 2 callersFunctiondecodes
(config: unknown)
packages/plugins/graphql/src/sdk/migrate-config.test.ts:16
↓ 2 callersFunctiondecryptSecret
(key: Buffer, payload: string)
packages/plugins/encrypted-secrets/src/index.ts:62
↓ 2 callersFunctiondedupeOAuthClients
( inputs: readonly PlannedOAuthClientInput[], )
packages/core/sdk/src/migration-spec.ts:764
↓ 2 callersFunctiondefaultBundleBackend
()
packages/plugins/apps/src/pipeline/bundle.ts:26
↓ 2 callersFunctiondefaultDenoExecutable
()
packages/kernel/runtime-deno-subprocess/src/index.ts:93
↓ 2 callersFunctiondefaultValueToDB
(column: AnyColumn, provider: SQLProvider)
packages/core/fumadb/src/adapters/kysely/migration/execute.ts:406
↓ 2 callersFunctiondefaultWritableProvider
()
packages/core/sdk/src/executor.ts:1445
↓ 2 callersFunctiondefsBlobKey
(specHash: string)
packages/plugins/openapi/src/sdk/store.ts:100
↓ 2 callersFunctiondelay
(ms: number)
e2e/cloud/mcp-priming-reconnect.test.ts:22
↓ 2 callersFunctiondeleteManyImpl
( owner: Owner, subject: string, entries: readonly { readonly collection: string; readonly key: st
packages/core/sdk/src/executor.ts:1028
↓ 2 callersFunctiondeleteSession
(state: OAuthState)
packages/core/sdk/src/oauth-service.ts:1406
↓ 2 callersFunctionderiveAuthenticationTemplateFromPreview
( preview: PreviewAuthMetadata, baseUrl: string | undefined, )
packages/plugins/openapi/src/sdk/derive-auth.ts:187
↓ 2 callersFunctionderiveExpiresAt
(tokens: { accessToken: string; expiresIn?: number; })
apps/cli/src/device-login.ts:105
↓ 2 callersFunctionderiveKey
(master: string)
packages/plugins/encrypted-secrets/src/index.ts:43
↓ 2 callersFunctiondescribeDisplayForRow
(row: IntegrationRow)
packages/core/sdk/src/executor.ts:1800
↓ 2 callersFunctiondescribeUnauthorizedCliServer
(input: { readonly connection: ExecutorServerConnection; readonly cliPrefix: string; readonly target: {
apps/cli/src/server-connection.ts:68
↓ 2 callersFunctiondescriptionFor
(def: ToolDefinition)
packages/plugins/openapi/src/sdk/backing.ts:206
↓ 2 callersFunctiondestroy
()
apps/host-cloudflare/scripts/preview.ts:281
↓ 2 callersFunctiondetectFromStructured
(body: unknown, depth: number)
packages/core/sdk/src/insufficient-scope.ts:217
↓ 2 callersFunctiondetectedAuthenticationTemplates
( headerPresets: readonly HeaderPreset[], oauth2Presets: readonly OAuth2Preset[], baseUrl: string, )
packages/plugins/openapi/src/sdk/derive-auth.ts:153
↓ 2 callersFunctiondirectoryBrowserRows
( listing: CustomToolsDirectoryListing, )
packages/plugins/apps/src/react/source-panel-model.ts:114
↓ 2 callersFunctiondirectorySourceVerdict
( listing: CustomToolsDirectoryListing, )
packages/plugins/apps/src/react/source-panel-model.ts:131
↓ 2 callersFunctiondiscover
(files: ReadonlyMap<string, string>)
packages/plugins/apps/src/pipeline/discover.ts:43
↓ 2 callersFunctiondiscoverySchemaToOpenApiSchema
( raw: unknown, schemaNameForRef: (name: string) => string = identitySchemaName, )
packages/plugins/openapi/src/providers/google/discovery.ts:467
↓ 2 callersFunctiondispose
(id: string, opts: { transport?: boolean; server?: boolean } = {})
packages/hosts/mcp/src/in-memory-session-store.ts:161
↓ 2 callersFunctiondispose
(id: string, opts: { transport?: boolean; server?: boolean } = {})
apps/local/src/mcp.ts:152
↓ 2 callersFunctiondisposeChildOutput
(output: ChildOutput)
apps/local/src/db/data-dir-ownership.test.ts:159
↓ 2 callersFunctiondisposeState
(kill: boolean)
packages/kernel/runtime-workerd-subprocess/src/index.ts:451
↓ 2 callersFunctiondomainLabelFromUrl
(url: string)
packages/react/src/plugins/integration-identity.tsx:23
↓ 2 callersFunctiondriverModule
(options: { readonly token?: string; readonly registryOrigins: readonly string[]; })
packages/plugins/apps/src/pipeline/bundler-driver.ts:28
↓ 2 callersFunctioneditorValueFromAuthentication
(template: Authentication)
packages/plugins/openapi/src/react/auth-method-config.ts:77
↓ 2 callersFunctioneditorValueFromMcpAuthMethod
(method: McpAuthMethod)
packages/plugins/mcp/src/react/auth-method-config.ts:75
↓ 2 callersFunctioneffectiveOperationString
( operation: OperationBinding, args: Record<string, unknown>, )
packages/plugins/graphql/src/sdk/invoke.ts:31
↓ 2 callersFunctionelicitationRequestTag
(request: ElicitationRequest)
packages/hosts/mcp/src/tool-server.ts:195
↓ 2 callersFunctionemitSnapshot
(event: string, now: number, maxQueueSize: number)
apps/cloud/src/observability/memory-metrics.ts:155
↓ 2 callersFunctionemptyOAuthValue
()
packages/react/src/components/auth-template-editor.tsx:62
↓ 2 callersFunctionemptyPlacement
()
packages/react/src/lib/auth-placements.tsx:41
↓ 2 callersFunctionemptyValueForKind
(kind: AuthTemplateEditorKind)
packages/react/src/components/auth-template-editor.tsx:71
↓ 2 callersFunctionencode
(event: TheaterEvent)
e2e/src/clients/chat-theater.ts:62
↓ 2 callersFunctionencodeAuthHint
(hint: AuthHint)
packages/react/src/multiplayer/auth-hint.tsx:52
↓ 2 callersFunctionencodeLoginState
(state: LoginState)
apps/cloud/src/auth/login-state.ts:28
↓ 2 callersFunctionencodeObjectNameSegment
(segment: string)
packages/plugins/workos-vault/src/sdk/secret-store.ts:205
↓ 2 callersFunctionencodeReservedAware
(raw: string, allowReserved: boolean)
packages/plugins/openapi/src/sdk/invoke.ts:50
↓ 2 callersFunctionencryptSecret
(key: Buffer, plaintext: string)
packages/plugins/encrypted-secrets/src/index.ts:45
↓ 2 callersFunctionenforceOutputLimit
(entry: string, code: string)
packages/plugins/apps/src/pipeline/bundler-driver.ts:185
↓ 2 callersFunctionenrichPreviewWithDiscoveredOAuth
(input: { readonly specText: string; readonly preview: SpecPreview; readonly specUrl?:
packages/plugins/openapi/src/sdk/plugin.ts:718
↓ 2 callersFunctionensureAppIntegration
( ctx: PluginCtx<AppsStore>, record: AppSourceRecord, description?: string, )
packages/plugins/apps/src/plugin/apps-plugin.ts:156
↓ 2 callersFunctionensureGlobalTracerProvider
()
apps/cloud/src/observability/telemetry.ts:62
↓ 2 callersFunctionensureLang
(lang: SupportedLang, onLoaded?: () => void)
packages/react/src/lib/shiki.ts:174
↓ 2 callersFunctionentry
(input: { owner: "org" | "user"; collection: string; key: string; data: T; })
packages/plugins/apps/src/plugin/store.test.ts:14
↓ 2 callersFunctionenumOptions
(schema: Record<string, unknown>)
packages/react/src/components/elicitation-approval.tsx:49
↓ 2 callersFunctionescapeRegExp
(value: string)
e2e/cloud/oauth-callback-org-scope.test.ts:42
↓ 2 callersMethodeval
(expression)
e2e/desktop-packaged/linux-vm/repro.mjs:104
↓ 2 callersFunctionexchangeAuthorizationCode
( input: ExchangeAuthorizationCodeInput, )
packages/core/sdk/src/oauth-helpers.ts:574
↓ 2 callersFunctionexecute
( client: SqliteDataMigrationClient, stmt: string | { readonly sql: string; readonly args: readonly unknow
packages/core/sdk/src/sqlite-oauth-client-gc-migration.ts:32
↓ 2 callersFunctionexecute
( address: ToolAddress, args: unknown, options?: InvokeOptions, )
packages/core/sdk/src/executor.ts:3637
↓ 2 callersFunctionexecute
( client: SqliteDataMigrationClient, stmt: string | { readonly sql: string; readonly args: readonly unknow
packages/plugins/openapi/src/sdk/ndjson-output-migration.ts:34
↓ 2 callersFunctionexecuteJson
(session: McpSession, code: string)
e2e/scenarios/toolkits-mcp.test.ts:97
↓ 2 callersFunctionexecuteJson
(session: McpSession, code: string)
e2e/scenarios/connect-handoff.test.ts:92
↓ 2 callersFunctionexists
(orm: ORMAdapter, table: AnyTable, where: Condition)
packages/core/fumadb/src/query/polyfills/foreign-key.ts:82
↓ 2 callersFunctionexpandMcpAuthMethodInputs
( methods: readonly McpAuthMethodInput[], )
packages/plugins/mcp/src/sdk/types.ts:149
↓ 2 callersFunctionexpectGuestRequest
( path: string, init: { readonly method: "POST" | "DELETE"; readonly body?: unknown }, timeoutSeconds?:
e2e/desktop-vm/custom-tools-sidecar.test.ts:154
↓ 2 callersFunctionexpiryMs
(record: McpExecutionOwnerRecord)
packages/hosts/cloudflare/src/mcp/execution-owner-directory.ts:65
↓ 2 callersFunctionexportDiagnostics
()
apps/desktop/src/main/diagnostics.ts:214
↓ 2 callersFunctionexportDiagnosticsInteractive
()
apps/desktop/src/main/diagnostics.ts:269
↓ 2 callersFunctionexportNameVariants
( schema: AnySchema )
packages/core/fumadb/src/schema/export.ts:3
↓ 2 callersFunctionextendSelect
(original: AnySelectClause)
packages/core/fumadb/src/adapters/kysely/query.ts:123
↓ 2 callersFunctionextractExecutionResult
(structured: unknown)
apps/cli/src/tooling.ts:208
↓ 2 callersFunctionextractManifestFromListToolsResult
( listToolsResult: unknown, metadata?: { serverInfo?: unknown; instructions?: string | undefined }, )
packages/plugins/mcp/src/sdk/manifest.ts:99
↓ 2 callersFunctionextractNamespace
(path: string)
packages/core/execution/src/tool-invoker.ts:276
↓ 2 callersFunctionextractOpenApiUpstreamMessage
(body: unknown, status: number)
packages/plugins/openapi/src/sdk/backing.ts:94
↓ 2 callersFunctionextractPausedInteraction
(structured: unknown)
apps/cli/src/tooling.ts:259
↓ 2 callersFunctionextractPropertyType
(interfaceBody: string, propertyName: string)
packages/core/sdk/src/schema-types.ts:473
↓ 2 callersFunctionextractServerList
(servers: readonly ServerObject[] | undefined)
packages/plugins/openapi/src/sdk/extract.ts:441
↓ 2 callersFunctionfail
(message: string)
apps/cli/scripts/smoke-packed-apps.ts:13
↓ 2 callersFunctionfail
(msg)
e2e/desktop-packaged/linux-vm/repro.mjs:32
↓ 2 callersFunctionfailPending
(message: string)
packages/kernel/runtime-workerd-subprocess/src/index.ts:443
↓ 2 callersFunctionfetch
(req)
apps/desktop/scripts/smoke-sidecar.ts:236
↓ 2 callersFunctionfetchGit
( rawUrl: string, init: RequestInit, fetchImpl: typeof fetch, policy: GitUrlPolicy, )
packages/plugins/apps/src/git-client/transport.ts:53
↓ 2 callersFunctionfetchNeedsSetup
()
apps/host-selfhost/web/setup-status.ts:17
↓ 2 callersFunctionfetchOAuthAuthorizationEndpoint
( metadataUrl: string, fetchImpl: MigrationOAuthMetadataFetch, timeoutMs: number, )
packages/core/sdk/src/migration-oauth-metadata.ts:79
← previousnext →1,001–1,100 of 6,906, ranked by callers