@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 ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "mcpServers": {
3
+ "prereason": {
4
+ "type": "http",
5
+ "url": "https://api.prereason.com/api/mcp"
6
+ }
7
+ }
8
+ }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.1 (2026-03-30)
4
+
5
+ - Add .mcp.json for Open Plugins / cursor.directory discovery
6
+ - Include .mcp.json in npm package files
7
+
3
8
  ## 0.2.0 (2026-03-21)
4
9
 
5
10
  - Add Glama deployment support (Dockerfile build, inspection, release)
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
+ [![prereason-mcp MCP server](https://glama.ai/mcp/servers/PreReason/mcp/badges/card.svg)](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.0",
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"