Skip to main content
Glama
main.py400 B
#!/usr/bin/env python3 """ Torna MCP Server CLI Command-line interface for the Torna MCP Server. """ import os import sys from pathlib import Path # Add current directory to Python path for direct execution current_dir = Path(__file__).parent sys.path.insert(0, str(current_dir)) # Import main function from server module from refactored_server import main if __name__ == "__main__": main()

Latest Blog Posts

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/li7hai26/torna-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server