MCPcopy Create free account

hub / github.com/chatmcp/mcpso / functions

Functions67 in github.com/chatmcp/mcpso

↓ 18 callersFunctiongetSupabaseClient
()
models/db.ts:3
↓ 10 callersFunctionrespErr
(message: string)
utils/resp.ts:9
↓ 5 callersFunctionclassNames
(...classes: string[])
templates/tailspark/landing/components/header/dropdown.tsx:6
↓ 4 callersFunctionfindProjectByName
( name: string )
models/project.ts:33
↓ 4 callersFunctionrespData
(data: any)
utils/resp.ts:1
↓ 3 callersFunctionfindCategoryByName
( name: string )
models/category.ts:13
↓ 3 callersFunctiongetIsoTimestr
()
utils/time.ts:1
↓ 3 callersFunctionrespJson
(code: number, message: string, data?: any)
utils/resp.ts:13
↓ 2 callersFunctionformatUser
(row: any)
models/user.ts:42
↓ 2 callersFunctiongetFeaturedProjects
( page: number, limit: number )
models/project.ts:116
↓ 2 callersFunctiongetOpenAIClient
(model?: string)
services/llms/openai.ts:3
↓ 2 callersFunctiongetProjectsCountByCategory
( category: string )
models/project.ts:80
↓ 2 callersFunctionhandleSubmit
(keyword: string, question: string)
templates/tailspark/landing/components/search/index.tsx:34
↓ 2 callersFunctionparseProject
(project: Project)
services/project.ts:17
↓ 2 callersFunctionsumProject
(project: Project)
services/project.ts:85
↓ 2 callersFunctionupdateProject
(uuid: string, project: Partial<Project>)
models/project.ts:202
↓ 1 callersFunctionfetchStars
()
templates/tailspark/landing/components/hero/github.tsx:20
↓ 1 callersFunctiongenUuid
()
utils/index.ts:3
↓ 1 callersFunctiongetCategories
( page: number, limit: number )
models/category.ts:30
↓ 1 callersFunctiongetProjectsByCategory
( category: string, page: number, limit: number )
models/project.ts:95
↓ 1 callersFunctiongetProjectsCount
()
models/project.ts:68
↓ 1 callersFunctiongetProjectsWithKeyword
( keyword: string, page: number, limit: number )
models/project.ts:154
↓ 1 callersFunctiongetProjectsWithoutSummary
( page: number, limit: number )
models/project.ts:177
↓ 1 callersFunctiongetRandomProjects
( page: number, limit: number )
models/project.ts:136
↓ 1 callersFunctioninsertProject
(project: Project)
models/project.ts:9
↓ 1 callersFunctionreadUrl
(url: string)
services/reader/jina.ts:3
↓ 1 callersFunctionsaveProject
( project: Project )
services/project.ts:172
↓ 1 callersFunctionsummarizeProject
(project: Project)
services/project.ts:138
↓ 1 callersFunctiontoggleFAQ
(index: number)
templates/tailspark/landing/components/faq/index.tsx:11
FunctionMarkdown
({ content }: { content: string })
components/markdown/index.tsx:10
FunctionPOST
(req: Request)
app/api/submit-projects/route.ts:8
FunctionPOST
(req: Request)
app/api/submit-project/route.ts:8
FunctionPOST
(req: Request)
app/api/summarize-projects/route.ts:8
FunctionPOST
(req: Request)
app/api/summarize-project/route.ts:8
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:15
FunctionRootLayout
({ children, }: { children: React.ReactNode; })
app/(policy)/layout.tsx:18
FunctionThemeProvider
({ children }: { children: React.ReactNode })
providers/theme.tsx:3
FunctionbytesToKB
(bytes: number)
utils/index.ts:61
FunctionbytesToMB
(bytes: number)
utils/index.ts:66
FunctionextractProject
(content: string)
services/project.ts:56
FunctionfindProjectByUuid
( uuid: string )
models/project.ts:17
FunctionfindUserByEmail
( email: string, signin_provider: string )
models/user.ts:12
FunctionfindUserByUuid
(uuid: string)
models/user.ts:29
FunctiongenNonceStr
(length: number)
utils/index.ts:47
FunctiongenUniSeq
(prefix: string = "")
utils/index.ts:7
FunctiongenerateMetadata
()
app/(policy)/layout.tsx:7
FunctiongenerateMetadata
()
app/(policy)/privacy-policy/page.tsx:5
FunctiongenerateMetadata
()
app/(policy)/terms-of-service/page.tsx:5
FunctiongenerateMetadata
({ params, }: { params: Promise<{ name: string }>; })
app/(default)/[slug]/[name]/page.tsx:9
FunctiongenerateMetadata
({ params, }: { params: Promise<{ cate: string }>; })
app/(default)/category/[cate]/page.tsx:12
FunctiongenerateMetadata
()
app/(default)/categories/page.tsx:8
FunctiongetIsoTimestr
()
utils/index.ts:14
FunctiongetMillisecond
()
utils/time.ts:11
FunctiongetProjects
( page: number, limit: number )
models/project.ts:49
FunctiongetTimestamp
()
utils/time.ts:5
FunctionhandleInputChange
(e: ChangeEvent<HTMLInputElement>)
templates/tailspark/landing/components/search/index.tsx:21
FunctionhandleInputKeydown
(e: KeyboardEvent<HTMLInputElement>)
templates/tailspark/landing/components/search/index.tsx:25
FunctioninsertCategory
(category: Category)
models/category.ts:5
FunctioninsertUser
(user: User)
models/user.ts:4
FunctionisSmScreen
()
utils/index.ts:41
FunctionmsToSeconds
(ms: number)
utils/time.ts:21
FunctionparseEventData
(data: string)
utils/index.ts:23
FunctionremoveUrlSearchParams
(originalUrl: string)
utils/index.ts:76
FunctionremoveYamlMarkers
(text: string)
utils/index.ts:18
FunctionrespOk
()
utils/resp.ts:5
Functionsleep
(ms: number)
utils/time.ts:17
FunctionupperFirstChar
(str: string)
utils/index.ts:71