1. 10 Mar, 2026 3 commits
    • MD. SHAHIDUL ISLAM's avatar
      Separate development setup into dedicated file · 3c28d32a
      MD. SHAHIDUL ISLAM authored
      - Create DEVELOPMENT.md with comprehensive dev setup guide
      - Include manual installation instructions (Mac/Linux/Windows)
      - Add test running, building distributions, and troubleshooting
      - Update README.md with reference to DEVELOPMENT.md
      - Cleaner separation: INSTALLATION.md for users, DEVELOPMENT.md for devs
      3c28d32a
    • MD. SHAHIDUL ISLAM's avatar
      Add comprehensive installation guide · ec099538
      MD. SHAHIDUL ISLAM authored
      - Installation methods for different use cases
      - Configuration for Claude Desktop and Cursor
      - Entry point usage (jira-mcp command and python -m jira_mcp)
      - Troubleshooting guide and best practices
      ec099538
    • MD. SHAHIDUL ISLAM's avatar
      Convert project to installable Python package · 5adc0162
      MD. SHAHIDUL ISLAM authored
      - 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
      5adc0162
  2. 09 Mar, 2026 1 commit
  3. 08 Mar, 2026 7 commits
  4. 04 Mar, 2026 15 commits
  5. 03 Mar, 2026 1 commit