@ebowwa/quant-mcp 1.1.0 → 1.1.1

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/bun.lock CHANGED
@@ -5,7 +5,7 @@
5
5
  "": {
6
6
  "name": "@ebowwa/quant-mcp",
7
7
  "dependencies": {
8
- "@ebowwa/quant-rust": "^0.2.0",
8
+ "@ebowwa/quant-rust": "^0.2.1",
9
9
  "@modelcontextprotocol/sdk": "^1.26.0",
10
10
  "zod": "^4.3.6",
11
11
  },
@@ -17,7 +17,7 @@
17
17
  },
18
18
  },
19
19
  "packages": {
20
- "@ebowwa/quant-rust": ["@ebowwa/quant-rust@0.2.0", "", {}, "sha512-LcvPB8jU3et2NN4nG0xANBwujCcORA472DnVNdbNTU6xBbRob1x2MOD4lB6VTCwMOVqYrXsAPG7YeFw06/JpJQ=="],
20
+ "@ebowwa/quant-rust": ["@ebowwa/quant-rust@0.2.1", "", {}, "sha512-T6dS7HOp8J3GET7IgJs11YONJEPCMhZO8aeytYEpgK1pna32k/3p+xFNuFjt5q0t74ew5G8394+p25YtLJWRJg=="],
21
21
 
22
22
  "@hono/node-server": ["@hono/node-server@1.19.9", "", { "peerDependencies": { "hono": "^4" } }, "sha512-vHL6w3ecZsky+8P5MD+eFfaGTyCeOHUIFYMGpQGbrBTSmNNoxv0if69rEZ5giu36weC5saFuznL411gRX7bJDw=="],
23
23
 
package/dist/index.js CHANGED
@@ -621,7 +621,7 @@ const tools = [
621
621
  // ==============
622
622
  const server = new Server({
623
623
  name: "@ebowwa/quant-mcp",
624
- version: "1.1.0",
624
+ version: "1.1.1",
625
625
  }, {
626
626
  capabilities: {
627
627
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebowwa/quant-mcp",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Quantitative trading MCP server - Kelly criterion, AMM math, technical indicators, risk management for AI trading systems. Powered by Rust FFI for 2-20x faster array operations.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "prepublishOnly": "npm run build"
22
22
  },
23
23
  "dependencies": {
24
- "@ebowwa/quant-rust": "^0.2.0",
24
+ "@ebowwa/quant-rust": "^0.2.1",
25
25
  "@modelcontextprotocol/sdk": "^1.26.0",
26
26
  "zod": "^4.3.6"
27
27
  },
package/src/index.ts CHANGED
@@ -694,7 +694,7 @@ const tools = [
694
694
  const server = new Server(
695
695
  {
696
696
  name: "@ebowwa/quant-mcp",
697
- version: "1.1.0",
697
+ version: "1.1.1",
698
698
  },
699
699
  {
700
700
  capabilities: {