org-jira-mcp-adapter 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,16 +22,16 @@
22
22
  ],
23
23
  "env": {
24
24
  "JIRA_HOST": "jira.example.com",
25
- "JIRA_API_TOKEN": "your_password_or_pat_token"
25
+ "JIRA_API_TOKEN": "your_pat_token"
26
26
  }
27
27
  }
28
28
  }
29
29
  }
30
30
  ```
31
31
 
32
- > **Важно**: Замените `jira.example.com` и `your_password_or_pat_token` на ваши реальные данные.
32
+ > **Важно**: Замените `jira.example.com` и `your_pat_token` на ваши реальные данные.
33
33
 
34
34
  ### Переменные окружения
35
35
 
36
36
  - `JIRA_HOST`: Адрес вашего Jira сервера (без протокола, например `jira.example.com`).
37
- - `JIRA_API_TOKEN`: Ваш пароль от Jira или Personal Access Token (PAT).
37
+ - `JIRA_API_TOKEN`: Ваш Personal Access Token (PAT).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "org-jira-mcp-adapter",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "MCP server for Jira Data Center/Server (On-Premise)",
5
5
  "type": "module",
6
6
  "main": "index.js",