Kagi MCP Server

Official
MIT License
34
  • Apple
  • Linux
from . import server def main(): """Main entry point for the package.""" server.main() # Optionally expose other important items at package level __all__ = ["main", "server"]