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

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
@@ -83,7 +83,7 @@ playbook + recipe). 별도 auth / scope mapping 없음.
83
83
 
84
84
  ```bash
85
85
  cd packages/mds && pnpm build # catalog.json 생성
86
- cd ../mds-mcp-server && pnpm build # tsc + data/release verify + dogfood + stdio smoke + pack verify
86
+ cd ../mds-mcp-server && pnpm build # tsc + data verify + dogfood/evals + stdio/pack smoke
87
87
  claude mcp add mds -- node /absolute/path/.../mds-mcp-server/dist/index.js
88
88
  ```
89
89
 
@@ -141,7 +141,7 @@ AI: (mds_playbook_get 'form' 자동 호출 → 결정 표 lookup)
141
141
  ## Build (data 자동 embed)
142
142
 
143
143
  ```bash
144
- pnpm build # tsc + copy:data + verify:data + dogfood + smoke:stdio + verify:pack
144
+ pnpm build # tsc + copy:data + verify:data + dogfood/evals + stdio/pack smoke
145
145
  ```
146
146
 
147
147
  - `tsc` — TypeScript compile (`dist/index.js`)
@@ -150,10 +150,14 @@ pnpm build # tsc + copy:data + verify:data + dogfood + smoke:stdio + verify:pac
150
150
  - `verify-data.mjs` — embedded catalog/playbook/recipe 누락과 버전 메타 검증
151
151
  - `dogfood.mjs` — build 된 MCP API 로 전체 recipe reachability, recipe 참조
152
152
  component, compound namespace overview, 대표 agent 시나리오 검증
153
+ - `eval-tools.mjs` — 고정 fixture 로 codegen recipe 선택, component search
154
+ ranking, playbook search, invalid argument rejection 을 회귀 검증
153
155
  - `smoke-stdio.mjs` — MCP SDK client 로 `node dist/index.js` 실제 stdio
154
156
  transport 호출 검증
155
157
  - `verify-pack.mjs` — `npm pack --dry-run` payload 에 embedded data 포함,
156
158
  source/script 누출 없음 검증
159
+ - `smoke-packed.mjs` — publish 전 실제 `npm pack` tarball 을 임시 project 에
160
+ 설치하고 `.bin/mds-mcp-server` 로 stdio MCP handshake/tool 호출 검증
157
161
 
158
162
  → self-contained package. `files: ["dist", "README.md"]` 가 npm publish 에
159
163
  포함됨.