MCPcopy Create free account

hub / github.com/Zleap-AI/SAG / functions

Functions494 in github.com/Zleap-AI/SAG

FunctionMcpToolCard
({ tool, expanded, onToggle }: { tool: PublicMcpSettings["tools"][number]; expanded: boolean; onTo
web/src/App.tsx:3051
FunctionMetric
({ label, value }: { label: string; value: number })
web/src/App.tsx:3267
FunctionMetricChip
({ label, value }: { label: string; value: number })
web/src/components/ProjectGraphFlow.tsx:637
FunctionMiniButton
({ children, danger, onClick }: { children: ReactNode; danger?: boolean; onClick: () => void })
web/src/App.tsx:3276
FunctionOverviewPanel
(props: { document: DocumentRecord | null; chunks: ChunkRecord[]; events: EventRecord[]; entities: Ent
web/src/App.tsx:2353
FunctionPaginationControls
(props: { page: number; pageSize: number; totalCount: number; className?: string; onPageChange: (pag
web/src/App.tsx:2428
FunctionPanelInfo
({ label, value, multiline }: { label: string; value: string; multiline?: boolean })
web/src/App.tsx:3258
FunctionPanelSection
({ title, action, children }: { title: string; action?: ReactNode; children: ReactNode })
web/src/App.tsx:3246
FunctionProcessPanel
({ steps }: { steps: ProcessStep[] })
web/src/App.tsx:2170
FunctionProjectDocumentsWorkspace
(props: { project: SourceRecord | null; documents: DocumentRecord[]; selectedDocumentId: string; selec
web/src/App.tsx:1832
FunctionProjectGraphCanvas
(props: { graph: ProjectGraphRecord; language: SupportedLanguage; onOpenEvent: (eventId: string) => void
web/src/components/ProjectGraphFlow.tsx:69
FunctionProjectGraphFlow
(props: { graph: ProjectGraphRecord; language: SupportedLanguage; onOpenEvent: (eventId: string) => void
web/src/components/ProjectGraphFlow.tsx:56
FunctionProjectGraphWorkspace
(props: { project: SourceRecord | null; graph: ProjectGraphRecord | null; onOpenEvent: (eventId: string)
web/src/App.tsx:2082
FunctionProjectMcpWorkspace
({ project, settings }: { project: SourceRecord | null; settings: PublicMcpSettings | null })
web/src/App.tsx:2950
FunctionProjectMenuItem
({ children, danger, onClick }: { children: ReactNode; danger?: boolean; onClick: () => void })
web/src/App.tsx:1590
FunctionProjectRail
(props: { projects: SourceRecord[]; selectedProjectId: string; sessionsByProjectId: Record<string, McpSe
web/src/App.tsx:1252
FunctionRawLogsPanel
(props: { logs: ModelCallLogRecord[]; onRefresh: () => void; onClear: () => void; })
web/src/App.tsx:2213
FunctionResultTitleSearch
(props: { label: string; query: string; totalCount: number; matchedCount: number; onQueryChange: (va
web/src/App.tsx:2394
FunctionRunningMcpSearchPanel
(props: { searches: RunningMcpSearch[] })
web/src/App.tsx:1775
FunctionSearchPanel
(props: { query: string; searchMode: SearchMode; result: SearchResult | null; isSearching: boolean;
web/src/App.tsx:2566
FunctionSettingsCard
({ title, badge, children }: { title: string; badge: string; children: ReactNode })
web/src/App.tsx:3234
FunctionSettingsPanel
(props: { settings: PublicAiProviderSettings | null; isSaving: boolean; language: SupportedLanguage; l
web/src/App.tsx:2668
FunctionTextarea
({ className, ...props }: React.TextareaHTMLAttributes<HTMLTextAreaElement>)
web/src/components/ui/textarea.tsx:4
FunctionUploadJobsPanel
({ jobs, expanded, onToggle }: { jobs: UploadJobRecord[]; expanded: boolean; onToggle: () => void; })
web/src/App.tsx:2273
FunctionabortFromParent
()
src/services/mcp-agent-service.ts:480
FunctionabortRun
()
src/api/server.ts:506
FunctionarchiveDocument
(documentId: string)
web/src/lib/api.ts:125
FunctionarchiveProject
(projectId: string)
web/src/lib/api.ts:71
FunctionbuildSearchProcessSteps
(result: SearchResult, language: SupportedLanguage)
web/src/App.tsx:3720
FunctionbuildSections
(content: string)
src/ingestion/chunking/markdown.ts:167
FunctionbuildToolProcessPayload
(toolCall: McpToolCallRecord, language: SupportedLanguage)
web/src/App.tsx:3868
FunctionchunkFromRow
(row: Record<string, unknown>)
src/db/repositories.ts:87
FunctionclearMcpSession
(sessionId: string)
web/src/lib/api.ts:267
Methodconstructor
()
src/services/mcp-agent-service.ts:422
Methodconstructor
( private readonly embeddings: EmbeddingClient = embeddingClient, private readonly llm: LlmClient = ll
src/services/search-service.ts:50
Methodconstructor
( private readonly embeddings: EmbeddingClient = embeddingClient, private readonly llm: LlmClient = ll
src/services/ingestion-service.ts:50
FunctioncreateMcpSession
(input: { title?: string; sourceIds?: string[] })
web/src/lib/api.ts:256
FunctioncreateProject
()
web/src/App.tsx:464
FunctioncreateProject
(input: { name: string; description?: string | null })
web/src/lib/api.ts:57
FunctioncreateUploadJob
(input: { sourceId?: string; title?: string; fileName: string; content: string; chunking?:
web/src/lib/api.ts:174
FunctiondeleteMcpSession
(sessionId: string)
web/src/lib/api.ts:273
FunctiondeleteProject
(projectId: string)
web/src/lib/api.ts:83
FunctionexpandAll
()
web/src/components/ProjectGraphFlow.tsx:264
MethodextractEventsFromChunk
(input: { title: string; heading?: string; content: string; references: string[]; })
src/ai/llm-client.ts:46
MethodextractNamedEntities
(query: string)
src/ai/llm-client.ts:23
Functionfail
(error: unknown, response?: unknown)
src/observability/model-call-log.ts:47
FunctionformatToolStatus
(status: "PENDING" | "SUCCEEDED" | "FAILED", t: (zh: string, en: string) => string)
web/src/App.tsx:4047
Methodgenerate
(text: string)
src/ai/embedding-client.ts:12
FunctiongetAiSettings
()
web/src/lib/api.ts:311
FunctiongetDocument
(documentId: string)
web/src/lib/api.ts:102
FunctiongetEntity
(entityId: string)
web/src/lib/api.ts:147
FunctiongetEvent
(eventId: string)
web/src/lib/api.ts:143
MethodgetEvent
(eventId: string, tenantId = config.DEFAULT_TENANT_ID)
src/services/graph-service.ts:5
FunctiongetMcpSession
(sessionId: string)
web/src/lib/api.ts:263
FunctiongetMcpSettings
()
web/src/lib/api.ts:315
FunctiongetProjectGraph
(projectId: string)
web/src/lib/api.ts:98
FunctiongetProjectStats
(projectId: string)
web/src/lib/api.ts:94
FunctiongetSource
(sourceId: string, tenantId: string)
src/db/repositories.ts:202
FunctiongetUploadJob
(jobId: string)
web/src/lib/api.ts:191
FunctionhandleMcpStreamEvent
(event: McpStreamEvent)
web/src/App.tsx:705
FunctionhandleSearchStreamEvent
(event: SearchStreamEvent)
web/src/App.tsx:807
FunctionlistChunks
(documentId: string)
web/src/lib/api.ts:106
FunctionlistDocuments
(projectId: string, includeArchived = false)
web/src/lib/api.ts:89
FunctionlistEntities
(documentId: string)
web/src/lib/api.ts:114
FunctionlistEvents
(documentId: string)
web/src/lib/api.ts:110
FunctionlistMcpSessions
(projectId?: string)
web/src/lib/api.ts:249
FunctionlistProjects
(includeArchived = false)
web/src/lib/api.ts:52
MethodlistSources
(input: { limit?: number; cursor?: string }, tenantId = config.DEFAULT_TENANT_ID)
src/services/graph-service.ts:9
FunctionnormalizeAnswerCitation
(value: unknown)
web/src/App.tsx:3562
FunctiononNodeClick
(event, node)
web/src/components/ProjectGraphFlow.tsx:191
FunctiononNodeDoubleClick
(event, node)
web/src/components/ProjectGraphFlow.tsx:201
FunctionopenCreateProjectDialog
()
web/src/App.tsx:1287
FunctionrefreshBrowserLanguage
()
web/src/i18n.tsx:27
FunctionrenameProject
(project: SourceRecord, name: string)
web/src/App.tsx:481
MethodrerankEvents
(input: { query: string; candidates: EventRecord[]; topK: number; })
src/ai/rerank-client.ts:7
MethodrerankEvents
(input: { query: string; candidates: EventRecord[]; topK: number; })
src/ai/rerank-client.ts:15
MethodrerankEvents
(input: { query: string; candidates: EventRecord[]; topK: number; })
src/ai/llm-client.ts:76
FunctionresetGraph
()
web/src/components/ProjectGraphFlow.tsx:257
FunctionrestoreDocument
(documentId: string)
web/src/lib/api.ts:131
FunctionrestoreProject
(projectId: string)
web/src/lib/api.ts:77
Functionsearch
(input: { query: string; sourceIds: string[]; searchMode?: SearchMode; topK?: number; })
web/src/lib/api.ts:202
FunctionsendMcpMessage
(sessionId: string, content: string)
web/src/lib/api.ts:279
FunctionsetActivityPanelMode
(mode: ContextPanelMode)
web/src/App.tsx:418
FunctionsetPreference
(nextPreference: LanguagePreference)
web/src/i18n.tsx:32
FunctionsplitLargeSection
(section: SectionDraft, maxTokens: number)
src/ingestion/chunking/markdown.ts:219
FunctionstreamMcpMessage
( sessionId: string, content: string, onEvent: (event: McpStreamEvent) => void, options: { sig
web/src/lib/api.ts:288
FunctionstreamSearch
(input: { query: string; sourceIds: string[]; searchMode?: SearchMode; topK?: number; }, onE
web/src/lib/api.ts:221
Functionsucceed
(response: unknown)
src/observability/model-call-log.ts:37
FunctiontoggleProjectExpanded
(projectId: string)
web/src/App.tsx:1065
FunctiontoggleSettings
()
web/src/App.tsx:1061
FunctionupdateAiSettings
(input: { embeddingBaseUrl: string; embeddingModel: string; embeddingDimensions: number; embed
web/src/lib/api.ts:319
FunctionupdateDocument
(documentId: string, input: { title?: string })
web/src/lib/api.ts:118
FunctionupdateProject
(projectId: string, input: { name?: string; description?: string | null })
web/src/lib/api.ts:64
FunctionuploadDocument
(input: { sourceId?: string; title?: string; fileName: string; content: string; chunking?:
web/src/lib/api.ts:151
← previous401–494 of 494, ranked by callers