@makitt.io/mds-mcp-server 0.2.0 → 0.2.1

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 CHANGED
@@ -106,6 +106,22 @@ claude mcp list # mds 등록 확인
106
106
  claude mcp get mds # 상세
107
107
  ```
108
108
 
109
+ Published package smoke:
110
+
111
+ ```bash
112
+ cd packages/mds-mcp-server
113
+ pnpm smoke:published
114
+ ```
115
+
116
+ `smoke:published` 는 현재 `package.json` 버전의 `@makitt.io/mds-mcp-server` 를
117
+ npm registry 에서 받아 stdio MCP handshake, tool list, component lookup,
118
+ embedded playbook 응답을 검증한다. 다른 버전을 확인할 때는 spec 을 override
119
+ 한다.
120
+
121
+ ```bash
122
+ MDS_MCP_PUBLISHED_SPEC=@makitt.io/mds-mcp-server@latest pnpm smoke:published
123
+ ```
124
+
109
125
  Claude Code 재시작 후 자동 사용:
110
126
 
111
127
  ```
@@ -148,10 +164,10 @@ pnpm build # tsc + copy:data + verify:data + dogfood + smoke:stdio + verify:pac
148
164
  pnpm verify:release
149
165
  ```
150
166
 
151
- - `verify-release.mjs` — Changesets/publish policy, npm files contract,
152
- README publish guide 검증
153
- - CI와 `prepublishOnly`에서 실행한다. 앱/로컬 빌드가 루트 `.changeset` 메타데이터에
154
- 묶이지 않도록 `pnpm build`에는 포함하지 않는다.
167
+ - `verify-release.mjs` — Changesets/publish policy, npm files contract, README
168
+ publish guide 검증
169
+ - CI와 `prepublishOnly`에서 실행한다. 앱/로컬 빌드가 루트 `.changeset`
170
+ 메타데이터에 묶이지 않도록 `pnpm build`에는 포함하지 않는다.
155
171
 
156
172
  ## Transport
157
173