@prereason/mcp
Advanced tools
+1
-1
@@ -25,3 +25,3 @@ #!/usr/bin/env node | ||
| const PKG_NAME = '@prereason/mcp'; | ||
| const PKG_VERSION = '0.3.0'; | ||
| const PKG_VERSION = '0.3.1'; | ||
| const DEFAULT_URL = 'https://api.prereason.com/api/mcp'; | ||
@@ -28,0 +28,0 @@ |
+2
-2
| { | ||
| "name": "@prereason/mcp", | ||
| "version": "0.3.0", | ||
| "mcpName": "com.prereason/mcp", | ||
| "version": "0.3.1", | ||
| "mcpName": "io.github.PreReason/mcp", | ||
| "type": "module", | ||
@@ -6,0 +6,0 @@ "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.", |
+21
-4
@@ -20,6 +20,23 @@ <div align="center"> | ||
| ### Option 1: Direct HTTP (Claude Code, Cursor, Windsurf, etc.) | ||
| ### Option 1: One-Click Connect (Claude.ai, ChatGPT, Cursor, Codex, Windsurf, VS Code Copilot) | ||
| Clients that support remote MCP servers can connect directly with no bridge package needed. | ||
| Clients that support MCP OAuth can connect with no API key setup required. Add the server URL and the client handles the rest - you'll be prompted to sign in or create a free account, and your API key is provisioned automatically. | ||
| ```json | ||
| { | ||
| "mcpServers": { | ||
| "prereason": { | ||
| "type": "http", | ||
| "url": "https://api.prereason.com/api/mcp" | ||
| } | ||
| } | ||
| } | ||
| ``` | ||
| No `Authorization` header needed - OAuth handles it. | ||
| ### Option 2: Direct HTTP with API Key (Claude Code, scripts, cron jobs) | ||
| For CLI tools or when you want to use an existing API key: | ||
| ```bash | ||
@@ -30,3 +47,3 @@ # Claude Code (CLI one-liner) | ||
| Or add to `.mcp.json` / your client's MCP config: | ||
| Or with an explicit key in your MCP config: | ||
@@ -47,3 +64,3 @@ ```json | ||
| ### Option 2: stdio bridge (Claude Desktop and other stdio-only clients) | ||
| ### Option 3: stdio bridge (Claude Desktop and other stdio-only clients) | ||
@@ -50,0 +67,0 @@ **Requires [Node.js 18+](https://nodejs.org)** |
220
8.37%