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 +2 -2
- package/cli-template/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MCP Server Template Generator
|
|
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
|
-
|
|
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.
|
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.
|
|
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",
|