Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: PreReason/mcp

v0.3.1

Choose a tag to compare

@KalskiTheDan KalskiTheDan released this 12 Apr 06:17
94dd2a1

Patch release for MCP Registry compatibility and npm provenance fix.

  • Fix mcpName for MCP Registry publishing
  • Pin Node 22.22.1 for reliable OIDC provenance

See v0.3.0 for full changelog.

v0.3.0

Choose a tag to compare

@KalskiTheDan KalskiTheDan released this 12 Apr 05:38
19e480f

Added

  • OAuth 2.1 support for automatic API key provisioning on MCP connection
  • Server branding metadata (title, description, icons) for client connection cards
  • Centered README hero layout with improved visual hierarchy

Security

  • Harden OAuth proxy endpoints with input validation, rate limiting, and timeout handling
  • Sanitize upstream error responses on token exchange

Fixed

  • HEAD /api/mcp returning 405 instead of 200
  • Metric count in README (38 -> 30)
  • cli.js version mismatch with package.json

Full Changelog: v0.2.1...v0.3.0

v0.2.0

Choose a tag to compare

@KalskiTheDan KalskiTheDan released this 22 Mar 00:55
0de7447

What's New

  • Add Glama deployment support (Dockerfile build, inspection, release)
  • Add build script for container image builds
  • Add 6 MCP prompt templates (daily_market_briefing, risk_check, mining_profitability, macro_regime_check, correlation_scanner, weekly_recap)
  • Add 2 MCP resource catalogs (briefing_catalog, metric_catalog)

Full Changelog: https://github.com/PreReason/mcp/blob/main/CHANGELOG.md

v0.1.13

Choose a tag to compare

@KalskiTheDan KalskiTheDan released this 18 Mar 05:20
11b6b8e

Changes

  • Add mcpName: com.prereason/mcp for Anthropic MCP Registry validation
  • Published to official Anthropic MCP Registry at com.prereason/mcp
  • Built and signed with SLSA provenance

npm

npx @prereason/[email protected]

v0.1.12

Choose a tag to compare

@KalskiTheDan KalskiTheDan released this 17 Mar 11:00

Changes

  • Switch publish workflow to OIDC trusted publisher (no NPM_TOKEN needed)
  • Trigger on tag push (v*) instead of GitHub releases
  • Vocabulary alignment: "templates" → "briefings" throughout
  • Update description: "pre-reasoned market briefings"
  • Fix repository URL to canonical npm format

Full Changelog: v0.1.10...v0.1.12

v0.1.10

Choose a tag to compare

@KalskiTheDan KalskiTheDan released this 15 Mar 20:21

0.1.10 (2026-03-15)

  • Enable SLSA provenance attestation via GitHub Actions publish workflow
  • Add workflow_dispatch trigger for manual publish control
  • Sync all GitHub releases to match npm versions

v0.1.9

Choose a tag to compare

@KalskiTheDan KalskiTheDan released this 15 Mar 20:20

0.1.9 (2026-03-10)

  • Expand socket.yml to suppress all known-safe transitive dependency alerts from @modelcontextprotocol/sdk

v0.1.8

Choose a tag to compare

@KalskiTheDan KalskiTheDan released this 15 Mar 20:20

0.1.8 (2026-03-05)

  • Remove createRequire / dynamic require('../package.json') — hardcode version constants
  • Eliminates Socket.dev "Dynamic require" and "Filesystem access" findings from our code
  • Add socket.yml for GitHub PR alert suppression of expected behaviors

v0.1.7

Choose a tag to compare

@KalskiTheDan KalskiTheDan released this 05 Mar 02:43

What's Changed

  • Pin SDK to 1.27.1 — fixes transitive CVEs in hono and qs (High + Medium severity)
  • Metric count 26 → 30 — added 200D MA, distance from 200D MA, USDT market cap, USDT dominance
  • Template descriptions updated:
    • btc.momentum: now reflects 200D MA support/resistance
    • cross.regime: now reflects USDT.D risk sentiment
  • package-lock.json committed for CI reproducibility

Full Changelog: v0.1.6...v0.1.7

v0.1.6

Choose a tag to compare

@KalskiTheDan KalskiTheDan released this 25 Feb 22:29
  • Fix description wording: replace "trend signals" with "trend interpretation"
  • Add SECURITY.md with vulnerability reporting policy
  • Add GitHub Actions CI workflow for provenance-signed npm publishing
  • Public source repo