MCPcopy Create free account

hub / github.com/34892002/bilibili-mcp-js / functions

Functions31 in github.com/34892002/bilibili-mcp-js

↓ 11 callersFunctionfixUrl
(url: string)
src/index.ts:27
↓ 7 callersFunctiongetBilibiliCookies
* 获取 Bilibili cookies * @returns Promise<{jar: CookieJar, client: AxiosInstance, cookieString: string}>
src/index.ts:55
↓ 4 callersMethodformatDate
(timestamp: number)
index.ts:581
↓ 3 callersMethodformatDuration
(duration: any)
index.ts:571
↓ 2 callersMethodcleanTitle
(title: string)
index.ts:541
↓ 2 callersFunctiongetBangumiTimeline
( types: number = 1, before: number = 6, after: number = 6 )
src/index.ts:452
↓ 2 callersFunctiongetCompleteUserInfo
(uid: string | number)
src/index.ts:428
↓ 2 callersFunctiongetUserInfo
(uid: string | number)
src/index.ts:256
↓ 2 callersFunctiongetUserStat
(uid: string | number)
src/index.ts:326
↓ 2 callersFunctiongetUserVideos
( uid: string | number, page: number = 1, pageSize: number = 20, order: string = "pubdate" )
src/index.ts:371
↓ 2 callersFunctiongetVideoDetail
(videoId: string)
src/index.ts:168
↓ 2 callersFunctionsendNextTest
()
test/hot.js:104
↓ 1 callersFunctionMCPTool
({ client, name, description, argsSchema, }: { client: Client; name: string; description: string
mcp-langchain-ts-client/index.ts:73
↓ 1 callersFunctioncreateSchemaModel
( inputSchema: { type: "object"; properties?: | import("zod").objectOutputType< {},
mcp-langchain-ts-client/index.ts:103
↓ 1 callersFunctiongetHotContent
( type: "all" | "history" | "rank" | "music" = "all" )
src/index.ts:114
↓ 1 callersMethodgetHotContent
(type: any = 'all')
index.ts:546
↓ 1 callersMethodgetVideoDetail
(videoId: string)
index.ts:587
↓ 1 callersMethodget_tools
()
mcp-langchain-ts-client/index.ts:54
↓ 1 callersMethodinitialize
()
mcp-langchain-ts-client/index.ts:29
↓ 1 callersFunctionisValidSearchArgs
( args: any )
index.ts:39
↓ 1 callersMethodperformSearch
( keyword: string, page: number, limit: number )
index.ts:510
↓ 1 callersMethodrun
()
index.ts:634
↓ 1 callersFunctionsearchBilibili
( keyword: string, page: number = DEFAULT_PAGE_NUM, limit: number = DEFAULT_PAGE_SIZE, order: string =
src/index.ts:78
↓ 1 callersMethodsetupToolHandlers
()
index.ts:73
↓ 1 callersFunctiontestBangumiTimeline
()
test/timeline.js:4
↓ 1 callersFunctiontestGetUserVideos
()
test/user_videos.js:4
↓ 1 callersFunctiontestUserFunctions
()
test/user.js:4
↓ 1 callersFunctiontestVideoDetail
()
test/video.js:9
Methodconstructor
()
index.ts:51
Methodconstructor
(serverParams: StdioServerParameters)
mcp-langchain-ts-client/index.ts:22
FunctionprocessVideoItem
* 处理视频项目的图片URL * @param item 视频项目对象
src/index.ts:39