@vibecheck-ai/mcp 24.6.9 → 24.6.12
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/README.md +1 -1
- package/dist/APITruthEngine-IZRR3NT5-LPFUOMLD.js +9 -0
- package/dist/CredentialsEngine-B66ANCBB-HY5ZQTSX.js +9 -0
- package/dist/EnvVarEngine-ZFNW2XKP-6HRTZULP.js +9 -0
- package/dist/ErrorHandlingEngine-FG65SFRB-4NEANCMF.js +11 -0
- package/dist/FrameworkPackEngine-RRBJW4MC-KH7WRXXS.js +12 -0
- package/dist/GhostRouteEngine-UMYBCOCL-MSZOPVZY.js +9 -0
- package/dist/LogicGapEngine-OK5UKZQ5-YGXZDERB.js +11 -0
- package/dist/PhantomDepEngine-5O7Z7MDE-4A37GGL4.js +10 -0
- package/dist/SecurityEngine-MVMRPKLH-BNP7IC46.js +9 -0
- package/dist/VersionHallucinationEngine-673DJ26J-BD4SK6JX.js +9 -0
- package/dist/chokidar-CI5VJY5M.js +2414 -0
- package/dist/chunk-43XAAYST.js +863 -0
- package/dist/chunk-5DADZJ3D.js +650 -0
- package/dist/chunk-DDTUTWRY.js +605 -0
- package/dist/chunk-DGNNNAVK.js +304 -0
- package/dist/chunk-F34MHA6A.js +772 -0
- package/dist/chunk-FGMVY5QW.js +42 -0
- package/dist/chunk-FMRX5OVJ.js +1968 -0
- package/dist/chunk-FRK2XZX5.js +213309 -0
- package/dist/chunk-J52EUKKW.js +196 -0
- package/dist/chunk-JZSHXEYP.js +915 -0
- package/dist/chunk-LQSBUKYZ.js +551 -0
- package/dist/chunk-MUP4JXOF.js +219 -0
- package/dist/chunk-NR36RTVO.js +152 -0
- package/dist/chunk-QGPX6H6L.js +3044 -0
- package/dist/chunk-QYXENOVK.js +499 -0
- package/dist/chunk-RR5ETBSV.js +66 -0
- package/dist/chunk-WUHPSW7M.js +11130 -0
- package/dist/chunk-YWUMPN4Z.js +53 -0
- package/dist/dist-HFMJ3GIR.js +1091 -0
- package/dist/dist-JUOVMQEA.js +9 -0
- package/dist/dist-NXITTS32-O3XLWR6T.js +386 -0
- package/dist/dist-Y2Z46SBD.js +22 -0
- package/dist/fingerprint-NOJ7TDB6-K6SB7LCZ.js +9 -0
- package/dist/index.js +5462 -4676
- package/dist/semantic-WW6XVII4.js +8544 -0
- package/dist/transformers.node-K4WKH4PR.js +45809 -0
- package/dist/tree-sitter-AGICL65I.js +1412 -0
- package/dist/tree-sitter-H5E7LKR4-MKO3NNLJ.js +9 -0
- package/package.json +7 -6
package/README.md
CHANGED
|
@@ -218,7 +218,7 @@ The same engines that power the CLI and VS Code extension (CLI `FileRunner` regi
|
|
|
218
218
|
|
|
219
219
|
## Plan-Gated Access
|
|
220
220
|
|
|
221
|
-
|
|
221
|
+
Scanning and product features require an active Vibe Coder (or higher) subscription unless your tool host applies a separate payment model (e.g. x402).
|
|
222
222
|
|
|
223
223
|
| Tool | Free | Vibecoder | Developer | Engineer |
|
|
224
224
|
|:---|:---:|:---:|:---:|:---:|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createRequire } from 'module';
|
|
2
|
+
import { fileURLToPath } from 'url';
|
|
3
|
+
import { dirname } from 'path';
|
|
4
|
+
export { APITruthEngine } from './chunk-JZSHXEYP.js';
|
|
5
|
+
import './chunk-YWUMPN4Z.js';
|
|
6
|
+
|
|
7
|
+
createRequire(import.meta.url);
|
|
8
|
+
const __filename$1 = fileURLToPath(import.meta.url);
|
|
9
|
+
dirname(__filename$1);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createRequire } from 'module';
|
|
2
|
+
import { fileURLToPath } from 'url';
|
|
3
|
+
import { dirname } from 'path';
|
|
4
|
+
export { CredentialsEngine } from './chunk-5DADZJ3D.js';
|
|
5
|
+
import './chunk-YWUMPN4Z.js';
|
|
6
|
+
|
|
7
|
+
createRequire(import.meta.url);
|
|
8
|
+
const __filename$1 = fileURLToPath(import.meta.url);
|
|
9
|
+
dirname(__filename$1);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createRequire } from 'module';
|
|
2
|
+
import { fileURLToPath } from 'url';
|
|
3
|
+
import { dirname } from 'path';
|
|
4
|
+
export { EnvVarEngine } from './chunk-QYXENOVK.js';
|
|
5
|
+
import './chunk-YWUMPN4Z.js';
|
|
6
|
+
|
|
7
|
+
createRequire(import.meta.url);
|
|
8
|
+
const __filename$1 = fileURLToPath(import.meta.url);
|
|
9
|
+
dirname(__filename$1);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { createRequire } from 'module';
|
|
2
|
+
import { fileURLToPath } from 'url';
|
|
3
|
+
import { dirname } from 'path';
|
|
4
|
+
export { ErrorHandlingEngine } from './chunk-FRK2XZX5.js';
|
|
5
|
+
import './chunk-RR5ETBSV.js';
|
|
6
|
+
import './chunk-NR36RTVO.js';
|
|
7
|
+
import './chunk-YWUMPN4Z.js';
|
|
8
|
+
|
|
9
|
+
createRequire(import.meta.url);
|
|
10
|
+
const __filename$1 = fileURLToPath(import.meta.url);
|
|
11
|
+
dirname(__filename$1);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createRequire } from 'module';
|
|
2
|
+
import { fileURLToPath } from 'url';
|
|
3
|
+
import { dirname } from 'path';
|
|
4
|
+
export { FrameworkPackEngine } from './chunk-MUP4JXOF.js';
|
|
5
|
+
import './chunk-RR5ETBSV.js';
|
|
6
|
+
import './chunk-FGMVY5QW.js';
|
|
7
|
+
import './chunk-NR36RTVO.js';
|
|
8
|
+
import './chunk-YWUMPN4Z.js';
|
|
9
|
+
|
|
10
|
+
createRequire(import.meta.url);
|
|
11
|
+
const __filename$1 = fileURLToPath(import.meta.url);
|
|
12
|
+
dirname(__filename$1);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createRequire } from 'module';
|
|
2
|
+
import { fileURLToPath } from 'url';
|
|
3
|
+
import { dirname } from 'path';
|
|
4
|
+
export { GhostRouteEngine } from './chunk-LQSBUKYZ.js';
|
|
5
|
+
import './chunk-YWUMPN4Z.js';
|
|
6
|
+
|
|
7
|
+
createRequire(import.meta.url);
|
|
8
|
+
const __filename$1 = fileURLToPath(import.meta.url);
|
|
9
|
+
dirname(__filename$1);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { createRequire } from 'module';
|
|
2
|
+
import { fileURLToPath } from 'url';
|
|
3
|
+
import { dirname } from 'path';
|
|
4
|
+
export { LogicGapEngine } from './chunk-DDTUTWRY.js';
|
|
5
|
+
import './chunk-RR5ETBSV.js';
|
|
6
|
+
import './chunk-NR36RTVO.js';
|
|
7
|
+
import './chunk-YWUMPN4Z.js';
|
|
8
|
+
|
|
9
|
+
createRequire(import.meta.url);
|
|
10
|
+
const __filename$1 = fileURLToPath(import.meta.url);
|
|
11
|
+
dirname(__filename$1);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { createRequire } from 'module';
|
|
2
|
+
import { fileURLToPath } from 'url';
|
|
3
|
+
import { dirname } from 'path';
|
|
4
|
+
export { PhantomDepEngine, _internals } from './chunk-FMRX5OVJ.js';
|
|
5
|
+
import './chunk-NR36RTVO.js';
|
|
6
|
+
import './chunk-YWUMPN4Z.js';
|
|
7
|
+
|
|
8
|
+
createRequire(import.meta.url);
|
|
9
|
+
const __filename$1 = fileURLToPath(import.meta.url);
|
|
10
|
+
dirname(__filename$1);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createRequire } from 'module';
|
|
2
|
+
import { fileURLToPath } from 'url';
|
|
3
|
+
import { dirname } from 'path';
|
|
4
|
+
export { SecurityEngine } from './chunk-43XAAYST.js';
|
|
5
|
+
import './chunk-YWUMPN4Z.js';
|
|
6
|
+
|
|
7
|
+
createRequire(import.meta.url);
|
|
8
|
+
const __filename$1 = fileURLToPath(import.meta.url);
|
|
9
|
+
dirname(__filename$1);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createRequire } from 'module';
|
|
2
|
+
import { fileURLToPath } from 'url';
|
|
3
|
+
import { dirname } from 'path';
|
|
4
|
+
export { VersionHallucinationEngine } from './chunk-F34MHA6A.js';
|
|
5
|
+
import './chunk-YWUMPN4Z.js';
|
|
6
|
+
|
|
7
|
+
createRequire(import.meta.url);
|
|
8
|
+
const __filename$1 = fileURLToPath(import.meta.url);
|
|
9
|
+
dirname(__filename$1);
|