1. 11 Mar, 2026 4 commits
  2. 10 Mar, 2026 11 commits
    • MD. SHAHIDUL ISLAM's avatar
    • MD. SHAHIDUL ISLAM's avatar
      Rename CLI command from jira-mcp to dohatec-jira-mcp · 7c096e4b
      MD. SHAHIDUL ISLAM authored
      - Updated pyproject.toml entry point: jira-mcp → dohatec-jira-mcp
      - Updated README.md with new command name in all configs and references
      - Updated INSTALLATION.md with new entry point name
      - Updated DEVELOPMENT.md with new command name
      - Package name stays 'jira-mcp', but CLI command is now 'dohatec-jira-mcp'
      - More specific to Dohatec's Jira instance
      7c096e4b
    • MD. SHAHIDUL ISLAM's avatar
      Update MCP server name to dohatec-jira in config examples · 190e118b
      MD. SHAHIDUL ISLAM authored
      - Changed Claude Desktop config server name from 'jira-mcp' to 'dohatec-jira'
      - Changed Cursor config server name from 'Jira Server' to 'dohatec-jira'
      - Command remains 'jira-mcp' (the installed package name)
      - More specific server identifier for Dohatec's Jira instance
      190e118b
    • MD. SHAHIDUL ISLAM's avatar
      Remove 'Running the Server' section - not needed · 8e67bb60
      MD. SHAHIDUL ISLAM authored
      - Streamlined README to simple flow: Install → Configure → Use
      - Users don't need to manually run anything - auto-starts via Claude/Cursor JSON config
      - Removed unnecessary section about command-line running (dev docs in DEVELOPMENT.md)
      - Cleaner, focused README perfect for end users
      8e67bb60
    • MD. SHAHIDUL ISLAM's avatar
      Remove environment variable configuration - JSON only approach · 81cd7382
      MD. SHAHIDUL ISLAM authored
      - Removed 'Option 2: Via Environment Variables' section
      - README now only shows JSON configuration for Claude Desktop and Cursor
      - Simplified 'Running the Server' section to focus on main use case
      - Environment variables approach moved to DEVELOPMENT.md (for devs only)
      - Cleaner, simpler README aligned with user preference
      81cd7382
    • MD. SHAHIDUL ISLAM's avatar
      Move manual installation section to end of README · 3146a8f2
      MD. SHAHIDUL ISLAM authored
      - Quick installation method (pip install git+...) stays at top for users
      - Manual installation details moved to very end after Contributing section
      - Cleaner flow: simple install → features → examples → contributing → advanced
      - Users see recommended path first, developers see manual steps at end
      3146a8f2
    • MD. SHAHIDUL ISLAM's avatar
      Remove redundant environment variable documentation · 278e4052
      MD. SHAHIDUL ISLAM authored
      - Configuration happens in JSON file OR via environment variables (not both)
      - Updated to show environment variables are optional (only for command-line use)
      - Clarified that Claude Desktop and Cursor use JSON/UI configuration
      - Simplified configuration section with clear 'Option 1' vs 'Option 2' choice
      - No need to set env vars twice - once in config is enough
      278e4052
    • MD. SHAHIDUL ISLAM's avatar
      Keep README simple and easy - move manual paths to DEVELOPMENT.md · d9d4ffd3
      MD. SHAHIDUL ISLAM authored
      - Removed hardcoded Mac/Windows path examples from README
      - README now focused on simple 'jira-mcp' command for end users
      - Added reference to DEVELOPMENT.md for custom path configurations
      - Moved manual Claude Desktop and Cursor path examples to DEVELOPMENT.md
      - Cleaner user experience with progressive disclosure of advanced options
      d9d4ffd3
    • 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
  3. 09 Mar, 2026 1 commit
  4. 08 Mar, 2026 9 commits
  5. 04 Mar, 2026 15 commits