Skip to content

Commit 080e16a

Browse files
fix: Glama score — add server config, badge, sync version to 2.0.20
- glama.json: add command, tools list, description for server inspection - README: add Glama score badge - package.json: sync version to match npm 2.0.20 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 43b8aca commit 080e16a

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![npm version](https://img.shields.io/npm/v/@spfunctions/cli.svg)](https://www.npmjs.com/package/@spfunctions/cli)
44
[![license](https://img.shields.io/npm/l/@spfunctions/cli.svg)](https://github.com/spfunctions/simplefunctions-cli/blob/main/LICENSE)
5+
[![simplefunctions-cli MCP server](https://glama.ai/mcp/servers/spfunctions/simplefunctions-cli/badges/score.svg)](https://glama.ai/mcp/servers/spfunctions/simplefunctions-cli)
56

67
Prediction market intelligence from the terminal. Build causal thesis models, scan Kalshi & Polymarket for mispricings, and trade.
78

glama.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
{"$schema":"https://glama.ai/mcp/schemas/server.json","maintainers":["patrickliu0077"]}
1+
{
2+
"$schema": "https://glama.ai/mcp/schemas/server.json",
3+
"name": "simplefunctions-cli",
4+
"description": "Prediction market MCP server — world state, uncertainty index, edges, orderbook, and 55+ tools from 30,000+ Kalshi & Polymarket markets.",
5+
"maintainers": ["patrickliu0077"],
6+
"repository": "https://github.com/spfunctions/simplefunctions-cli",
7+
"homepage": "https://simplefunctions.dev",
8+
"command": {
9+
"cmd": "node",
10+
"args": ["mcp-server.mjs"]
11+
},
12+
"tools": [
13+
"get_world_state",
14+
"get_uncertainty_index",
15+
"search_markets",
16+
"get_market_detail",
17+
"get_orderbook",
18+
"get_edges",
19+
"get_contagion",
20+
"get_calibration"
21+
]
22+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spfunctions/cli",
3-
"version": "1.4.4",
3+
"version": "2.0.20",
44
"description": "Prediction market intelligence CLI. Causal thesis model, 24/7 Kalshi/Polymarket scan, live orderbook, edge detection. Interactive agent mode with tool calling.",
55
"bin": {
66
"sf": "./dist/index.js"

0 commit comments

Comments
 (0)