[project]
name = "mcp-github-jira-server"
version = "0.1.0"
description = "MCP server for GitHub and Jira integration"
authors = [
{name = "MCP Developer", email = "developer@example.com"}
]
readme = "README.md"
requires-python = ">=3.11"
license = {text = "MIT"}
keywords = ["mcp", "github", "jira", "integration"]
dependencies = [
"mcp[cli]>=1.13.1",
"httpx>=0.28.1",
"python-dotenv>=1.0.0",
]
[project.scripts]
mcp-github-jira = "mcp_github_jira_server:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"