@prereason/mcp
Advanced tools
+1
-1
@@ -25,3 +25,3 @@ #!/usr/bin/env node | ||
| const PKG_NAME = '@prereason/mcp'; | ||
| const PKG_VERSION = '0.1.9'; | ||
| const PKG_VERSION = '0.1.10'; | ||
| const DEFAULT_URL = 'https://api.prereason.com/api/mcp'; | ||
@@ -28,0 +28,0 @@ |
+6
-0
| # Changelog | ||
| ## 0.1.10 (2026-03-15) | ||
| - Enable SLSA provenance attestation via GitHub Actions publish workflow | ||
| - Fix workflow placement: move from `packages/mcp/.github/` to repo root `.github/workflows/` | ||
| - Switch publish trigger to `workflow_dispatch` for manual control | ||
| ## 0.1.9 (2026-03-10) | ||
@@ -4,0 +10,0 @@ |
+2
-2
| { | ||
| "name": "@prereason/mcp", | ||
| "version": "0.1.9", | ||
| "version": "0.1.10", | ||
| "type": "module", | ||
@@ -43,4 +43,4 @@ "description": "MCP server for pre-analyzed Bitcoin and macro financial intelligence. 17 context templates with trend interpretation, momentum analysis, and cross-asset correlations.", | ||
| "type": "git", | ||
| "url": "https://github.com/prereason/mcp" | ||
| "url": "https://github.com/PreReason/mcp" | ||
| } | ||
| } |
+1
-1
@@ -74,3 +74,3 @@ # @prereason/mcp | ||
| | `list_templates` | Open | List all 17 context templates with tier requirements | | ||
| | `list_metrics` | Open | List all 30 available metrics (filterable by category) | | ||
| | `list_metrics` | Open | List all 38 available metrics: 30 API + 8 mining/energy (filterable by category) | | ||
| | `get_health` | Open | API health check, version, account tier | | ||
@@ -77,0 +77,0 @@ | `get_context` | Required | Fetch a context template (markdown or JSON) | |
14510
-0.89%