import asyncio
import warnings
from . import server
warnings.warn(
"mcp-search-linkup is deprecated and no longer maintained. "
"Please use the TypeScript/Node.js version instead: "
"https://github.com/LinkupPlatform/linkup-mcp-server",
DeprecationWarning,
stacklevel=2,
)
def main() -> None:
asyncio.run(server.main())
__all__ = ["main", "server"]
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/LinkupPlatform/python-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server