Glama
MCP
Servers
Semantic Scholar MCP Server
Claim
by
YUZongmin
GitHub
Research & Data
Python
4
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
src/config.ts
src/content_converter.ts
src/endpoint_wrapper.ts
src/gradio_api.ts
src/gradio_convert.ts
src/index.ts
src/mime_types.ts
src/progress_notifier.ts
src/types.ts
src/working_directory.ts
export type GradioOutput = { label: string; type: string; python_type: { type: string; description: string; }; component: string; description?: string; };