@prereason/mcp 0.2.0 → 0.2.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/.mcp.json +8 -0
- package/CHANGELOG.md +5 -0
- package/README.md +3 -1
- package/package.json +3 -2
package/.mcp.json
ADDED
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -8,6 +8,8 @@ MCP server for [PreReason](https://www.prereason.com) — the Context API for fi
|
|
|
8
8
|
|
|
9
9
|
PreReason returns pre-reasoned market briefings: trend signals, regime classification, confidence scores, cross-asset correlations, and causal narratives. Use it when your agent needs to reason about market conditions, not parse raw price feeds.
|
|
10
10
|
|
|
11
|
+
[](https://glama.ai/mcp/servers/PreReason/mcp)
|
|
12
|
+
|
|
11
13
|
## Quick Start
|
|
12
14
|
|
|
13
15
|
### Option 1: Direct HTTP (Claude Code, Cursor, Windsurf, etc.)
|
|
@@ -188,4 +190,4 @@ npx @prereason/mcp --help
|
|
|
188
190
|
|
|
189
191
|
## License
|
|
190
192
|
|
|
191
|
-
MIT
|
|
193
|
+
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prereason/mcp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"mcpName": "com.prereason/mcp",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "MCP server for PreReason — the Context API for financial agents. 17 pre-reasoned market briefings with trend signals, regime classification, confidence scores, and cross-asset correlations.",
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"bin",
|
|
15
15
|
"README.md",
|
|
16
16
|
"LICENSE",
|
|
17
|
-
"CHANGELOG.md"
|
|
17
|
+
"CHANGELOG.md",
|
|
18
|
+
".mcp.json"
|
|
18
19
|
],
|
|
19
20
|
"dependencies": {
|
|
20
21
|
"@modelcontextprotocol/sdk": "1.27.1"
|