We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/youzhajun/douyin_link_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
MANIFEST.in•567 B
# Include documentation
include README.md
include LICENSE
include CHANGELOG.md
include QUICKSTART.md
include 新手指南.md
include 调试步骤.md
include 检查清单.md
# Include configuration examples
include env.example
include mcp_config.json
include cursor_mcp_settings.md
# Include test files
include test_example.py
# Exclude unnecessary files
exclude install.bat
exclude install.sh
exclude .gitignore
exclude PROJECT_SUMMARY.md
# Exclude development files
global-exclude __pycache__
global-exclude *.py[cod]
global-exclude *~
global-exclude .DS_Store