Skip to main content
Glama
pyproject.toml811 B
[project] name = "test-project" version = "0.1.0" description = "A test Python project for TOML support" readme = "README.md" requires-python = ">=3.11" license = {text = "MIT"} authors = [ {name = "Test Author", email = "test@example.com"} ] dependencies = [ "pydantic>=2.0", "httpx>=0.24", ] [project.optional-dependencies] dev = [ "pytest>=7.0", "ruff>=0.1", "mypy>=1.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.ruff] line-length = 88 target-version = "py311" select = ["E", "F", "I", "N", "W", "B", "S"] [tool.ruff.isort] known-first-party = ["test_project"] [tool.mypy] python_version = "3.11" strict = true warn_unreachable = true [tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"] addopts = "-v --cov=src"

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/oraios/serena'

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