fa-mcp-sdk 0.2.237 → 0.2.239

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
@@ -1,4 +1,4 @@
1
- # MCP Server Template Generator (`fa-mcp`)
1
+ # MCP Server Template Generator
2
2
 
3
3
  Production-ready core framework for building MCP (Model Context Protocol) servers with comprehensive
4
4
  infrastructure support.
@@ -96,7 +96,7 @@ The CLI collects required and optional parameters through interactive prompts or
96
96
  ### Configuration File Examples
97
97
 
98
98
 
99
- > **[YAML Example with detailed comments](https://github.com/Bazilio-san/fa-mcp-sdk/blob/master/cli-config.example.yaml)**
99
+ **[YAML Example with detailed comments](https://github.com/Bazilio-san/fa-mcp-sdk/blob/master/cli-config.example.yaml)**
100
100
 
101
101
  The utility supports both **JSON** and **YAML** configuration formats.
102
102
  Use either `.json`, `.yaml`, or `.yml` file extensions.
@@ -47,7 +47,7 @@
47
47
  "dependencies": {
48
48
  "@modelcontextprotocol/sdk": "^1.25.2",
49
49
  "dotenv": "^17.2.3",
50
- "fa-mcp-sdk": "^0.2.237"
50
+ "fa-mcp-sdk": "^0.2.239"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@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.2.237",
4
+ "version": "0.2.239",
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",