.gitignore
.pre-commit-config.yaml
LICENSE.md
README.md
commitlint.config.cjs
pyproject.toml
.github/copilot-instructions.md
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/commitlint.yml
.github/workflows/release.yml
docs/source/api.rst
docs/source/conf.py
docs/source/genindex.rst
docs/source/index.rst
docs/source/usage.rst
jira_ticket_mcp/__init__.py
jira_ticket_mcp/_version.py
jira_ticket_mcp/adf.py
jira_ticket_mcp/client.py
jira_ticket_mcp/config.py
jira_ticket_mcp/errors.py
jira_ticket_mcp/models.py
jira_ticket_mcp/py.typed
jira_ticket_mcp/server.py
jira_ticket_mcp/wiki.py
jira_ticket_mcp.egg-info/PKG-INFO
jira_ticket_mcp.egg-info/SOURCES.txt
jira_ticket_mcp.egg-info/dependency_links.txt
jira_ticket_mcp.egg-info/entry_points.txt
jira_ticket_mcp.egg-info/requires.txt
jira_ticket_mcp.egg-info/scm_file_list.json
jira_ticket_mcp.egg-info/scm_version.json
jira_ticket_mcp.egg-info/top_level.txt
tests/conftest.py
tests/test_adf.py
tests/test_client.py
tests/test_client_v2.py
tests/test_config.py
tests/test_models.py
tests/test_server.py
tests/test_stdio.py
tests/test_version.py
tests/test_wiki.py
tests/fixtures/adf_description.json
tests/fixtures/adf_exotic.json
tests/fixtures/comments_200.json
tests/fixtures/error_400.json
tests/fixtures/issue_bulk_partial_200.json
tests/fixtures/issue_get_200.json
tests/fixtures/issue_get_v2_200.json
tests/fixtures/myself_200.json
tests/fixtures/search_jql_200.json
tests/fixtures/search_jql_empty_200.json
tests/fixtures/search_v2_200.json
tests/fixtures/transitions_200.json