Skip to main content
Glama
.gitignore836 B
# 移除这行,允许 requirements.txt 被提交 # /requirements.txt # 添加其他常见的忽略项 __pycache__/ *.pyc *.pyo *.pyd .Python venv/ .env .venv *.egg-info/ dist/ build/ .pytest_cache/ .coverage # 日志文件 *.log chatExcel.log cache_maintenance.log # 缓存目录 .encoding_cache/ # 临时和测试文件 *.xlsx *.xls !sample_data.xlsx # 保留示例文件 # 备份文件 *.backup *.bak server_backup_*.py # IDE 和编辑器文件 .vscode/ .idea/ *.swp *.swo *~ # macOS 系统文件 .DS_Store .AppleDouble .LSOverride # 调试和测试产物 debug_*.py test_*.py # 排除指定目录 .trae/ docs/ record/ test/ tests/ # 排除敏感配置文件 mcp_config_absolute.json # 排除目录 test/ record/ venv/ health_report.json metadata_test_report.json # 临时安装文件 *.egg-info/ *.egg-info build/ dist/

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/Lillard01/chatExcel-mcp'

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