fa-mcp-sdk 0.4.47 → 0.4.48
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.md
CHANGED
|
@@ -361,3 +361,9 @@ Files inside `.claude/` (SKILL.md and others) are monitored by Claude Code and r
|
|
|
361
361
|
```
|
|
362
362
|
|
|
363
363
|
Never use `Edit` or `Write` directly on files inside `.claude/` — always go through the temp-copy workflow above.
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
## Formatting
|
|
367
|
+
|
|
368
|
+
MD lines ≤120 chars. Break at 120. Target 100-120. No short lines (60-80). Fill to ~120.
|
|
369
|
+
Exceptions: URLs, code blocks, tables — no wrap.
|
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.48",
|
|
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",
|