Skip to main content
Glama
gh_cli.py417 B
""" Grasshopper Tools CLI 快捷腳本 在 grasshopper_tools 目錄下也可以直接運行 """ import sys import os # 添加父目錄到路徑 current_dir = os.path.dirname(os.path.abspath(__file__)) parent_dir = os.path.dirname(current_dir) if parent_dir not in sys.path: sys.path.insert(0, parent_dir) # 導入並運行 CLI if __name__ == '__main__': from grasshopper_tools.cli import 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/AmemiyaLai/grasshopper-mcp-workflow'

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