crosscheck-mcp 0.1.2 → 0.1.3

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.
@@ -400,7 +400,7 @@ interface Provider {
400
400
  }
401
401
 
402
402
  declare const SERVER_NAME = "crosscheck-agent";
403
- declare const SERVER_VERSION = "0.1.0";
403
+ declare const SERVER_VERSION: string;
404
404
  interface CreateServerOptions {
405
405
  /** Optional Python bridge. When supplied, the bridge's tools are
406
406
  * merged into the registry as proxy entries — they forward `tools/call`
@@ -400,7 +400,7 @@ interface Provider {
400
400
  }
401
401
 
402
402
  declare const SERVER_NAME = "crosscheck-agent";
403
- declare const SERVER_VERSION = "0.1.0";
403
+ declare const SERVER_VERSION: string;
404
404
  interface CreateServerOptions {
405
405
  /** Optional Python bridge. When supplied, the bridge's tools are
406
406
  * merged into the registry as proxy entries — they forward `tools/call`