@gleanwork/mcp-server-tester 2.0.0-beta.1 → 2.0.0-beta.2
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/cli/index.js +88 -4
- package/dist/fixtures/mcp.js +1 -1
- package/dist/fixtures/mcp.js.map +1 -1
- package/dist/index.cjs +5 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4963,7 +4963,10 @@ async function preflightMacCoworkSettings(options) {
|
|
|
4963
4963
|
try {
|
|
4964
4964
|
await validateInstall(options);
|
|
4965
4965
|
} catch {
|
|
4966
|
-
throw new Error(
|
|
4966
|
+
throw new Error(
|
|
4967
|
+
`${ERROR2}
|
|
4968
|
+
Run 'mst cowork setup' first if the Claude 3P profile library is missing.`
|
|
4969
|
+
);
|
|
4967
4970
|
}
|
|
4968
4971
|
}
|
|
4969
4972
|
async function installMacCoworkSettings(options) {
|
|
@@ -6755,7 +6758,7 @@ function escapeHtml(text) {
|
|
|
6755
6758
|
|
|
6756
6759
|
// package.json
|
|
6757
6760
|
var package_default = {
|
|
6758
|
-
version: "2.0.0-beta.
|
|
6761
|
+
version: "2.0.0-beta.2"};
|
|
6759
6762
|
|
|
6760
6763
|
// src/mcp/clientFactory.ts
|
|
6761
6764
|
function getRetryAfterDelayMs(err) {
|