@general-liquidity/sharpebench-mcp 0.18.0 → 0.18.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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @general-liquidity/sharpebench-mcp
|
|
2
2
|
|
|
3
|
-
An **MCP server** that exposes
|
|
3
|
+
An **MCP server** that exposes [SharpeBench](https://github.com/general-liquidity/sharpebench)'s luck-robust quantitative evaluation as agent-callable tools. Point an MCP client at it to deflate a Sharpe, check pass^k reliability, compare regimes, audit a briefing, or price option tail risk. Every result comes from the deterministic Rust kernel with no network access.
|
|
4
4
|
|
|
5
5
|
## Tools
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@general-liquidity/sharpebench-mcp",
|
|
3
|
-
"version": "0.18.
|
|
4
|
-
"description": "MCP server exposing
|
|
3
|
+
"version": "0.18.2",
|
|
4
|
+
"description": "MCP server exposing SharpeBench's luck-robust quantitative evaluation tools for trading agents, including deflated Sharpe, pass^k, process discipline, and risk analysis.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
7
7
|
"model-context-protocol",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"prepublishOnly": "tsc"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@general-liquidity/sharpebench": "^0.18.
|
|
33
|
+
"@general-liquidity/sharpebench": "^0.18.2",
|
|
34
34
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
35
35
|
"zod": "^4.0.0"
|
|
36
36
|
},
|