We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yhyyz/spark-eventlog-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
MANIFEST.in•497 B
# Include documentation
include README.md
include README_zh.md
include LICENSE
# Include configuration files
include pyproject.toml
include start.py
# Include package data
recursive-include src/spark_eventlog_mcp *.py
recursive-include src/spark_eventlog_mcp *.html
recursive-include src/spark_eventlog_mcp *.css
recursive-include src/spark_eventlog_mcp *.js
# Exclude development files
exclude *.pyc
exclude .gitignore
exclude .env*
recursive-exclude * __pycache__
recursive-exclude * *.py[co]