@softspark/jira-mcp 1.13.0 → 1.14.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softspark/jira-mcp",
3
- "version": "1.13.0",
3
+ "version": "1.14.0",
4
4
  "description": "MCP server for Jira integration \u2014 multi-instance routing, ADF formatting, task caching, and comment templates via the Model Context Protocol.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -0,0 +1,26 @@
1
+ ---
2
+ {
3
+ "kind": "comment",
4
+ "id": "blocker-notification",
5
+ "name": "Zgłoszenie blokera (PL)",
6
+ "description": "Zgłoszenie blokady z jej wpływem i potrzebnym działaniem",
7
+ "category": "communication",
8
+ "variables": [
9
+ { "name": "blocked_by", "description": "Co blokuje", "required": true, "example": "Brak dostępów do bazy na stagingu" },
10
+ { "name": "impact", "description": "Co się stanie, jeśli bloker nie zniknie", "required": true, "example": "Nie ruszą testy integracyjne" },
11
+ { "name": "needed_action", "description": "Co trzeba zrobić, żeby odblokować", "required": true, "example": "DevOps zakłada dostęp do bazy na stagingu" },
12
+ { "name": "deadline", "description": "Do kiedy trzeba to rozwiązać", "required": false, "default": "Jak najszybciej", "example": "2026-09-15" }
13
+ ]
14
+ }
15
+ ---
16
+ ## Bloker
17
+
18
+ **Blokuje:** {{blocked_by}}
19
+
20
+ ### Wpływ
21
+ {{impact}}
22
+
23
+ ### Potrzebne działanie
24
+ {{needed_action}}
25
+
26
+ **Termin:** {{deadline}}
@@ -0,0 +1,28 @@
1
+ ---
2
+ {
3
+ "kind": "comment",
4
+ "id": "bug-report",
5
+ "name": "Zgłoszenie błędu (PL)",
6
+ "description": "Uporządkowane zgłoszenie błędu z krokami odtworzenia",
7
+ "category": "development",
8
+ "variables": [
9
+ { "name": "steps", "description": "Kroki odtworzenia", "required": true, "example": "1. Zaloguj się jako admin\\n2. Wejdź w /ustawienia\\n3. Kliknij Zapisz" },
10
+ { "name": "expected", "description": "Zachowanie oczekiwane", "required": true, "example": "Ustawienia zapisują się bez błędu" },
11
+ { "name": "actual", "description": "Zachowanie rzeczywiste", "required": true, "example": "Wraca błąd 500" },
12
+ { "name": "environment", "description": "Środowisko", "required": false, "example": "Chrome 120, macOS 14.2, staging" }
13
+ ]
14
+ }
15
+ ---
16
+ ## Zgłoszenie błędu
17
+
18
+ ### Kroki odtworzenia
19
+ {{steps}}
20
+
21
+ ### Oczekiwane
22
+ {{expected}}
23
+
24
+ ### Rzeczywiste
25
+ {{actual}}
26
+
27
+ {{#environment}}### Środowisko
28
+ {{environment}}{{/environment}}
@@ -0,0 +1,24 @@
1
+ ---
2
+ {
3
+ "kind": "comment",
4
+ "id": "deployment-note",
5
+ "name": "Notatka z wdrożenia (PL)",
6
+ "description": "Opis wdrożenia wraz z planem wycofania",
7
+ "category": "development",
8
+ "variables": [
9
+ { "name": "changes", "description": "Co zostało wdrożone", "required": true, "example": "Moduł autoryzacji 2.1" },
10
+ { "name": "rollback_plan", "description": "Jak wycofać zmianę", "required": true, "example": "Powrót do tagu v2.0.3" },
11
+ { "name": "monitoring", "description": "Co obserwować po wdrożeniu", "required": false, "example": "Poziom błędów na /api/auth/*" }
12
+ ]
13
+ }
14
+ ---
15
+ ## Notatka z wdrożenia
16
+
17
+ ### Zmiany
18
+ {{changes}}
19
+
20
+ ### Plan wycofania
21
+ {{rollback_plan}}
22
+
23
+ {{#monitoring}}### Co obserwować
24
+ {{monitoring}}{{/monitoring}}
@@ -0,0 +1,28 @@
1
+ ---
2
+ {
3
+ "kind": "comment",
4
+ "id": "handoff-transition",
5
+ "name": "Przekazanie zadania (PL)",
6
+ "description": "Kontekst przy przekazywaniu zadania innej osobie",
7
+ "category": "workflow",
8
+ "variables": [
9
+ { "name": "from_person", "description": "Kto przekazuje", "required": true, "example": "Marcin" },
10
+ { "name": "to_person", "description": "Kto przejmuje", "required": true, "example": "Ania" },
11
+ { "name": "context", "description": "Stan zadania i kontekst", "required": true, "example": "Moduł autoryzacji gotowy w 80 procentach, testy przechodzą" },
12
+ { "name": "remaining_work", "description": "Co zostało do zrobienia", "required": true, "example": "Dodać obsługę logowania przez Google" },
13
+ { "name": "decisions", "description": "Decyzje już podjęte", "required": false, "example": "Sesje trzymamy w JWT" }
14
+ ]
15
+ }
16
+ ---
17
+ ## Przekazanie zadania
18
+
19
+ **Od:** {{from_person}} **Do:** {{to_person}}
20
+
21
+ ### Kontekst
22
+ {{context}}
23
+
24
+ ### Do zrobienia
25
+ {{remaining_work}}
26
+
27
+ {{#decisions}}### Podjęte decyzje
28
+ {{decisions}}{{/decisions}}
@@ -0,0 +1,26 @@
1
+ ---
2
+ {
3
+ "kind": "comment",
4
+ "id": "review-request",
5
+ "name": "Prośba o review (PL)",
6
+ "description": "Prośba o przegląd kodu z kontekstem i obszarami do sprawdzenia",
7
+ "category": "communication",
8
+ "variables": [
9
+ { "name": "reviewer", "description": "Kto ma zrobić review", "required": true, "example": "Ania" },
10
+ { "name": "summary", "description": "Podsumowanie zmian", "required": true, "example": "Logowanie przez OAuth plus odświeżanie tokenu" },
11
+ { "name": "link", "description": "Link do PR albo gałęzi", "required": true, "example": "https://gitlab.com/zespol/repo/-/merge_requests/123" },
12
+ { "name": "focus_areas", "description": "Na co zwrócić szczególną uwagę", "required": false, "example": "Bezpieczeństwo generowania tokenów" }
13
+ ]
14
+ }
15
+ ---
16
+ ## Prośba o review
17
+
18
+ **Do przeglądu:** {{reviewer}}
19
+
20
+ ### Zmiany
21
+ {{summary}}
22
+
23
+ **Link:** {{link}}
24
+
25
+ {{#focus_areas}}### Na co zwrócić uwagę
26
+ {{focus_areas}}{{/focus_areas}}
@@ -0,0 +1,24 @@
1
+ ---
2
+ {
3
+ "kind": "comment",
4
+ "id": "sprint-update",
5
+ "name": "Podsumowanie sprintu (PL)",
6
+ "description": "Raport z postępu sprintu wraz z ryzykami i decyzjami do podjęcia",
7
+ "category": "reporting",
8
+ "variables": [
9
+ { "name": "progress", "description": "Postęp sprintu", "required": true, "example": "7 z 10 zadań zamkniętych" },
10
+ { "name": "risks", "description": "Ryzyka dla celu sprintu", "required": true, "example": "Integracja z płatnościami może się przesunąć" },
11
+ { "name": "decisions_needed", "description": "Decyzje, które trzeba podjąć", "required": false, "example": "Czy wycinamy logowanie przez Google z tego sprintu?" }
12
+ ]
13
+ }
14
+ ---
15
+ ## Podsumowanie sprintu
16
+
17
+ ### Postęp
18
+ {{progress}}
19
+
20
+ ### Ryzyka
21
+ {{risks}}
22
+
23
+ {{#decisions_needed}}### Decyzje do podjęcia
24
+ {{decisions_needed}}{{/decisions_needed}}
@@ -0,0 +1,24 @@
1
+ ---
2
+ {
3
+ "kind": "comment",
4
+ "id": "status-update",
5
+ "name": "Aktualizacja statusu (PL)",
6
+ "description": "Standardowa aktualizacja statusu: co zrobione, co dalej, co blokuje",
7
+ "category": "workflow",
8
+ "variables": [
9
+ { "name": "completed", "description": "Co zostało zrobione od ostatniej aktualizacji", "required": true, "example": "Zaimplementowane logowanie przez OAuth" },
10
+ { "name": "next_steps", "description": "Kolejne kroki", "required": true, "example": "Testy jednostkowe modułu autoryzacji" },
11
+ { "name": "blockers", "description": "Aktualne blokery", "required": false, "default": "Brak", "example": "Czekam na dostępy do stagingu" }
12
+ ]
13
+ }
14
+ ---
15
+ ## Aktualizacja statusu
16
+
17
+ ### Zrobione
18
+ {{completed}}
19
+
20
+ ### Następne kroki
21
+ {{next_steps}}
22
+
23
+ {{#blockers}}### Blokery
24
+ {{blockers}}{{/blockers}}
@@ -0,0 +1,19 @@
1
+ ---
2
+ {
3
+ "kind": "comment",
4
+ "id": "time-log-summary",
5
+ "name": "Podsumowanie czasu (PL)",
6
+ "description": "Podsumowanie wykonanej pracy wraz z poświęconym czasem",
7
+ "category": "reporting",
8
+ "variables": [
9
+ { "name": "duration", "description": "Poświęcony czas w formacie godziny i minuty", "required": true, "example": "2h 30m" },
10
+ { "name": "work_description", "description": "Co zostało zrobione", "required": true, "example": "Refaktor warstwy autoryzacji" }
11
+ ]
12
+ }
13
+ ---
14
+ ## Zalogowany czas
15
+
16
+ **Czas:** {{duration}}
17
+
18
+ ### Wykonana praca
19
+ {{work_description}}