fa-mcp-sdk 0.2.192 → 0.2.194

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.
@@ -38,12 +38,12 @@ ad:
38
38
  # CACHING Reduces API calls by caching responses
39
39
  # --------------------------------------------------
40
40
  cache:
41
- # Default Cache TTL in seconds
42
- ttlSeconds: 300
43
- # Default maximum number of cached items
44
- maxItems: 1000
45
41
  # time in seconds to check all data and delete expired keys
46
42
  checkPeriod: 1200
43
+ # Default maximum number of cached items
44
+ maxItems: 1000
45
+ # Default Cache TTL in seconds
46
+ ttlSeconds: 300
47
47
 
48
48
 
49
49
  consul:
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.192",
4
+ "version": "0.2.194",
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",