fa-mcp-sdk 0.2.111 → 0.2.116

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
@@ -27,6 +27,7 @@ fa-mcp-sdk/
27
27
  │ ├── mcp/ # MCP protocol implementation
28
28
  │ ├── web/ # HTTP server and endpoints
29
29
  │ ├── db/ # PostgreSQL integration
30
+ │ ├── cache/ # Caching system with node-cache wrapper
30
31
  │ ├── consul/ # Service discovery
31
32
  │ ├── token/ # Authentication
32
33
  │ ├── errors/ # Error handling
@@ -1,5 +1,5 @@
1
1
  <component name="ProjectRunConfigurationManager">
2
- <configuration default="false" name="kill-port {{port}}" type="NodeJSConfigurationType" application-parameters="3030" path-to-js-file="scripts/kill-port.js" working-dir="$PROJECT_DIR$">
2
+ <configuration default="false" name="kill-port {{port}}" type="NodeJSConfigurationType" application-parameters="{{port}}" path-to-js-file="scripts/kill-port.js" working-dir="$PROJECT_DIR$">
3
3
  <method v="2" />
4
4
  </configuration>
5
5
  </component>