@gleanwork/mcp-server-tester 1.0.0-beta.4 → 1.0.0-beta.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.
- package/dist/cli/index.js +1 -1
- package/dist/fixtures/mcp.js +1 -1
- package/dist/fixtures/mcp.js.map +1 -1
- package/dist/index.cjs +16 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +16 -3
- package/dist/index.js.map +1 -1
- package/dist/reporters/ui-dist/app.js +12 -12
- package/dist/reporters/ui-dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
package/dist/fixtures/mcp.js
CHANGED
|
@@ -1434,7 +1434,7 @@ var debugHttp = createDebug(`${NAMESPACE}:http`);
|
|
|
1434
1434
|
|
|
1435
1435
|
// package.json
|
|
1436
1436
|
var package_default = {
|
|
1437
|
-
version: "1.0.0-beta.
|
|
1437
|
+
version: "1.0.0-beta.5"};
|
|
1438
1438
|
var debug = createDebug("mcp-server-tester:oauth-flow");
|
|
1439
1439
|
async function generatePKCE() {
|
|
1440
1440
|
const codeVerifier = oauth.generateRandomCodeVerifier();
|