We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/isomoes/all-in-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•407 B
"""
Qwen Search - Web Search Module
A specialized module for web search using the Qwen/Dashscope API.
Provides tools for searching the web with the Dashscope SSE-based search API.
This module can be used in two ways:
1. As a standalone proxy server (run: qwen-search)
2. As part of the all-in-mcp proxy server (set QWEN_SEARCH=true)
"""
from .server import main
__version__ = "0.1.0"
__all__ = ["main"]