fa-mcp-sdk 0.4.24 → 0.4.25
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/bin/fa-mcp.js +1 -1
- package/cli-template/package.json +1 -1
- package/package.json +1 -1
package/bin/fa-mcp.js
CHANGED
|
@@ -361,7 +361,7 @@ certificate's public and private keys`,
|
|
|
361
361
|
const result = Reflect.set(target, prop, value, receiver);
|
|
362
362
|
// Save to file asynchronously without blocking
|
|
363
363
|
fs.writeFile(lastConfigPath, JSON.stringify(target, null, 2), 'utf8')
|
|
364
|
-
.catch(error => console.warn(
|
|
364
|
+
.catch(error => console.warn(`⚠️ Warning: Could not save config to file ${lastConfigPath}:`, error.message));
|
|
365
365
|
return result;
|
|
366
366
|
},
|
|
367
367
|
});
|
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.25",
|
|
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",
|