Skip to main content
Glama

MCP Development Framework

__main__.py.json1.02 kB
{ "sourceFile": "mcp_simple_tool/__main__.py", "activeCommit": 0, "commits": [ { "activePatchIndex": 1, "patches": [ { "date": 1741332487497, "content": "Index: \n===================================================================\n--- \n+++ \n" }, { "date": 1741332594194, "content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,8 +1,5 @@\n-\"\"\"\n-主入口文件\n-\"\"\"\n+import sys\n \n-from mcp_simple_tool.server import main\n+from .server import main\n \n-if __name__ == \"__main__\":\n- main()\n+sys.exit(main())\n" } ], "date": 1741332487497, "name": "Commit-0", "content": "\"\"\"\n主入口文件\n\"\"\"\n\nfrom mcp_simple_tool.server import main\n\nif __name__ == \"__main__\":\n main()\n" } ] }

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/aigo666/mcp-framework'

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