@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.
Files changed (2) hide show
  1. package/README.md +4 -2
  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 설정 파일(`opencode.json` 또는 `opencode.jsonc`)의 `mcp` 섹션에 아래처럼 추가합니다.
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
- Add this server under `mcp` in your OpenCode config (`opencode.json` or `opencode.jsonc`):
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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lamysolution/npm-mcp-server",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "private": false,
5
5
  "description": "Ultra-lightweight MCP server focused on essential npm publish workflows",
6
6
  "type": "module",