We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/avivsinai/landfuse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
include LICENSE
include README.md
include pyproject.toml
include pytest.ini
include CHANGELOG.md
# Include all Python files in the main package, tests, and examples
recursive-include langfuse_mcp *.py
recursive-include tests *.py README.md
recursive-include examples *.py *.md
# Include GitHub workflows and configuration
recursive-include .github *
# Exclude build artifacts and temporary files
global-exclude *.py[cod]
global-exclude __pycache__/
global-exclude *.so
global-exclude .*/
global-exclude *.log*
global-exclude *.csv
global-exclude .pytest_cache/
global-exclude .venv/
global-exclude dist/
global-exclude bin/
global-exclude logs/
global-exclude data/
global-exclude *.code-workspace
global-exclude uv.lock
global-exclude .env
global-exclude .env.example