@ebowwa/quant-mcp 1.1.0 → 1.1.2
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 +2 -2
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/index.ts +1 -1
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.
|
|
8
|
+
"@ebowwa/quant-rust": "^0.2.2",
|
|
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.
|
|
20
|
+
"@ebowwa/quant-rust": ["@ebowwa/quant-rust@0.2.2", "", {}, "sha512-XMgutjc3eE6Xl7yTV+xHYMFPDqHpLpiTIwQX1FkKcLQ7KWsYg4UQycUJCIpbpYGCN2IV6m27x5EtKl8IFao1oA=="],
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ebowwa/quant-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
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.
|
|
24
|
+
"@ebowwa/quant-rust": "^0.2.2",
|
|
25
25
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
26
26
|
"zod": "^4.3.6"
|
|
27
27
|
},
|