Sign In

@prereason/mcp

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prereason/mcp - npm Package Compare versions

Comparing version
0.1.11
to
0.1.12
+1
-1
bin/cli.js

@@ -25,3 +25,3 @@ #!/usr/bin/env node

const PKG_NAME = '@prereason/mcp';
const PKG_VERSION = '0.1.11';
const PKG_VERSION = '0.1.12';
const DEFAULT_URL = 'https://api.prereason.com/api/mcp';

@@ -28,0 +28,0 @@

# Changelog
## 0.1.12 (2026-03-17)
- Switch publish workflow to OIDC trusted publisher (no NPM_TOKEN needed)
- Trigger on tag push (`v*`) instead of GitHub releases
- Fix repository URL to canonical npm format
## 0.1.11 (2026-03-17)

@@ -4,0 +10,0 @@

{
"name": "@prereason/mcp",
"version": "0.1.11",
"version": "0.1.12",
"type": "module",

@@ -43,4 +43,4 @@ "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.",

"type": "git",
"url": "https://github.com/PreReason/mcp"
"url": "git+https://github.com/PreReason/mcp.git"
}
}