systa-mcp 1.0.8 → 1.0.9
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/SKILL.md +41 -31
- package/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
version: 1.0.
|
|
2
|
+
version: 1.0.9
|
|
3
3
|
name: systa
|
|
4
4
|
description: |
|
|
5
5
|
Drive SysTa (Talep Takip Sistemi / SysTa) — a
|
|
@@ -94,36 +94,36 @@ yanıtındaki `glossary` alias'larının ayna kopyasıdır (MCP yokken de geçer
|
|
|
94
94
|
ASCII'dir — eşleştirmede aksanı yok say. Modülü bulduktan sonra `describe_module(modül)`
|
|
95
95
|
veya `describe_endpoint` ile gövdeyi netleştir.
|
|
96
96
|
|
|
97
|
-
| Doğal dil (alias) | Modül | Birincil giriş
|
|
98
|
-
| --------------------------------------------------------- | --------------- |
|
|
99
|
-
| talep, talepler, is, destek talebi | request | list_requests / create_request
|
|
100
|
-
| gorev, task, kart, card | kanban | manage_request_card / move_request_card
|
|
101
|
-
| pano, board, kanban / kolon, column, asama, liste | kanban | get_request_board
|
|
102
|
-
| efor, durum, oncelik, atanan, planla, denetim, gecmis | request | get_request / list_requests
|
|
103
|
-
| proje, klonla | project | list_projects / create_project
|
|
104
|
-
| onaya sunma, snapshot, sprint, sprinti kapat, optimize et | plan | submit_plan_for_approval / create_plan_baseline
|
|
105
|
-
| onay, onayla, reddet | approvals | list_pending_approvals / respond_to_approval
|
|
106
|
-
| sla, sure taahhudu | sla | (sla endpoints)
|
|
107
|
-
| release, surum, go/no-go, deployment | release | create_release_list / add_release_item
|
|
108
|
-
| musaitlik, izin (leave), vekil | user/automation | systa_api_call /user-availability, /user-leaves
|
|
109
|
-
| vendor, sirket, musteri | company | systa_api_call GET /companies
|
|
110
|
-
| organizasyon birimi, departman, bolum, birim | department | GET /api/departments
|
|
111
|
-
| takim, ekip, team | team | GET /api/teams
|
|
112
|
-
| yetki paketi, izin (permission) | security | (bundle/permission endpoints)
|
|
113
|
-
| alt form, sub-form | forms | systa_api_call GET /forms/:id
|
|
114
|
-
| rapor, raporlama, disa aktar, export, excel, csv | report | systa_api_call /reports/preview,/reports/export
|
|
115
|
-
| ozel sorgu, sorgu, query builder, ad-hoc, veri cek | query-builder | querybuilder_describe_fields / \_execute_query
|
|
116
|
-
| hesap tablosu, gridpad, tablo, excel, spreadsheet, hucre | spreadsheet | GET /api/spreadsheets
|
|
117
|
-
| dosya, ek, attachment, yukle, upload, indir, download | file | upload_file_to / download_request_file
|
|
118
|
-
| bildirim, notification, uyari, okundu, push | notification | GET /api/notifications
|
|
119
|
-
| yetenek, beceri, skill, otomatik etiketleme | skill | GET /api/skills
|
|
120
|
-
| duyuru, announcement, bildiri, ilan | announcement | GET /api/announcements
|
|
121
|
-
| urun guncellemesi, surum notu, yenilikler, changelog | product-update | GET /api/product-updates
|
|
122
|
-
| not, kisisel not, hatirlatma | note | GET /api/dashboard/notes
|
|
123
|
-
| yer imi, favori, bookmark, kisayol | bookmark | GET /api/dashboard/bookmarks
|
|
124
|
-
| degerlendirme, puanlama, anket, memnuniyet, geri bildirim | ratings | POST /api/ratings
|
|
125
|
-
| github, repo, pull request, commit,
|
|
126
|
-
| gosterge paneli, dashboard, widget, ozet, grafik, panel | dashboard | GET /api/dashboard/init
|
|
97
|
+
| Doğal dil (alias) | Modül | Birincil giriş |
|
|
98
|
+
| --------------------------------------------------------- | --------------- | -------------------------------------------------------- |
|
|
99
|
+
| talep, talepler, is, destek talebi | request | list_requests / create_request |
|
|
100
|
+
| gorev, task, kart, card | kanban | manage_request_card / move_request_card |
|
|
101
|
+
| pano, board, kanban / kolon, column, asama, liste | kanban | get_request_board |
|
|
102
|
+
| efor, durum, oncelik, atanan, planla, denetim, gecmis | request | get_request / list_requests |
|
|
103
|
+
| proje, klonla | project | list_projects / create_project |
|
|
104
|
+
| onaya sunma, snapshot, sprint, sprinti kapat, optimize et | plan | submit_plan_for_approval / create_plan_baseline |
|
|
105
|
+
| onay, onayla, reddet | approvals | list_pending_approvals / respond_to_approval |
|
|
106
|
+
| sla, sure taahhudu | sla | (sla endpoints) |
|
|
107
|
+
| release, surum, go/no-go, deployment | release | create_release_list / add_release_item |
|
|
108
|
+
| musaitlik, izin (leave), vekil | user/automation | systa_api_call /user-availability, /user-leaves |
|
|
109
|
+
| vendor, sirket, musteri | company | systa_api_call GET /companies |
|
|
110
|
+
| organizasyon birimi, departman, bolum, birim | department | GET /api/departments |
|
|
111
|
+
| takim, ekip, team | team | GET /api/teams |
|
|
112
|
+
| yetki paketi, izin (permission) | security | (bundle/permission endpoints) |
|
|
113
|
+
| alt form, sub-form | forms | systa_api_call GET /forms/:id |
|
|
114
|
+
| rapor, raporlama, disa aktar, export, excel, csv | report | systa_api_call /reports/preview,/reports/export |
|
|
115
|
+
| ozel sorgu, sorgu, query builder, ad-hoc, veri cek | query-builder | querybuilder_describe_fields / \_execute_query |
|
|
116
|
+
| hesap tablosu, gridpad, tablo, excel, spreadsheet, hucre | spreadsheet | GET /api/spreadsheets |
|
|
117
|
+
| dosya, ek, attachment, yukle, upload, indir, download | file | upload_file_to / download_request_file |
|
|
118
|
+
| bildirim, notification, uyari, okundu, push | notification | GET /api/notifications |
|
|
119
|
+
| yetenek, beceri, skill, otomatik etiketleme | skill | GET /api/skills |
|
|
120
|
+
| duyuru, announcement, bildiri, ilan | announcement | GET /api/announcements |
|
|
121
|
+
| urun guncellemesi, surum notu, yenilikler, changelog | product-update | GET /api/product-updates |
|
|
122
|
+
| not, kisisel not, hatirlatma | note | GET /api/dashboard/notes |
|
|
123
|
+
| yer imi, favori, bookmark, kisayol | bookmark | GET /api/dashboard/bookmarks |
|
|
124
|
+
| degerlendirme, puanlama, anket, memnuniyet, geri bildirim | ratings | POST /api/ratings |
|
|
125
|
+
| github, repo, pull request, commit, issue aktar | github | systa_api_call /github/me/{connection,repos,import,push} |
|
|
126
|
+
| gosterge paneli, dashboard, widget, ozet, grafik, panel | dashboard | GET /api/dashboard/init |
|
|
127
127
|
|
|
128
128
|
> Bu tablo, katalogdaki ~25 modülün kullanıcı-yüzeyli olanlarından bir alt küme kapsar. Listede olmayan
|
|
129
129
|
> bir kelime için `list_capabilities` çağır — anahtarının erişebildiği güncel modül/alias
|
|
@@ -211,6 +211,16 @@ Each maps a P0 user verb to a tool/endpoint, with the opinionated defaults from
|
|
|
211
211
|
|
|
212
212
|
- `releaseType='standard'`, `requireAllStakeholderApprovals=false`, `companyId` from scope. Add items with `add_release_item`. Deployment workflow steps (`close-servers` → `start-db-migration` → `start-server-update` → `open-servers` → `complete`) are live ops — **never auto-advance blindly**; show which step you're on and confirm. Release notes: generate → review → publish (never auto-publish).
|
|
213
213
|
|
|
214
|
+
### GitHub: bağla / issue aktar / push (kişisel entegrasyon) — `github.self`
|
|
215
|
+
|
|
216
|
+
Kullanıcının kendi GitHub bağlantısı üzerinden talep açma/aktarma. Tümü `systa_api_call` (named tool yok); gereken scope `github.self` (anahtarda yoksa bu uçlar katalogda görünmez → kullanıcıya `github.self` scope'lu yeni anahtar üretmesini söyle).
|
|
217
|
+
|
|
218
|
+
- **PAT bağlama AI'dan YAPILMAZ.** Kullanıcı GitHub fine-grained PAT'ını SysTa web arayüzünden (Ayarlar → GitHub) bağlar; AI asla PAT/secret istemez/almaz. Bağlantı yoksa kullanıcıyı oraya yönlendir.
|
|
219
|
+
- **Bağlantı durumu:** `systa_api_call` `GET /github/me/connection` (maskeli meta). Bağlı değilse import/push deneme — önce web'den bağlanmasını söyle.
|
|
220
|
+
- **Repo listele:** `systa_api_call` `GET /github/me/repos` — PAT'ın eriştiği repo'lar.
|
|
221
|
+
- **Issue içe aktar (GitHub → SysTa talep):** `systa_api_call` `POST /github/me/import` — seçili repo'nun issue'larını kullanıcının KENDİ talepleri olarak içe aktarır (idempotent, createdBy=self). "şu repodan issue'ları SysTa'ya aktar / GitHub'dan talep aç" → bu. Mutating + canlı: hangi repo / kaç issue özetini göster, **onay al**.
|
|
222
|
+
- **Talep push (SysTa → GitHub issue):** `systa_api_call` `POST /github/me/push` — kullanıcının talebini kendi repo'suna GitHub issue'su olarak gönderir/günceller (idempotent, node_id). Dış yan-etki (GitHub'a yazar) → **onay al**.
|
|
223
|
+
|
|
214
224
|
## Zincirleme & hata kurtarma (chaining & error recovery)
|
|
215
225
|
|
|
216
226
|
SysTa returns structured errors. Recover deterministically instead of giving up.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "systa-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "MCP stdio server for SysTa (Talep Takip Sistemi) — lets AI agents (Claude, Codex) use the SysTa REST API via a scoped API key. Zero npm dependencies (native Node).",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "server.js",
|