MCPcopy Create free account

hub / github.com/PSPDFKit/nutrient-document-engine-mcp-server / functions

Functions448 in github.com/PSPDFKit/nutrient-document-engine-mcp-server

FunctionSyntaxHighlighter
({ children, language, className, })
examples/document-chat/apps/web/src/components/thread/syntax-highlighter.tsx:20
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
examples/document-chat/apps/web/src/components/ui/textarea.tsx:5
FunctionThread
()
examples/document-chat/apps/web/src/components/thread/index.tsx:99
FunctionThreadActionsView
({ interrupt, handleShowSidePanel, showDescription, showState, }: ThreadActionsViewProps)
examples/document-chat/apps/web/src/components/thread/agent-inbox/components/thread-actions-view.tsx:57
FunctionThreadHistory
()
examples/document-chat/apps/web/src/components/thread/history/index.tsx:72
FunctionThreadHistoryLoading
()
examples/document-chat/apps/web/src/components/thread/history/index.tsx:62
FunctionThreadIdCopyable
({ threadId, showUUID = false, }: { threadId: string; showUUID?: boolean; })
examples/document-chat/apps/web/src/components/thread/agent-inbox/components/thread-id.tsx:32
FunctionThreadIdTooltip
({ threadId }: { threadId: string })
examples/document-chat/apps/web/src/components/thread/agent-inbox/components/thread-id.tsx:12
FunctionThreadList
({ threads, onThreadClick, }: { threads: Thread[]; onThreadClick?: (threadId: string) => void; })
examples/document-chat/apps/web/src/components/thread/history/index.tsx:18
FunctionThreadProvider
({ children }: { children: ReactNode })
examples/document-chat/apps/web/src/providers/Thread.tsx:36
FunctionThreadView
({ interrupt }: ThreadViewProps)
examples/document-chat/apps/web/src/components/thread/agent-inbox/index.tsx:11
FunctionToaster
({ ...props }: ToasterProps)
examples/document-chat/apps/web/src/components/ui/sonner.tsx:4
FunctionToolCallTable
({ toolCall }: { toolCall: ToolCall })
examples/document-chat/apps/web/src/components/thread/agent-inbox/components/tool-call-table.tsx:4
FunctionToolCalls
({ toolCalls, }: { toolCalls: AIMessage["tool_calls"]; })
examples/document-chat/apps/web/src/components/thread/messages/tool-calls.tsx:10
FunctionToolResult
({ message }: { message: ToolMessage })
examples/document-chat/apps/web/src/components/thread/messages/tool-calls.tsx:68
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
examples/document-chat/apps/web/src/components/ui/tooltip.tsx:19
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
examples/document-chat/apps/web/src/components/ui/tooltip.tsx:35
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
examples/document-chat/apps/web/src/components/ui/tooltip.tsx:6
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
examples/document-chat/apps/web/src/components/ui/tooltip.tsx:29
Methodalert
(mcpServer: McpServer | null, message: string, context?: unknown)
src/utils/Logger.ts:131
FunctioncallModel
( state: typeof MessagesAnnotation.State, config: RunnableConfig )
examples/document-chat/apps/agents/src/react-agent/graph.ts:30
FunctionclassifyDocumentsNode
( state: typeof WorkflowStateAnnotation.State, config: RunnableConfig )
examples/procurement-agent-ts/src/nodes/ClassificationNode.ts:55
Methodconstructor
* Constructor for initializing an instance with the specified service name, transport type, and server log level. * * @param {string} serviceNam
src/utils/Logger.ts:50
Methodconstructor
(message: string, code: string, statusCode?: number, details?: unknown)
src/utils/ErrorHandling.ts:8
Methodconstructor
()
evaluation/runner.ts:106
FunctioncreateStreamWriteMocks
()
test/utils/mockTypes.ts:42
Methodcritical
(mcpServer: McpServer | null, message: string, context?: unknown)
src/utils/Logger.ts:127
Methodemergency
(mcpServer: McpServer | null, message: string, context?: unknown)
src/utils/Logger.ts:135
Functionget
(target: any, prop: string | symbol)
test/utils/mockTypes.ts:25
FunctionhandleIgnore
( e: React.MouseEvent<HTMLButtonElement, MouseEvent>, )
examples/document-chat/apps/web/src/components/thread/agent-inbox/hooks/use-interrupted-actions.tsx:222
FunctionhandleKeyDown
(e: React.KeyboardEvent)
examples/document-chat/apps/web/src/components/thread/agent-inbox/components/inbox-item-input.tsx:99
FunctionhandleKeyDown
(e: React.KeyboardEvent)
examples/document-chat/apps/web/src/components/thread/messages/human.tsx:18
FunctionhandleOpenInStudio
()
examples/document-chat/apps/web/src/components/thread/agent-inbox/components/thread-actions-view.tsx:86
FunctionhandleReset
()
examples/document-chat/apps/web/src/components/thread/agent-inbox/components/inbox-item-input.tsx:219
FunctionhandleResolve
( e: React.MouseEvent<HTMLButtonElement, MouseEvent>, )
examples/document-chat/apps/web/src/components/thread/agent-inbox/hooks/use-interrupted-actions.tsx:247
FunctionhandleSessionRequest
(req: express.Request, res: express.Response)
src/index.ts:271
FunctionhandleSubmit
(e: FormEvent)
examples/document-chat/apps/web/src/components/thread/index.tsx:161
FunctionhandleSubmitEdit
()
examples/document-chat/apps/web/src/components/thread/messages/human.tsx:50
Functionlistener
(e: MediaQueryListEvent)
examples/document-chat/apps/web/src/hooks/useMediaQuery.tsx:10
FunctionloadChatModel
( fullySpecifiedName: string )
examples/document-chat/apps/agents/src/react-agent/utils.ts:8
FunctionmatchDocumentsNode
(state: typeof WorkflowStateAnnotation.State)
examples/procurement-agent-ts/src/nodes/MatchingNode.ts:12
Methodnotice
(mcpServer: McpServer | null, message: string, context?: unknown)
src/utils/Logger.ts:115
FunctiononCopy
()
examples/document-chat/apps/web/src/components/thread/markdown-text.tsx:44
FunctionrenderDocumentPage
( client: DocumentEngineClient, params: RenderDocumentPageInput )
src/tools/extraction/renderDocumentPage.ts:36
FunctionrouteModelOutput
(state: typeof MessagesAnnotation.State)
examples/document-chat/apps/agents/src/react-agent/graph.ts:61
FunctionuploadDocuments
* Uploads multiple documents and returns only the successful document IDs * @param {Array<string>} filePaths - Array of file paths to upload * @para
examples/langgraphjs/shared/fileHandlers.js:155
FunctionuploadNode
( state: typeof WorkflowStateAnnotation.State )
examples/procurement-agent-ts/src/nodes/UploadNode.ts:7
FunctionwithPrivateAccess
( obj: T, _key: K, _valueType?: V )
test/utils/mockTypes.ts:59
← previous401–448 of 448, ranked by callers