MCPcopy Create free account

hub / github.com/MeisnerDan/mission-control / functions

Functions908 in github.com/MeisnerDan/mission-control

↓ 1 callersMethodcheckLimit
Check if execution is allowed for a given service.
mission-control/src/lib/field-ops-security.ts:249
↓ 1 callersFunctioncheckLoopAndEscalate
* Create a decision point when a task has failed too many times (loop detection).
mission-control/scripts/daemon/run-task.ts:485
↓ 1 callersFunctioncheckMobile
()
mission-control/src/components/layout-shell.tsx:32
↓ 1 callersFunctioncheckSpendLimits
( safetyLimits: SafetyLimitsFile, serviceId: string, proposedAmountUsd: number, operation: string, )
mission-control/src/lib/spend-tracker.ts:82
↓ 1 callersMethodcleanStaleSessions
* Check all active sessions and mark any with dead PIDs as failed. * Called periodically (every minute) to proactively free up concurrency slots
mission-control/scripts/daemon/health.ts:196
↓ 1 callersFunctionclearPw
()
mission-control/src/hooks/use-field-ops.ts:152
↓ 1 callersFunctioncreatePost
Create a text post on LinkedIn.
mission-control/src/lib/adapters/linkedin-adapter.ts:75
↓ 1 callersFunctioncreateRespondRun
(entry: RespondRunEntry)
mission-control/scripts/daemon/respond-runs.ts:61
↓ 1 callersFunctioncronToHuman
(cron: string)
mission-control/src/app/autopilot/page.tsx:66
↓ 1 callersFunctiondeleteCheckpoint
(id: string)
mission-control/src/lib/data.ts:164
↓ 1 callersFunctiondeleteThing
( thingId: string, creds: RedditCredentials, )
mission-control/src/lib/adapters/reddit-adapter.ts:279
↓ 1 callersFunctiondeleteTweet
( tweetId: string, creds: OAuthCredentials, )
mission-control/src/lib/adapters/twitter-adapter.ts:164
↓ 1 callersFunctiondetectSecretsInConfig
(config: Record<string, unknown>)
mission-control/src/lib/field-ops-security.ts:310
↓ 1 callersFunctiondisplaySubject
Display subject — strip "Re:" but preserve original casing from root message
mission-control/src/app/inbox/page.tsx:70
↓ 1 callersFunctionensureFieldOpsDir
()
mission-control/src/lib/data.ts:38
↓ 1 callersFunctionensureReplyPosted
* Ensure a reply was posted to inbox.json after the agent session completes. * If the agent already wrote its reply (as instructed in the prompt), th
mission-control/scripts/daemon/run-inbox-respond.ts:335
↓ 1 callersFunctionestimateTransactionUsd
Rough USD estimate for a transaction based on task payload.
mission-control/src/app/api/field-ops/execute/submit-signature/route.ts:45
↓ 1 callersFunctionevaluatePasswordStrength
(password: string)
mission-control/src/lib/password-strength.ts:34
↓ 1 callersMethodexecuteFieldTask
* Execute a single field task via the HTTP API. * Tracks in-flight state and logs results.
mission-control/scripts/daemon/dispatcher.ts:546
↓ 1 callersFunctionexplorerUrl
(address: string, network: string)
mission-control/src/components/field-ops/wallet-balance-card.tsx:77
↓ 1 callersFunctionfetchFieldTasks
()
mission-control/src/components/task-detail-panel.tsx:86
↓ 1 callersFunctionfindClaudeBinary
()
mission-control/scripts/daemon/runner.ts:65
↓ 1 callersFunctionfindKey
()
mission-control/scripts/find-auth-env.js:36
↓ 1 callersMethodformat
(level: LogLevel, module: string, message: string)
mission-control/scripts/daemon/logger.ts:58
↓ 1 callersFunctionformatDate
(iso: string)
mission-control/src/components/decision-dialog.tsx:47
↓ 1 callersFunctionformatDate
(iso: string)
mission-control/src/app/checkpoints/page.tsx:228
↓ 1 callersFunctionformatDate
(iso: string)
mission-control/src/app/field-ops/safety/page.tsx:79
↓ 1 callersFunctionformatDueLabel
()
mission-control/src/components/task-card.tsx:71
↓ 1 callersFunctionformatElapsed
(startedAt: string)
mission-control/src/components/mission-progress.tsx:17
↓ 1 callersFunctionformatEventType
(type: string)
mission-control/src/app/field-ops/activity/page.tsx:60
↓ 1 callersFunctionformatEventType
(type: string)
mission-control/src/app/field-ops/missions/[id]/page.tsx:88
↓ 1 callersFunctionformatMetadataValue
(key: string, value: unknown)
mission-control/src/app/field-ops/activity/page.tsx:99
↓ 1 callersFunctionformatMetadataValue
(key: string, value: unknown)
mission-control/src/app/field-ops/missions/[id]/page.tsx:117
↓ 1 callersFunctionformatRelativeTime
(isoString: string)
mission-control/src/app/page.tsx:49
↓ 1 callersFunctionformatRelativeTime
(isoString: string)
mission-control/src/app/field-ops/page.tsx:139
↓ 1 callersFunctionformatUptime
(seconds: number)
mission-control/src/components/sidebar-footer.tsx:33
↓ 1 callersFunctiongenerateAgentCommandMarkdown
( agent: AgentDefinition, linkedSkills: SkillDefinition[] )
mission-control/src/lib/sync-commands.ts:13
↓ 1 callersFunctiongenerateSkillFileContent
(skill: SkillDefinition)
mission-control/src/lib/sync-commands.ts:113
↓ 1 callersFunctiongetAgent
(agentId: string)
mission-control/scripts/daemon/prompt-builder.ts:56
↓ 1 callersFunctiongetAgent
(agentId: string)
mission-control/scripts/daemon/run-inbox-respond.ts:86
↓ 1 callersFunctiongetAgentIcon
(iconName: string)
mission-control/src/app/crew/page.tsx:40
↓ 1 callersFunctiongetAgentIcon
(iconName: string)
mission-control/src/app/team/[role]/page.tsx:31
↓ 1 callersFunctiongetAgentNames
(agentIds: string[])
mission-control/src/app/skills/page.tsx:87
↓ 1 callersFunctiongetAllCoreData
()
mission-control/src/lib/data.ts:90
↓ 1 callersFunctiongetConversationThread
Get the conversation thread for a message (by subject thread + taskId).
mission-control/scripts/daemon/run-inbox-respond.ts:116
↓ 1 callersFunctiongetDaemonConfig
()
mission-control/src/lib/data.ts:300
↓ 1 callersFunctiongetEventColor
(type: string)
mission-control/src/app/field-ops/activity/page.tsx:51
↓ 1 callersFunctiongetEventColor
(type: string)
mission-control/src/app/field-ops/missions/[id]/page.tsx:79
↓ 1 callersFunctiongetFieldActivityLog
()
mission-control/src/lib/data.ts:662
↓ 1 callersMethodgetFinancials
* Optional: Return financial metrics for this service. * Only implement if the service has financial data to display * (balances, revenue, spend
mission-control/src/lib/adapters/types.ts:140
↓ 1 callersFunctiongetLinkedSkills
(agent: AgentDef)
mission-control/scripts/daemon/prompt-builder.ts:61
↓ 1 callersFunctiongetLinkedSkills
(agent: AgentDef)
mission-control/scripts/daemon/run-inbox-respond.ts:91
↓ 1 callersFunctiongetMessage
(messageId: string)
mission-control/scripts/daemon/run-inbox-respond.ts:110
↓ 1 callersFunctiongetMissionTitle
(missionId: string | null)
mission-control/src/app/field-ops/approvals/page.tsx:251
↓ 1 callersFunctiongetQuadrant
(task: Task)
mission-control/scripts/generate-context.ts:136
↓ 1 callersFunctiongetQuadrantKey
(task: Task)
mission-control/src/components/search-dialog.tsx:38
↓ 1 callersFunctiongetRemainingMs
()
mission-control/src/lib/vault-session.ts:79
↓ 1 callersMethodgetRetryDelayMinutes
* Calculate retry delay with exponential backoff. * delay = retryDelayMinutes * 2^(attempt-1), capped at MAX_RETRY_DELAY_MINUTES
mission-control/scripts/daemon/dispatcher.ts:83
↓ 1 callersFunctiongetSpendSummary
(spendLog: SpendLogEntry[])
mission-control/src/lib/spend-tracker.ts:149
↓ 1 callersMethodgetStatus
()
mission-control/scripts/daemon/health.ts:234
↓ 1 callersFunctiongroupByDate
(events: ActivityEvent[])
mission-control/src/app/activity/page.tsx:67
↓ 1 callersFunctionhandleAdd
()
mission-control/src/app/brain-dump/page.tsx:89
↓ 1 callersFunctionhandleArchiveThread
(thread: Thread)
mission-control/src/app/inbox/page.tsx:208
↓ 1 callersFunctionhandleAutoProcessEntry
(entryId: string)
mission-control/src/app/brain-dump/page.tsx:49
↓ 1 callersFunctionhandleAutonomyChange
(mode: AutonomyLevel)
mission-control/src/app/field-ops/page.tsx:251
↓ 1 callersFunctionhandleBatchReject
(feedback: string)
mission-control/src/app/field-ops/approvals/page.tsx:202
↓ 1 callersFunctionhandleCompletion
(task: Task, wasCompleted: boolean)
mission-control/src/app/api/tasks/route.ts:104
↓ 1 callersFunctionhandleConfirmAutonomyChange
()
mission-control/src/app/field-ops/page.tsx:260
↓ 1 callersFunctionhandleConfirmSave
()
mission-control/src/app/field-ops/safety/page.tsx:288
↓ 1 callersFunctionhandleConfirmStart
()
mission-control/src/app/autopilot/page.tsx:81
↓ 1 callersFunctionhandleEditService
(svc: FieldOpsService)
mission-control/src/app/field-ops/services/page.tsx:237
↓ 1 callersFunctionhandleExport
(cp: CheckpointMeta)
mission-control/src/app/checkpoints/page.tsx:188
↓ 1 callersMethodhandleFailure
* Handle a failed task execution. * Pushes to the persistent retry queue with exponential backoff instead of setTimeout.
mission-control/scripts/daemon/dispatcher.ts:286
↓ 1 callersFunctionhandleFilterChange
(value: string)
mission-control/src/app/field-ops/activity/page.tsx:330
↓ 1 callersFunctionhandleMarkThreadRead
(thread: Thread)
mission-control/src/app/inbox/page.tsx:203
↓ 1 callersFunctionhandleNameChange
(name: string)
mission-control/src/app/crew/new/page.tsx:70
↓ 1 callersFunctionhandleReject
(feedback: string)
mission-control/src/app/field-ops/approvals/page.tsx:144
↓ 1 callersFunctionhandleRemoveService
(id: string)
mission-control/src/app/field-ops/services/page.tsx:287
↓ 1 callersFunctionhandleReply
(msg: InboxMessage)
mission-control/src/app/inbox/page.tsx:214
↓ 1 callersFunctionhandleRevoke
(id: string)
mission-control/src/app/field-ops/vault/page.tsx:358
↓ 1 callersFunctionhandleSaveEdit
()
mission-control/src/app/brain-dump/page.tsx:42
↓ 1 callersFunctionhandleStart
()
mission-control/scripts/daemon/index.ts:99
↓ 1 callersFunctionhandleStatus
()
mission-control/scripts/daemon/index.ts:52
↓ 1 callersFunctionhandleStop
()
mission-control/scripts/daemon/index.ts:77
↓ 1 callersFunctionhandleSubmit
(e: React.FormEvent)
mission-control/src/components/task-form.tsx:150
↓ 1 callersFunctionhandleTaskCompletion
* Post-completion side effects: mark task done, post inbox message, log activity. * Each step is wrapped in its own try/catch — if one fails, others
mission-control/scripts/daemon/run-task.ts:136
↓ 1 callersFunctionhandleTestService
(svcId: string)
mission-control/src/app/field-ops/services/page.tsx:343
↓ 1 callersFunctionhandleUnblocking
(completedTask: Task)
mission-control/src/app/api/tasks/route.ts:130
↓ 1 callersFunctionhandleUpdateCredentialsClick
(svc: FieldOpsService)
mission-control/src/app/field-ops/services/page.tsx:330
↓ 1 callersMethodhealthCheck
* Lightweight, read-only connection test. * Makes a real API call to verify credentials are valid and the service is reachable. * Must not produ
mission-control/src/lib/adapters/types.ts:129
↓ 1 callersFunctionisActive
()
mission-control/src/lib/vault-session.ts:71
↓ 1 callersFunctionisApprovalBypassAttempt
( currentStatus: FieldTaskStatus, newStatus: FieldTaskStatus, approvalRequired: boolean, )
mission-control/src/lib/field-ops-security.ts:111
↓ 1 callersMethodisCommandRunning
(command: string)
mission-control/scripts/daemon/health.ts:154
↓ 1 callersFunctionisProcessAlive
* Check if a PID is still alive.
mission-control/src/app/api/ventures/[id]/run/route.ts:64
↓ 1 callersFunctionisProcessAlive
* Check if a PID is still alive.
mission-control/src/app/api/projects/[id]/run/route.ts:64
↓ 1 callersFunctionisProcessRunning
* Check if a process is still running by sending signal 0.
mission-control/scripts/daemon/health.ts:14
↓ 1 callersMethodisTaskRunning
(taskId: string)
mission-control/scripts/daemon/health.ts:147
↓ 1 callersFunctionkillProcess
* Kill a process tree. Uses tree-kill if available, falls back to process.kill.
mission-control/src/app/api/ventures/[id]/stop/route.ts:47
↓ 1 callersFunctionkillProcess
* Kill a process tree. Uses tree-kill if available, falls back to process.kill.
mission-control/src/app/api/projects/[id]/stop/route.ts:47
↓ 1 callersFunctionkillProcess
* Kill a process tree.
mission-control/src/app/api/tasks/[id]/stop/route.ts:38
← previousnext →301–400 of 908, ranked by callers