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.
- package/README.md +3 -3
- 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": "
|
|
25
|
+
"JIRA_API_TOKEN": "your_pat_token"
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
> **Важно**: Замените `jira.example.com` и `
|
|
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`: Ваш
|
|
37
|
+
- `JIRA_API_TOKEN`: Ваш Personal Access Token (PAT).
|