fa-mcp-sdk 0.4.56 → 0.4.57

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.
@@ -169,7 +169,7 @@ The project ships with custom skills in `.claude/skills/`:
169
169
  | `/feature-prompt-generator` | Turn a feature description into a self-sufficient prompt for an AI CLI |
170
170
  | `/readme-generator` | Generate structured README.md + satellite `readme-docs/*.md` |
171
171
 
172
- Details, launch modes, and examples: [SKILL_README.md](SKILL_README.md)
172
+ Details, launch modes, and examples: [SKILLS](readme-docs/SKILLS.md)
173
173
 
174
174
  ## Security
175
175
 
@@ -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.56"
53
+ "fa-mcp-sdk": "^0.4.57"
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.56",
4
+ "version": "0.4.57",
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",