Skip to main content
Glama
fengin

Search MCP Server

by fengin
__init__.py796 B
"""Bocha Search API Client Package This package provides a Python interface for the Bocha Search API. It includes a client for making API requests and handling responses. 作者: 凌封(微信:fengin) 网站: AI全书(https://aibook.ren) """ from .client import BochaClient from .exceptions import ( BochaException, BochaAPIError, BochaRateLimitError, BochaAuthError, BochaBalanceError ) from .config import ( BOCHA_API_KEY, FRESHNESS_RANGES, check_rate_limit, validate_api_key ) __all__ = [ 'BochaClient', 'BochaException', 'BochaAPIError', 'BochaRateLimitError', 'BochaAuthError', 'BochaBalanceError', 'BOCHA_API_KEY', 'FRESHNESS_RANGES', 'check_rate_limit', 'validate_api_key' ] __version__ = '0.1.0'

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/fengin/search-server'

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