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.
- package/dist/node-stdio.cjs +677 -569
- package/dist/node-stdio.cjs.map +1 -1
- package/dist/node-stdio.d.cts +1 -1
- package/dist/node-stdio.d.ts +1 -1
- package/dist/node-stdio.js +673 -557
- package/dist/node-stdio.js.map +1 -1
- package/package.json +6 -5
package/dist/node-stdio.d.cts
CHANGED
|
@@ -400,7 +400,7 @@ interface Provider {
|
|
|
400
400
|
}
|
|
401
401
|
|
|
402
402
|
declare const SERVER_NAME = "crosscheck-agent";
|
|
403
|
-
declare const SERVER_VERSION
|
|
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`
|
package/dist/node-stdio.d.ts
CHANGED
|
@@ -400,7 +400,7 @@ interface Provider {
|
|
|
400
400
|
}
|
|
401
401
|
|
|
402
402
|
declare const SERVER_NAME = "crosscheck-agent";
|
|
403
|
-
declare const SERVER_VERSION
|
|
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`
|