crosscheck-mcp 0.1.3 → 0.1.4

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.
@@ -1236,7 +1236,7 @@ var PROVIDER_CAPS = {
1236
1236
  family: "anthropic",
1237
1237
  system_role: "separate",
1238
1238
  supports_temperature: "model",
1239
- reasoning_prefixes: ["claude-opus-4-7"]
1239
+ reasoning_prefixes: ["claude-opus-4-7", "claude-opus-4-8"]
1240
1240
  },
1241
1241
  openai: {
1242
1242
  family: "openai_chat",
@@ -1800,7 +1800,7 @@ async function sendOpenAICompatible(args) {
1800
1800
 
1801
1801
  // src/providers/registry.ts
1802
1802
  var DEFAULT_MODELS = {
1803
- anthropic: "claude-opus-4-5",
1803
+ anthropic: "claude-opus-4-8",
1804
1804
  openai: "gpt-5",
1805
1805
  xai: "grok-4-latest",
1806
1806
  mistral: "mistral-large-latest",
@@ -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.3" : "0.0.0-dev";
10697
+ var SERVER_VERSION = true ? "0.1.4" : "0.0.0-dev";
10698
10698
  function createServer(opts = {}) {
10699
10699
  const server = new Server(
10700
10700
  { name: SERVER_NAME, version: SERVER_VERSION },