Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/34892002/bilibili-mcp-js
/ functions
Functions
31 in github.com/34892002/bilibili-mcp-js
⨍
Functions
31
◇
Types & classes
5
↓ 11 callers
Function
fixUrl
(url: string)
src/index.ts:27
↓ 7 callers
Function
getBilibiliCookies
* 获取 Bilibili cookies * @returns Promise<{jar: CookieJar, client: AxiosInstance, cookieString: string}>
src/index.ts:55
↓ 4 callers
Method
formatDate
(timestamp: number)
index.ts:581
↓ 3 callers
Method
formatDuration
(duration: any)
index.ts:571
↓ 2 callers
Method
cleanTitle
(title: string)
index.ts:541
↓ 2 callers
Function
getBangumiTimeline
( types: number = 1, before: number = 6, after: number = 6 )
src/index.ts:452
↓ 2 callers
Function
getCompleteUserInfo
(uid: string | number)
src/index.ts:428
↓ 2 callers
Function
getUserInfo
(uid: string | number)
src/index.ts:256
↓ 2 callers
Function
getUserStat
(uid: string | number)
src/index.ts:326
↓ 2 callers
Function
getUserVideos
( uid: string | number, page: number = 1, pageSize: number = 20, order: string = "pubdate" )
src/index.ts:371
↓ 2 callers
Function
getVideoDetail
(videoId: string)
src/index.ts:168
↓ 2 callers
Function
sendNextTest
()
test/hot.js:104
↓ 1 callers
Function
MCPTool
({ client, name, description, argsSchema, }: { client: Client; name: string; description: string
mcp-langchain-ts-client/index.ts:73
↓ 1 callers
Function
createSchemaModel
( inputSchema: { type: "object"; properties?: | import("zod").objectOutputType< {},
mcp-langchain-ts-client/index.ts:103
↓ 1 callers
Function
getHotContent
( type: "all" | "history" | "rank" | "music" = "all" )
src/index.ts:114
↓ 1 callers
Method
getHotContent
(type: any = 'all')
index.ts:546
↓ 1 callers
Method
getVideoDetail
(videoId: string)
index.ts:587
↓ 1 callers
Method
get_tools
()
mcp-langchain-ts-client/index.ts:54
↓ 1 callers
Method
initialize
()
mcp-langchain-ts-client/index.ts:29
↓ 1 callers
Function
isValidSearchArgs
( args: any )
index.ts:39
↓ 1 callers
Method
performSearch
( keyword: string, page: number, limit: number )
index.ts:510
↓ 1 callers
Method
run
()
index.ts:634
↓ 1 callers
Function
searchBilibili
( keyword: string, page: number = DEFAULT_PAGE_NUM, limit: number = DEFAULT_PAGE_SIZE, order: string =
src/index.ts:78
↓ 1 callers
Method
setupToolHandlers
()
index.ts:73
↓ 1 callers
Function
testBangumiTimeline
()
test/timeline.js:4
↓ 1 callers
Function
testGetUserVideos
()
test/user_videos.js:4
↓ 1 callers
Function
testUserFunctions
()
test/user.js:4
↓ 1 callers
Function
testVideoDetail
()
test/video.js:9
Method
constructor
()
index.ts:51
Method
constructor
(serverParams: StdioServerParameters)
mcp-langchain-ts-client/index.ts:22
Function
processVideoItem
* 处理视频项目的图片URL * @param item 视频项目对象
src/index.ts:39