Skip to main content
Glama
pyproject.toml797 B
[build-system] requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta" [project] name = "si-public-api-examples-python" version = "1.0.0" description = "Test coverage for System Initiative Python SDK" authors = [ {name = "System Initiative", email = "support@systeminit.com"} ] readme = "README.md" requires-python = ">=3.8" license = "Apache-2.0" dependencies = [ "system-initiative-api-client>=1.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "python-dotenv>=1.0.0", ] [tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"] python_classes = ["Test*"] python_functions = ["test_*"] addopts = "-v --tb=short" asyncio_mode = "auto" [tool.setuptools.packages.find] exclude = ["tests*"]

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/systeminit/si'

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