Glama
MCP
Servers
Perplexity MCP Server
Claim
by
jsonallen
GitHub
Search
Python
MIT License
9
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
coinmarket_service
src/coinmarket_service/__init__.py
src/coinmarket_service/server.py
from . import server import asyncio def main(): """Main entry point for the package.""" asyncio.run(server.main()) # Optionally expose other important items at package level __all__ = ['main', 'server']