Skip to main content
Glama

WeChat Article Reader MCP Server

by whbfxy
__init__.py1.18 kB
""" 工具模块初始化文件 导出工具模块中的所有公共类和函数。 """ from .browser_client import ( BrowserClient, HttpClient, get_browser_client, get_http_client, fetch_wechat_article ) from .content_parser import ( WeChatArticleParser, parse_wechat_article ) from .errors import ( BaseError, BrowserError, NetworkError, ParseError, ValidationError, RateLimitError, AuthenticationError, ConfigurationError, TimeoutError, format_error_response ) from .response_formatter import ( ResponseFormatter, format_mcp_tool_response ) __all__ = [ # Browser Client "BrowserClient", "HttpClient", "get_browser_client", "get_http_client", "fetch_wechat_article", # Content Parser "WeChatArticleParser", "parse_wechat_article", # Errors "BaseError", "BrowserError", "NetworkError", "ParseError", "ValidationError", "RateLimitError", "AuthenticationError", "ConfigurationError", "TimeoutError", "format_error_response", # Response Formatter "ResponseFormatter", "format_mcp_tool_response" ]

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/whbfxy/MCP101Demo'

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