crosscheck-mcp 0.1.3 → 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.
@@ -1260,7 +1260,7 @@ var PROVIDER_CAPS = {
1260
1260
  family: "anthropic",
1261
1261
  system_role: "separate",
1262
1262
  supports_temperature: "model",
1263
- reasoning_prefixes: ["claude-opus-4-7"]
1263
+ reasoning_prefixes: ["claude-opus-4-7", "claude-opus-4-8"]
1264
1264
  },
1265
1265
  openai: {
1266
1266
  family: "openai_chat",
@@ -1824,7 +1824,7 @@ async function sendOpenAICompatible(args) {
1824
1824
 
1825
1825
  // src/providers/registry.ts
1826
1826
  var DEFAULT_MODELS = {
1827
- anthropic: "claude-opus-4-5",
1827
+ anthropic: "claude-opus-4-8",
1828
1828
  openai: "gpt-5",
1829
1829
  xai: "grok-4-latest",
1830
1830
  mistral: "mistral-large-latest",
@@ -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.3" : "0.0.0-dev";
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 },