issue-scribe-mcp 1.1.0 β 1.2.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/README.md +114 -0
- package/README_EN.md +114 -0
- package/dist/index.js +555 -0
- package/package.json +1 -1
- package/src/index.ts +611 -0
package/README.md
CHANGED
|
@@ -47,6 +47,26 @@ GITHUB_TOKEN=your_github_personal_access_token_here
|
|
|
47
47
|
npm install -g issue-scribe-mcp
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
+
## π μ
λ°μ΄νΈ
|
|
51
|
+
|
|
52
|
+
μ΅μ λ²μ μΌλ‘ μ
λ°μ΄νΈνλ €λ©΄:
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
npm update -g issue-scribe-mcp
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
λλ νΉμ λ²μ μΌλ‘ μ¬μ€μΉ:
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
npm install -g issue-scribe-mcp@latest
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
νμ¬ μ€μΉλ λ²μ νμΈ:
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
npm list -g issue-scribe-mcp
|
|
68
|
+
```
|
|
69
|
+
|
|
50
70
|
### λ‘컬 κ°λ°
|
|
51
71
|
|
|
52
72
|
```bash
|
|
@@ -219,6 +239,100 @@ GitHub Issue λλ Pull Requestμ λκΈμ μΆκ°ν©λλ€.
|
|
|
219
239
|
|
|
220
240
|
**μ°Έκ³ **: `comment_id` λλ `issue_number` μ€ νλλ₯Ό λ°λμ μ 곡ν΄μΌ ν©λλ€.
|
|
221
241
|
|
|
242
|
+
### github_create_label
|
|
243
|
+
μ μ₯μμ μλ‘μ΄ λΌλ²¨μ μμ±ν©λλ€.
|
|
244
|
+
|
|
245
|
+
**νλΌλ―Έν°:**
|
|
246
|
+
- `owner` (string, νμ): μ μ₯μ μμ μ
|
|
247
|
+
- `repo` (string, νμ): μ μ₯μ μ΄λ¦
|
|
248
|
+
- `name` (string, νμ): λΌλ²¨ μ΄λ¦
|
|
249
|
+
- `color` (string, νμ): 16μ§μ μμ μ½λ ('#' μ μΈ, μ: 'FF0000')
|
|
250
|
+
- `description` (string, μ΅μ
): λΌλ²¨ μ€λͺ
|
|
251
|
+
|
|
252
|
+
**λ°ν μ 보:**
|
|
253
|
+
- λΌλ²¨ μ΄λ¦, μμ, μ€λͺ
|
|
254
|
+
- λΌλ²¨ URL
|
|
255
|
+
|
|
256
|
+
### github_update_label
|
|
257
|
+
κΈ°μ‘΄ λΌλ²¨μ μ΄λ¦, μμ, μ€λͺ
μ μμ ν©λλ€.
|
|
258
|
+
|
|
259
|
+
**νλΌλ―Έν°:**
|
|
260
|
+
- `owner` (string, νμ): μ μ₯μ μμ μ
|
|
261
|
+
- `repo` (string, νμ): μ μ₯μ μ΄λ¦
|
|
262
|
+
- `name` (string, νμ): μμ ν λΌλ²¨μ νμ¬ μ΄λ¦
|
|
263
|
+
- `new_name` (string, μ΅μ
): μλ‘μ΄ λΌλ²¨ μ΄λ¦
|
|
264
|
+
- `color` (string, μ΅μ
): μλ‘μ΄ 16μ§μ μμ μ½λ ('#' μ μΈ)
|
|
265
|
+
- `description` (string, μ΅μ
): μλ‘μ΄ μ€λͺ
|
|
266
|
+
|
|
267
|
+
### github_delete_label
|
|
268
|
+
μ μ₯μμμ λΌλ²¨μ μμ ν©λλ€.
|
|
269
|
+
|
|
270
|
+
**νλΌλ―Έν°:**
|
|
271
|
+
- `owner` (string, νμ): μ μ₯μ μμ μ
|
|
272
|
+
- `repo` (string, νμ): μ μ₯μ μ΄λ¦
|
|
273
|
+
- `name` (string, νμ): μμ ν λΌλ²¨ μ΄λ¦
|
|
274
|
+
|
|
275
|
+
### github_list_labels
|
|
276
|
+
μ μ₯μμ λͺ¨λ λΌλ²¨ λͺ©λ‘μ μ‘°νν©λλ€.
|
|
277
|
+
|
|
278
|
+
**νλΌλ―Έν°:**
|
|
279
|
+
- `owner` (string, νμ): μ μ₯μ μμ μ
|
|
280
|
+
- `repo` (string, νμ): μ μ₯μ μ΄λ¦
|
|
281
|
+
- `per_page` (number, μ΅μ
): νμ΄μ§λΉ κ²°κ³Ό μ, μ΅λ 100 (κΈ°λ³Έκ°: 30)
|
|
282
|
+
|
|
283
|
+
**λ°ν μ 보:**
|
|
284
|
+
- λΌλ²¨ κ°μ
|
|
285
|
+
- κ° λΌλ²¨μ μ΄λ¦, μμ, μ€λͺ
, URL
|
|
286
|
+
|
|
287
|
+
### github_list_branches
|
|
288
|
+
μ μ₯μμ λͺ¨λ λΈλμΉ λͺ©λ‘μ μ‘°νν©λλ€.
|
|
289
|
+
|
|
290
|
+
**νλΌλ―Έν°:**
|
|
291
|
+
- `owner` (string, νμ): μ μ₯μ μμ μ
|
|
292
|
+
- `repo` (string, νμ): μ μ₯μ μ΄λ¦
|
|
293
|
+
- `protected` (boolean, μ΅μ
): 보νΈλ λΈλμΉλ§ νν°λ§
|
|
294
|
+
- `per_page` (number, μ΅μ
): νμ΄μ§λΉ κ²°κ³Ό μ, μ΅λ 100 (κΈ°λ³Έκ°: 30)
|
|
295
|
+
|
|
296
|
+
**λ°ν μ 보:**
|
|
297
|
+
- λΈλμΉ κ°μ
|
|
298
|
+
- κ° λΈλμΉμ μ΄λ¦, μ»€λ° SHA, λ³΄νΈ μν
|
|
299
|
+
|
|
300
|
+
### github_create_branch
|
|
301
|
+
κΈ°μ‘΄ λΈλμΉ λλ 컀λ°μμ μλ‘μ΄ λΈλμΉλ₯Ό μμ±ν©λλ€.
|
|
302
|
+
|
|
303
|
+
**νλΌλ―Έν°:**
|
|
304
|
+
- `owner` (string, νμ): μ μ₯μ μμ μ
|
|
305
|
+
- `repo` (string, νμ): μ μ₯μ μ΄λ¦
|
|
306
|
+
- `branch` (string, νμ): μ λΈλμΉ μ΄λ¦
|
|
307
|
+
- `ref` (string, νμ): μμ€ λΈλμΉ μ΄λ¦ λλ μ»€λ° SHA (μ: 'main' λλ 'abc123')
|
|
308
|
+
|
|
309
|
+
**λ°ν μ 보:**
|
|
310
|
+
- λΈλμΉ μ΄λ¦, ref, SHA
|
|
311
|
+
- λΈλμΉ URL
|
|
312
|
+
|
|
313
|
+
### github_delete_branch
|
|
314
|
+
μ μ₯μμμ λΈλμΉλ₯Ό μμ ν©λλ€.
|
|
315
|
+
|
|
316
|
+
**νλΌλ―Έν°:**
|
|
317
|
+
- `owner` (string, νμ): μ μ₯μ μμ μ
|
|
318
|
+
- `repo` (string, νμ): μ μ₯μ μ΄λ¦
|
|
319
|
+
- `branch` (string, νμ): μμ ν λΈλμΉ μ΄λ¦
|
|
320
|
+
|
|
321
|
+
### github_compare_branches
|
|
322
|
+
λ λΈλμΉ κ°μ μ°¨μ΄λ₯Ό λΉκ΅ν©λλ€.
|
|
323
|
+
|
|
324
|
+
**νλΌλ―Έν°:**
|
|
325
|
+
- `owner` (string, νμ): μ μ₯μ μμ μ
|
|
326
|
+
- `repo` (string, νμ): μ μ₯μ μ΄λ¦
|
|
327
|
+
- `base` (string, νμ): κΈ°μ€ λΈλμΉ μ΄λ¦
|
|
328
|
+
- `head` (string, νμ): λΉκ΅ν λΈλμΉ μ΄λ¦
|
|
329
|
+
|
|
330
|
+
**λ°ν μ 보:**
|
|
331
|
+
- λΉκ΅ μν (ahead/behind)
|
|
332
|
+
- μ»€λ° μ°¨μ΄ κ°μ
|
|
333
|
+
- λ³κ²½λ νμΌ λͺ©λ‘ (μΆκ°/μμ /λ³κ²½ λΌμΈ μ)
|
|
334
|
+
- μ»€λ° λͺ©λ‘
|
|
335
|
+
|
|
222
336
|
## π‘ μ¬μ© μμ
|
|
223
337
|
|
|
224
338
|
### Claude Desktopμμ μ¬μ©νκΈ°
|
package/README_EN.md
CHANGED
|
@@ -47,6 +47,26 @@ GITHUB_TOKEN=your_github_personal_access_token_here
|
|
|
47
47
|
npm install -g issue-scribe-mcp
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
+
## π Update
|
|
51
|
+
|
|
52
|
+
To update to the latest version:
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
npm update -g issue-scribe-mcp
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
Or reinstall with a specific version:
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
npm install -g issue-scribe-mcp@latest
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
Check currently installed version:
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
npm list -g issue-scribe-mcp
|
|
68
|
+
```
|
|
69
|
+
|
|
50
70
|
### Local Development
|
|
51
71
|
|
|
52
72
|
```bash
|
|
@@ -221,6 +241,100 @@ Add an emoji reaction to a comment or directly to an issue/PR.
|
|
|
221
241
|
|
|
222
242
|
**Note**: Either `comment_id` OR `issue_number` must be provided.
|
|
223
243
|
|
|
244
|
+
### github_create_label
|
|
245
|
+
Create a new label in the repository.
|
|
246
|
+
|
|
247
|
+
**Parameters:**
|
|
248
|
+
- `owner` (string, required): Repository owner
|
|
249
|
+
- `repo` (string, required): Repository name
|
|
250
|
+
- `name` (string, required): Label name
|
|
251
|
+
- `color` (string, required): Hex color code without '#' (e.g., 'FF0000')
|
|
252
|
+
- `description` (string, optional): Label description
|
|
253
|
+
|
|
254
|
+
**Returns:**
|
|
255
|
+
- Label name, color, description
|
|
256
|
+
- Label URL
|
|
257
|
+
|
|
258
|
+
### github_update_label
|
|
259
|
+
Update an existing label's name, color, or description.
|
|
260
|
+
|
|
261
|
+
**Parameters:**
|
|
262
|
+
- `owner` (string, required): Repository owner
|
|
263
|
+
- `repo` (string, required): Repository name
|
|
264
|
+
- `name` (string, required): Current label name to update
|
|
265
|
+
- `new_name` (string, optional): New label name
|
|
266
|
+
- `color` (string, optional): New hex color code without '#'
|
|
267
|
+
- `description` (string, optional): New description
|
|
268
|
+
|
|
269
|
+
### github_delete_label
|
|
270
|
+
Delete a label from the repository.
|
|
271
|
+
|
|
272
|
+
**Parameters:**
|
|
273
|
+
- `owner` (string, required): Repository owner
|
|
274
|
+
- `repo` (string, required): Repository name
|
|
275
|
+
- `name` (string, required): Label name to delete
|
|
276
|
+
|
|
277
|
+
### github_list_labels
|
|
278
|
+
List all labels in the repository.
|
|
279
|
+
|
|
280
|
+
**Parameters:**
|
|
281
|
+
- `owner` (string, required): Repository owner
|
|
282
|
+
- `repo` (string, required): Repository name
|
|
283
|
+
- `per_page` (number, optional): Results per page, max 100 (default: 30)
|
|
284
|
+
|
|
285
|
+
**Returns:**
|
|
286
|
+
- Label count
|
|
287
|
+
- Each label's name, color, description, and URL
|
|
288
|
+
|
|
289
|
+
### github_list_branches
|
|
290
|
+
List all branches in the repository.
|
|
291
|
+
|
|
292
|
+
**Parameters:**
|
|
293
|
+
- `owner` (string, required): Repository owner
|
|
294
|
+
- `repo` (string, required): Repository name
|
|
295
|
+
- `protected` (boolean, optional): Filter by protected status
|
|
296
|
+
- `per_page` (number, optional): Results per page, max 100 (default: 30)
|
|
297
|
+
|
|
298
|
+
**Returns:**
|
|
299
|
+
- Branch count
|
|
300
|
+
- Each branch's name, commit SHA, and protected status
|
|
301
|
+
|
|
302
|
+
### github_create_branch
|
|
303
|
+
Create a new branch from an existing branch or commit.
|
|
304
|
+
|
|
305
|
+
**Parameters:**
|
|
306
|
+
- `owner` (string, required): Repository owner
|
|
307
|
+
- `repo` (string, required): Repository name
|
|
308
|
+
- `branch` (string, required): New branch name
|
|
309
|
+
- `ref` (string, required): Source branch name or commit SHA (e.g., 'main' or 'abc123')
|
|
310
|
+
|
|
311
|
+
**Returns:**
|
|
312
|
+
- Branch name, ref, SHA
|
|
313
|
+
- Branch URL
|
|
314
|
+
|
|
315
|
+
### github_delete_branch
|
|
316
|
+
Delete a branch from the repository.
|
|
317
|
+
|
|
318
|
+
**Parameters:**
|
|
319
|
+
- `owner` (string, required): Repository owner
|
|
320
|
+
- `repo` (string, required): Repository name
|
|
321
|
+
- `branch` (string, required): Branch name to delete
|
|
322
|
+
|
|
323
|
+
### github_compare_branches
|
|
324
|
+
Compare two branches and show the differences.
|
|
325
|
+
|
|
326
|
+
**Parameters:**
|
|
327
|
+
- `owner` (string, required): Repository owner
|
|
328
|
+
- `repo` (string, required): Repository name
|
|
329
|
+
- `base` (string, required): Base branch name
|
|
330
|
+
- `head` (string, required): Head branch name to compare
|
|
331
|
+
|
|
332
|
+
**Returns:**
|
|
333
|
+
- Comparison status (ahead/behind)
|
|
334
|
+
- Commit difference count
|
|
335
|
+
- Changed files list (additions/deletions/changes)
|
|
336
|
+
- Commit list
|
|
337
|
+
|
|
224
338
|
## π‘ Usage Examples
|
|
225
339
|
|
|
226
340
|
### Using with Claude Desktop
|