Skip to main content
Glama
run.py373 B
#!/usr/bin/env python3 """ MCP文件夹文档生成服务器入口点 """ import sys import os from pathlib import Path # 添加src目录到Python路径 src_path = Path(__file__).parent / "src" sys.path.insert(0, str(src_path)) # 切换到src目录作为工作目录 os.chdir(src_path) # 导入并运行CLI if __name__ == "__main__": from 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/kscz0000/Zhiwen-Assistant-MCP'

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