fa-mcp-sdk 0.4.53 → 0.4.55

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.
@@ -167,8 +167,8 @@ Canonical section order. Include only sections backed by actual findings; omit a
167
167
  - Impersonation → `readme-docs/impersonation.md`
168
168
  - Project-specific: fuzzy resolution, caching strategy, API version detection, batch limits,
169
169
  content-format conversion, etc. → `readme-docs/<topic>.md` as appropriate
170
- 13. **Skills** — short paragraph linking to `SKILL_README.md` in repo root (kept at root by
171
- convention established in existing fa-mcp-sdk projects)
170
+ 13. **Skills** — short paragraph linking to `readme-docs/SKILLS.md` (kept under `readme-docs/`
171
+ so it is picked up as a satellite and assembled into the `doc://readme` resource)
172
172
  14. **Stack** — 4–7 bullets: framework (`fa-mcp-sdk`), transport, language, key libs
173
173
  15. **License**
174
174
 
@@ -199,12 +199,12 @@ For project-specific capabilities (fuzzy resolution, custom endpoints, etc.) com
199
199
 
200
200
  Every satellite MD begins with a 1-sentence summary so it stands alone when opened directly.
201
201
 
202
- ### Step 6 — Update `SKILL_README.md`
202
+ ### Step 6 — Update `readme-docs/SKILLS.md`
203
203
 
204
- If `.claude/skills/` is non-empty, regenerate `SKILL_README.md` in the repository root. Keep the
205
- existing format (seen in mcp-jira / mcp-wiki): per-skill sections with command, launch mode,
206
- arguments table, examples. **Do not move this file into `readme-docs/`** the projects' convention keeps
207
- it at the root.
204
+ If `.claude/skills/` is non-empty, regenerate `readme-docs/SKILLS.md`. Keep the existing format
205
+ (per-skill sections with command, launch mode, arguments table, examples). The file lives under
206
+ `readme-docs/` so it is included as a satellite in the `doc://readme` assembled document link
207
+ to it from the main README's **Skills** section.
208
208
 
209
209
  ### Step 7 — Validate
210
210
 
@@ -227,7 +227,7 @@ Run through this checklist before declaring done:
227
227
 
228
228
  1. `README.md` — restructured per canonical order
229
229
  2. `readme-docs/<topic>.md` — one per satellite topic, only those the project needs
230
- 3. `SKILL_README.md` — regenerated if `.claude/skills/` is present
230
+ 3. `readme-docs/SKILLS.md` — regenerated if `.claude/skills/` is present
231
231
  4. `README.backup.md` — backup of previous README when rewriting
232
232
 
233
233
  ## References
@@ -76,7 +76,7 @@ supply their own identity).
76
76
  ## Related
77
77
 
78
78
  - Admin panel for token generation: [Admin Panel](./admin-panel.md)
79
- - `/gen-jwt` skill: [SKILL_README.md](../SKILL_README.md)
79
+ - `/gen-jwt` skill: [SKILLS](./SKILLS.md)
80
80
  ```
81
81
 
82
82
  ---
@@ -136,7 +136,7 @@ Response shape:
136
136
  ## `/headless-test` skill
137
137
 
138
138
  Runs intelligent tests against all tools in a controlled scope (project / space / etc.) and writes
139
- a Markdown report to `claudedocs/test-report-{RUN_ID}.md`. See [SKILL_README.md](../SKILL_README.md).
139
+ a Markdown report to `claudedocs/test-report-{RUN_ID}.md`. See [SKILLS](./SKILLS.md).
140
140
  ```
141
141
 
142
142
  ---
@@ -357,7 +357,7 @@ The project ships with custom skills in `.claude/skills/`:
357
357
  | `/headless-test` | Run headless tests for all MCP tools via curl API |
358
358
  | `/upgrade-guide` | Generate migration guide for fa-mcp-sdk upgrades |
359
359
 
360
- Details, launch modes, and examples: [SKILL_README.md](./SKILL_README.md).
360
+ Details, launch modes, and examples: [SKILLS](./readme-docs/SKILLS.md).
361
361
  ```
362
362
 
363
363
  ---
@@ -50,7 +50,7 @@
50
50
  "dependencies": {
51
51
  "@modelcontextprotocol/sdk": "^1.29.0",
52
52
  "dotenv": "^17.4.1",
53
- "fa-mcp-sdk": "^0.4.53"
53
+ "fa-mcp-sdk": "^0.4.55"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/express": "^5.0.6",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fa-mcp-sdk",
3
3
  "productName": "FA MCP SDK",
4
- "version": "0.4.53",
4
+ "version": "0.4.55",
5
5
  "description": "Core infrastructure and templates for building Model Context Protocol (MCP) servers with TypeScript",
6
6
  "type": "module",
7
7
  "main": "dist/core/index.js",