@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.cjs
CHANGED
|
@@ -4994,7 +4994,10 @@ async function preflightMacCoworkSettings(options) {
|
|
|
4994
4994
|
try {
|
|
4995
4995
|
await validateInstall(options);
|
|
4996
4996
|
} catch {
|
|
4997
|
-
throw new Error(
|
|
4997
|
+
throw new Error(
|
|
4998
|
+
`${ERROR2}
|
|
4999
|
+
Run 'mst cowork setup' first if the Claude 3P profile library is missing.`
|
|
5000
|
+
);
|
|
4998
5001
|
}
|
|
4999
5002
|
}
|
|
5000
5003
|
async function installMacCoworkSettings(options) {
|
|
@@ -6786,7 +6789,7 @@ function escapeHtml(text) {
|
|
|
6786
6789
|
|
|
6787
6790
|
// package.json
|
|
6788
6791
|
var package_default = {
|
|
6789
|
-
version: "2.0.0-beta.
|
|
6792
|
+
version: "2.0.0-beta.2"};
|
|
6790
6793
|
|
|
6791
6794
|
// src/mcp/clientFactory.ts
|
|
6792
6795
|
function getRetryAfterDelayMs(err) {
|