Convert project to installable Python package
- Create jira_mcp package directory with server.py, __init__.py, and __main__.py - Add modern pyproject.toml with pip install from git support - Add entry points: 'jira-mcp' CLI command and 'python -m jira_mcp' module runner - Create MANIFEST.in for distribution includes - Update .gitignore for build artifacts (dist, build, *.egg-info) - Update README with new installation instructions and simplified configs - Package now installable via: pip install git+https://repo.dohatec.com.bd/ai-solutions/mcp-server-jira.git
Showing
MANIFEST.in
0 → 100644
jira_mcp/__init__.py
0 → 100644
jira_mcp/__main__.py
0 → 100644
jira_mcp/server.py
0 → 100644
This diff is collapsed.
pyproject.toml
0 → 100644
Please
register
or
sign in
to comment