fa-mcp-sdk 0.4.54 → 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.
- package/cli-template/.claude/skills/readme-generator/SKILL.md +8 -8
- package/cli-template/.claude/skills/readme-generator/reference/satellite-templates.md +2 -2
- package/cli-template/.claude/skills/readme-generator/reference/templates.md +1 -1
- package/cli-template/package.json +1 -1
- package/package.json +1 -1
|
@@ -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 `
|
|
171
|
-
|
|
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 `
|
|
202
|
+
### Step 6 — Update `readme-docs/SKILLS.md`
|
|
203
203
|
|
|
204
|
-
If `.claude/skills/` is non-empty, regenerate `
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
it
|
|
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. `
|
|
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: [
|
|
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 [
|
|
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: [
|
|
360
|
+
Details, launch modes, and examples: [SKILLS](./readme-docs/SKILLS.md).
|
|
361
361
|
```
|
|
362
362
|
|
|
363
363
|
---
|
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.
|
|
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",
|