MCPcopy Create free account

hub / github.com/idosal/git-mcp / functions

Functions489 in github.com/idosal/git-mcp

↓ 1 callersFunctiongetListFlatCache
* Flatten the docs and manual lists
src/api/tools/repoHandlers/threejs/utils.ts:44
↓ 1 callersFunctiongetMcpTools
( env: Env, requestHost: string, requestUrl?: string, ctx?: any, )
src/api/tools/index.ts:8
↓ 1 callersFunctiongetMessageText
()
app/chat/components/message.tsx:152
↓ 1 callersFunctiongetModel
( env: CloudflareEnvironment, apiKeys: Partial<Record<StorageKey, string>>, )
app/chat/ai/providers.server.ts:18
↓ 1 callersFunctiongetReactRouterRepoHandler
()
src/api/tools/repoHandlers/ReactRouterRepoHandler.ts:90
↓ 1 callersFunctiongetRepoData
(url: string)
app/chat/lib/utils.ts:8
↓ 1 callersFunctiongetRepoDataFromUrl
(url: string)
src/shared/repoData.ts:117
↓ 1 callersFunctiongetSlideClass
(index: number)
app/routes/_index.tsx:683
↓ 1 callersFunctiongetStatusClass
()
app/chat/components/tool-invocation.tsx:59
↓ 1 callersFunctiongetStatusIcon
()
app/chat/components/tool-invocation.tsx:47
↓ 1 callersFunctiongetThreejsRepoHandler
()
src/api/tools/repoHandlers/ThreejsRepoHandler.ts:155
↓ 1 callersFunctiongetVectorId
( owner: string, repo: string, chunkIndex: number, )
src/api/utils/vectorStore.ts:62
↓ 1 callersFunctionhandleBadgeRequest
( request: Request, env: CloudflareEnvironment, owner: string, repo: string, )
src/index.ts:47
↓ 1 callersFunctionhandleCorsPreflightRequest
()
src/index.ts:33
↓ 1 callersFunctionhandleR2TestSetup
( env: TestSetupBindings, )
src/api/test-setup.ts:24
↓ 1 callersFunctionhandleSubmit
(e: FormEvent)
app/routes/_index.tsx:9
↓ 1 callersMethodlist
(options?: KVNamespaceListOptions)
worker-configuration.d.ts:1460
↓ 1 callersFunctionnormalizeVector
* Normalize a vector to unit length
src/api/utils/vectorStore.ts:192
↓ 1 callersFunctionparseJSON
(value: string)
app/chat/lib/hooks/use-local-storage.ts:64
↓ 1 callersFunctionparseRobotsTxt
* Parse robots.txt content into structured rules * @param content - The content of robots.txt * @returns Array of parsed rules
src/api/utils/robotsTxt.ts:20
↓ 1 callersFunctionrecurse
(prefix: string)
src/api/tools/commonTools.ts:1011
↓ 1 callersMethodremove
()
worker-configuration.d.ts:1220
↓ 1 callersFunctionremoveServer
(id: string, e: React.MouseEvent)
app/chat/components/mcp-server-manager.tsx:101
↓ 1 callersFunctionrespectRateLimits
* Delay execution to respect rate limits
src/api/utils/githubClient.ts:96
↓ 1 callersFunctionsearchCode
( query: string, owner: string, repo: string, env: Env, page: number = 1, perPage: number = 20, )
src/api/utils/githubClient.ts:245
↓ 1 callersFunctionsearchFileByName
( filename: string, owner: string, repo: string, env: Env, )
src/api/utils/githubClient.ts:277
↓ 1 callersFunctionsearchRepositoryDocumentationAutoRag
({ repoData, query, env, ctx, autoragPipeline = "docs-rag", }: { repoData: RepoData; query: stri
src/api/tools/commonTools.ts:394
↓ 1 callersMethodsend
(message: Body, options?: QueueSendOptions)
worker-configuration.d.ts:1499
↓ 1 callersFunctionsha256Hex
(input: string)
src/api/utils/cache.ts:352
↓ 1 callersFunctionsimpleHash
* Simple string hash function
src/api/utils/vectorStore.ts:211
↓ 1 callersFunctionstartEditing
(server: MCPServer)
app/chat/components/mcp-server-manager.tsx:145
↓ 1 callersFunctiontoggleServer
(id: string)
app/chat/components/mcp-server-manager.tsx:116
↓ 1 callersFunctionupdateRateLimitFromHeaders
* Update rate limit information from GitHub API response headers
src/api/utils/githubClient.ts:71
↓ 1 callersMethodupsert
(vectors: VectorizeVector[])
src/api/utils/vectorStore.ts:37
↓ 1 callersFunctionuseCopy
(timeout = 2000)
app/chat/lib/hooks/use-copy.ts:3
↓ 1 callersFunctionuseIsMobile
()
app/chat/hooks/use-mobile.ts:5
↓ 1 callersFunctionuseScrollToBottom
()
app/chat/lib/hooks/use-scroll-to-bottom.tsx:3
↓ 1 callersFunctionwithAutoragCache
( pipeline: string, searchRequest: unknown, ctx: { waitUntil: (p: Promise<unknown>) => void }, fetcher
src/api/utils/cache.ts:371
Method"assert"
(condition?: boolean, ...data: any[])
worker-configuration.d.ts:101
FunctionAccordion
({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>)
app/chat/components/ui/accordion.tsx:9
FunctionAccordionContent
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>)
app/chat/components/ui/accordion.tsx:50
FunctionAccordionItem
({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>)
app/chat/components/ui/accordion.tsx:15
FunctionAccordionTrigger
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>)
app/chat/components/ui/accordion.tsx:28
FunctionApiKeyManager
({ open, onOpenChange }: ApiKeyManagerProps)
app/chat/components/api-key-manager.tsx:64
FunctionApiKeysProvider
({ children }: { children: React.ReactNode })
app/chat/components/api-keys-provider.tsx:14
FunctionApp
()
app/root.tsx:4
FunctionAvatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
app/chat/components/ui/avatar.tsx:8
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
app/chat/components/ui/avatar.tsx:37
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
app/chat/components/ui/avatar.tsx:24
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
app/chat/components/ui/badge.tsx:28
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
app/chat/components/ui/button.tsx:38
FunctionCarousel
()
app/routes/_index.tsx:652
FunctionChat
()
app/chat/components/chat.tsx:16
FunctionChatPageServer
({ owner, repo, }: { owner: string | null; repo: string | null; })
app/components/chatPage.tsx:3
FunctionChatSidebar
()
app/chat/components/chat-sidebar.tsx:33
FunctionCodeExample
({ code, id, name, popoutUrl, }: { code: string; id: string; name: string; popoutUrl?: string;
app/components/content.tsx:701
FunctionContent
({ urlType, owner, repo, url, }: { urlType: UrlType; owner?: string | null; repo?: string | null
app/components/content.tsx:6
FunctionContentPage
({ loaderData, }: { loaderData: Awaited<ReturnType<typeof loader>>; })
app/routes/$.tsx:47
FunctionCopyButton
({ text, className }: CopyButtonProps)
app/chat/components/copy-button.tsx:11
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
app/chat/components/ui/dialog.tsx:9
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
app/chat/components/ui/dialog.tsx:27
FunctionDialogContent
({ className, children, ...props }: React.ComponentProps<typeof DialogPrimitive.Content>)
app/chat/components/ui/dialog.tsx:49
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
app/chat/components/ui/dialog.tsx:111
FunctionDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
app/chat/components/ui/dialog.tsx:85
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
app/chat/components/ui/dialog.tsx:75
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
app/chat/components/ui/dialog.tsx:33
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
app/chat/components/ui/dialog.tsx:21
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
app/chat/components/ui/dialog.tsx:98
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
app/chat/components/ui/dialog.tsx:15
FunctionDivider
({ text, simple }: { text?: string; simple?: boolean })
app/routes/_index.tsx:630
FunctionDropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
app/chat/components/ui/dropdown-menu.tsx:9
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Checkbo
app/chat/components/ui/dropdown-menu.tsx:85
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>)
app/chat/components/ui/dropdown-menu.tsx:34
FunctionDropdownMenuGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
app/chat/components/ui/dropdown-menu.tsx:54
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuPrimitiv
app/chat/components/ui/dropdown-menu.tsx:62
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?:
app/chat/components/ui/dropdown-menu.tsx:146
FunctionDropdownMenuPortal
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)
app/chat/components/ui/dropdown-menu.tsx:15
FunctionDropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
app/chat/components/ui/dropdown-menu.tsx:111
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
app/chat/components/ui/dropdown-menu.tsx:122
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
app/chat/components/ui/dropdown-menu.tsx:166
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
app/chat/components/ui/dropdown-menu.tsx:179
FunctionDropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
app/chat/components/ui/dropdown-menu.tsx:195
FunctionDropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
app/chat/components/ui/dropdown-menu.tsx:225
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigge
app/chat/components/ui/dropdown-menu.tsx:201
FunctionDropdownMenuTrigger
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
app/chat/components/ui/dropdown-menu.tsx:23
FunctionExample
({ from, to, bold, }: { from: string; to: string; bold: string | string[]; })
app/routes/_index.tsx:598
FunctionGithub
(props: SVGProps<SVGSVGElement>)
app/chat/components/icons.tsx:97
FunctionHome
()
app/routes/_index.tsx:5
FunctionHydrateFallback
()
app/routes/$.tsx:43
FunctionInput
({ input, handleInputChange, isLoading, status, stop, }: InputProps)
app/chat/components/input.tsx:12
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
app/chat/components/ui/input.tsx:5
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
app/chat/components/ui/label.tsx:8
FunctionMCPProvider
(props: { children: React.ReactNode; owner: string; repo: string | null; persist?: boolean; })
app/chat/lib/context/mcp-context.tsx:55
FunctionMCPServerManager
({ servers, onServersChange, selectedServers, onSelectedServersChange, open, onOpenChange, }: MCPS
app/chat/components/mcp-server-manager.tsx:47
FunctionMcpServerListItem
({ server, isActive, removeServer, startEditing, toggleServer, }: { server: MCPServer; isActive:
app/chat/components/mcp-server-manager.tsx:329
FunctionMessages
({ messages, isLoading, status, }: { messages: TMessage[]; isLoading: boolean; status: "error" | "
app/chat/components/messages.tsx:5
FunctionModelPicker
({ selectedModel, setSelectedModel, }: ModelPickerProps)
app/chat/components/model-picker.tsx:37
FunctionNonMemoizedMarkdown
({ children }: { children: string })
app/chat/components/markdown.tsx:196
FunctionPopover
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>)
app/chat/components/ui/popover.tsx:8
FunctionPopoverAnchor
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Anchor>)
app/chat/components/ui/popover.tsx:42
← previousnext →101–200 of 489, ranked by callers