finoptima 1.0.0 → 1.1.0

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/lib/api-client.js CHANGED
@@ -35,6 +35,7 @@ class ApiClient {
35
35
 
36
36
  const headers = {
37
37
  'Content-Type': 'application/json',
38
+ 'X-Client-Type': 'mcp-agent',
38
39
  };
39
40
 
40
41
  if (this.jwtToken) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "finoptima",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "FINOPTIMA — EcoChain AI Finance Agent via MCP. Portfolio optimization, AMM liquidity, trading, swaps. Secured by EcoAuth 2FA.",
5
5
  "main": "index.js",
6
6
  "bin": {