redmine-devrelay-client 0.3.2 → 0.3.3
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 +12 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,15 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
[redmine-devrelay](https://www.npmjs.com/package/redmine-devrelay) MCP 서버가 사용하는 Redmine REST 클라이언트입니다.
|
|
4
4
|
|
|
5
|
+
- **버전:** `0.3.3` (MCP 서버와 맞춤)
|
|
5
6
|
- **GitHub:** https://github.com/HuijungYoon/devrelay
|
|
6
7
|
- **MCP 서버:** [redmine-devrelay](https://www.npmjs.com/package/redmine-devrelay)
|
|
7
8
|
|
|
8
|
-
지원: 이슈 조회/생성/댓글/상태, **사용자 검색(`searchUsers`)**, 사설 IP HTTP 등.
|
|
9
|
-
|
|
10
9
|
```bash
|
|
11
|
-
npm install redmine-devrelay-client
|
|
10
|
+
npm install redmine-devrelay-client@0.3.3
|
|
12
11
|
```
|
|
13
12
|
|
|
13
|
+
## 지원 기능
|
|
14
|
+
|
|
15
|
+
- 이슈 조회 / 생성 / 수정 / 댓글 / 상태 변경
|
|
16
|
+
- 프로젝트·멤버 목록, 사용자 검색 (`searchUsers`)
|
|
17
|
+
- 담당자·관리자(`watchers`) 이름/id 해석
|
|
18
|
+
- 사설 IPv4 HTTP, `/redmine` 등 base path 유지
|
|
19
|
+
- HTML 본문 포맷
|
|
20
|
+
- `formatDescriptionForRedmine` — 평문 줄 → `<p>…</p>`
|
|
21
|
+
- `formatNotesForRedmine` — `\n` → `<br />`
|
|
22
|
+
|
|
14
23
|
## License
|
|
15
24
|
|
|
16
25
|
MIT
|
package/package.json
CHANGED