Github-Oauth MCP Server

[project] name = "github-oauth" version = "0.1.0" description = "A MCP server project" readme = "README.md" requires-python = ">=3.12" dependencies = [ "mcp>=1.2.0",] [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [project.scripts] github-oauth = "github_oauth:main"