We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrishayuk/chuk-mcp-math-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
MANIFEST.in•491 B
# Include the README and license
include README.md
include LICENSE
# Include package data
recursive-include src/chuk_mcp_math_server *.py
# Include configuration files
include pyproject.toml
include Makefile
# Include examples if they exist
recursive-include examples *.py *.md *.yaml *.json
# Exclude development and build artifacts
global-exclude __pycache__
global-exclude *.py[co]
global-exclude .DS_Store
global-exclude *.swp
global-exclude .pytest_cache
global-exclude .mypy_cache