Skip to main content
Glama
__main__.py358 B
#!/usr/bin/env python # python_hello_warp_mcp/__main__.py """ Command-line entry point for the Hello World MCP server. This allows the server to be run as: python -m python_hello_warp_mcp """ from python_hello_warp_mcp.server import run_server def main(): # Run the server with stdio transport run_server() 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/NoveltyEngine/python-hello-warp-mcp'

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