crosscheck-mcp 0.1.4 → 0.1.5
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/dist/node-stdio.cjs +1 -1
- package/dist/node-stdio.js +1 -1
- package/dist/pricing.json +5 -5
- package/package.json +1 -1
package/dist/node-stdio.cjs
CHANGED
|
@@ -10708,7 +10708,7 @@ function pingTool() {
|
|
|
10708
10708
|
|
|
10709
10709
|
// src/server.ts
|
|
10710
10710
|
var SERVER_NAME = "crosscheck-agent";
|
|
10711
|
-
var SERVER_VERSION = true ? "0.1.
|
|
10711
|
+
var SERVER_VERSION = true ? "0.1.5" : "0.0.0-dev";
|
|
10712
10712
|
function createServer(opts = {}) {
|
|
10713
10713
|
const server = new import_server2.Server(
|
|
10714
10714
|
{ name: SERVER_NAME, version: SERVER_VERSION },
|
package/dist/node-stdio.js
CHANGED
|
@@ -10694,7 +10694,7 @@ function pingTool() {
|
|
|
10694
10694
|
|
|
10695
10695
|
// src/server.ts
|
|
10696
10696
|
var SERVER_NAME = "crosscheck-agent";
|
|
10697
|
-
var SERVER_VERSION = true ? "0.1.
|
|
10697
|
+
var SERVER_VERSION = true ? "0.1.5" : "0.0.0-dev";
|
|
10698
10698
|
function createServer(opts = {}) {
|
|
10699
10699
|
const server = new Server(
|
|
10700
10700
|
{ name: SERVER_NAME, version: SERVER_VERSION },
|
package/dist/pricing.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"currency": "USD",
|
|
4
4
|
"unit": "per_1k_tokens",
|
|
5
5
|
"updated_at": "2026-06-07",
|
|
6
|
-
"notes": "Prices reflect public list pricing per provider. cached_per_1k applies to prompt tokens served from prompt-cache (Anthropic) or input-cache (OpenAI) when supported. Update when providers change rates. Missing models fall back to cost=0 with estimated=true. 2026-06-07: removed decommissioned gemini-2.0-flash / gemini-2.0-flash-lite (Google returns 404) and replaced the low-tier lite model with gemini-2.5-flash-lite. 2026-06-08: bumped the default Anthropic model to claude-opus-4-8. Kept gemini-2.5-pro as the Gemini default (gemini-3.1-pro-preview measured ~2.2x the cost at $2/$12 per M — output-token dominated by ~1.5k thinking tokens — so not worth it for a 1-of-4 panel voice)."
|
|
6
|
+
"notes": "Prices reflect public list pricing per provider. cached_per_1k applies to prompt tokens served from prompt-cache (Anthropic) or input-cache (OpenAI) when supported. Update when providers change rates. Missing models fall back to cost=0 with estimated=true. 2026-06-07: removed decommissioned gemini-2.0-flash / gemini-2.0-flash-lite (Google returns 404) and replaced the low-tier lite model with gemini-2.5-flash-lite. 2026-06-08: bumped the default Anthropic model to claude-opus-4-8. Kept gemini-2.5-pro as the Gemini default (gemini-3.1-pro-preview measured ~2.2x the cost at $2/$12 per M — output-token dominated by ~1.5k thinking tokens — so not worth it for a 1-of-4 panel voice). 2026-06-09: corrected rates verified against live provider pricing pages — gemini-2.5-pro output $5->$10/M; gemini-2.5-flash $0.15/$0.60 -> $0.30/$2.50; gpt-5 $5/$15 -> $1.25/$10 (cached $0.125); grok-4-latest input $5->$3/M (legacy grok-4 tier). Anthropic opus/sonnet/haiku rates confirmed unchanged. Older/unused models (gpt-4o, o1, o3, grok-3) not all re-verified."
|
|
7
7
|
},
|
|
8
8
|
"anthropic": {
|
|
9
9
|
"claude-opus-4-5": { "prompt_per_1k": 0.015, "completion_per_1k": 0.075, "cached_per_1k": 0.0015 },
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"claude-3-5-haiku": { "prompt_per_1k": 0.0008, "completion_per_1k": 0.004, "cached_per_1k": 0.00008 }
|
|
17
17
|
},
|
|
18
18
|
"openai": {
|
|
19
|
-
"gpt-5": { "prompt_per_1k": 0.
|
|
19
|
+
"gpt-5": { "prompt_per_1k": 0.00125,"completion_per_1k": 0.01, "cached_per_1k": 0.000125 },
|
|
20
20
|
"gpt-5-mini": { "prompt_per_1k": 0.0005, "completion_per_1k": 0.0015, "cached_per_1k": 0.00025 },
|
|
21
21
|
"gpt-4o": { "prompt_per_1k": 0.0025, "completion_per_1k": 0.01, "cached_per_1k": 0.00125 },
|
|
22
22
|
"gpt-4o-mini": { "prompt_per_1k": 0.00015,"completion_per_1k": 0.0006, "cached_per_1k": 0.000075 },
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"o3-mini": { "prompt_per_1k": 0.0011, "completion_per_1k": 0.0044, "cached_per_1k": 0.00055 }
|
|
27
27
|
},
|
|
28
28
|
"xai": {
|
|
29
|
-
"grok-4-latest": { "prompt_per_1k": 0.
|
|
29
|
+
"grok-4-latest": { "prompt_per_1k": 0.003, "completion_per_1k": 0.015, "cached_per_1k": 0.00075 },
|
|
30
30
|
"grok-3": { "prompt_per_1k": 0.003, "completion_per_1k": 0.015, "cached_per_1k": 0.0015 },
|
|
31
31
|
"grok-3-mini": { "prompt_per_1k": 0.0003, "completion_per_1k": 0.0005, "cached_per_1k": 0.00015 }
|
|
32
32
|
},
|
|
33
33
|
"gemini": {
|
|
34
|
-
"gemini-2.5-pro": { "prompt_per_1k": 0.00125,"completion_per_1k": 0.
|
|
35
|
-
"gemini-2.5-flash": { "prompt_per_1k": 0.
|
|
34
|
+
"gemini-2.5-pro": { "prompt_per_1k": 0.00125,"completion_per_1k": 0.01, "cached_per_1k": 0.0003125 },
|
|
35
|
+
"gemini-2.5-flash": { "prompt_per_1k": 0.0003, "completion_per_1k": 0.0025, "cached_per_1k": 0.000075 },
|
|
36
36
|
"gemini-2.5-flash-lite": { "prompt_per_1k": 0.0001, "completion_per_1k": 0.0004, "cached_per_1k": 0.000025 }
|
|
37
37
|
},
|
|
38
38
|
"mistral": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crosscheck-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Multi-LLM MCP server: confer / debate / coordinate / audit / orchestrate across Anthropic + OpenAI + xAI + Gemini + Mistral + Groq + DeepSeek, with scoreboard-driven router, canary-leak detection, sandboxed shell verifiers, and a tier-aware cheap-mode picker. TypeScript implementation; no Python at runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|