@tickerbot/mcp-server 0.1.3 → 0.1.4
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/package.json +4 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tickerbot/mcp-server",
|
|
3
3
|
"mcpName": "io.github.tickerbot/mcp-server",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.4",
|
|
5
5
|
"description": "MCP server for Tickerbot — the stock market, in SQL. Scan, replay, or subscribe across ~12,000 US tickers and top 100 cryptos (338+ signal columns) from Claude, ChatGPT, Cursor, and other MCP clients.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
],
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsc",
|
|
18
|
+
"build:mcpb": "bash scripts/build-mcpb.sh",
|
|
18
19
|
"prepublishOnly": "npm run build",
|
|
19
20
|
"dev": "tsc --watch"
|
|
20
21
|
},
|
|
@@ -41,7 +42,9 @@
|
|
|
41
42
|
"@modelcontextprotocol/sdk": "^1.0.0"
|
|
42
43
|
},
|
|
43
44
|
"devDependencies": {
|
|
45
|
+
"@anthropic-ai/mcpb": "^2.1.2",
|
|
44
46
|
"@types/node": "^20.0.0",
|
|
47
|
+
"esbuild": "^0.20.0",
|
|
45
48
|
"typescript": "^5.4.0"
|
|
46
49
|
}
|
|
47
50
|
}
|