Skip to main content
Glama

GitHub PR Template Tools

by sawantudayan
pyproject.toml582 B
[project] name = "github-mcp-server" version = "1.0.0" description = "MCP server for PR template suggestions - Starter Code" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.0.0" ] [project.optional-dependencies] dev = [ "pytest>=8.4.0", "pytest-asyncio>=0.21.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["."] [tool.uv] dev-dependencies = [ "pytest>=8.4.0", "pytest-asyncio>=0.21.0", ] [tool.pytest.ini_options] addopts = "-v" asyncio_mode = "auto"

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/sawantudayan/github-mcp-server'

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