@lamysolution/npm-mcp-server 0.1.13 → 0.1.14
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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,8 @@ NPM_ACCESS_TOKEN = "npm_xxxxxxxxxxxxxxxxx"
|
|
|
20
20
|
|
|
21
21
|
### OpenCode MCP 사용법
|
|
22
22
|
|
|
23
|
-
OpenCode 설정 파일
|
|
23
|
+
OpenCode 설정 파일 경로 예시: `~/.config/opencode/opencode.jsonc`
|
|
24
|
+
해당 파일의 `mcp` 섹션에 아래처럼 추가합니다.
|
|
24
25
|
|
|
25
26
|
```jsonc
|
|
26
27
|
{
|
|
@@ -69,7 +70,8 @@ NPM_ACCESS_TOKEN = "npm_xxxxxxxxxxxxxxxxx"
|
|
|
69
70
|
|
|
70
71
|
### OpenCode MCP Setup
|
|
71
72
|
|
|
72
|
-
|
|
73
|
+
OpenCode config path example: `~/.config/opencode/opencode.jsonc`
|
|
74
|
+
Add this server under `mcp` in that file:
|
|
73
75
|
|
|
74
76
|
```jsonc
|
|
75
77
|
{
|