#!/Users/jav014/Projects/ala-mcp/venv/bin/python
"""
Legacy entry point for backward compatibility.
This file is kept for compatibility with existing configurations.
The actual implementation has been moved to src/ala_mcp/
"""
import sys
import asyncio
from pathlib import Path
# Add src to path
src_path = Path(__file__).parent / "src"
sys.path.insert(0, str(src_path))
from ala_mcp.server import main
if __name__ == "__main__":
asyncio.run(main())
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/AtlasOfLivingAustralia/ala-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server