Skip to main content
Glama
JDeun

Unified Search MCP Server

by JDeun
__init__.py1.01 kB
# src/models/__init__.py """ 데이터 모델 및 에러 정의 """ from .search import ( SearchSource, SafeSearchLevel, VideoDuration, UploadDate, SortOrder, BaseResult, ScholarResult, WebResult, YouTubeResult, SearchRequest, SearchResponse, APIUsageStats ) from .errors import ( ErrorResponse, ValidationError, ServiceError, ExternalAPIError, RateLimitError, TimeoutError, CacheError, handle_unexpected_error ) __all__ = [ # Enums 'SearchSource', 'SafeSearchLevel', 'VideoDuration', 'UploadDate', 'SortOrder', # Results 'BaseResult', 'ScholarResult', 'WebResult', 'YouTubeResult', # Requests/Responses 'SearchRequest', 'SearchResponse', 'APIUsageStats', # Errors 'ErrorResponse', 'ValidationError', 'ServiceError', 'ExternalAPIError', 'RateLimitError', 'TimeoutError', 'CacheError', 'handle_unexpected_error', ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JDeun/unified-search-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server