@vibecheck-ai/mcp 24.6.4 → 24.6.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/LICENSE +21 -0
- package/dist/index.js +6 -6
- package/package.json +14 -16
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 VibeCheck
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { createRequire } from 'module';
|
|
|
3
3
|
import { fileURLToPath, pathToFileURL } from 'url';
|
|
4
4
|
import * as path2 from 'path';
|
|
5
5
|
import path2__default, { dirname, join, extname, resolve, normalize } from 'path';
|
|
6
|
-
import { SCAN_ENGINE_FOCUS_PRESET_NAMES, FEATURE_NAMES, DAILY_SCAN_LIMIT_UPGRADE_URL, formatDailyScanLimitMessage, dashboardFindingUrl, gateCanonicalScanReportFindings, getTrustScoreStatus, formatTrustScoreMcp, buildGatedScanResponse, formatFindingSeverityBreakdown, ENGINE_FOCUS_PRESETS, computeTrustScore, normalizeCanonicalScanReport, planHasApiSurface, canAccessFeature, getMinPlanForApiSurface, buildCliUpgradeBlock, getMinimumPlanForFeature, getQuotas, normalizePlanId, fetchCanonicalAccess } from './chunk-
|
|
6
|
+
import { SCAN_ENGINE_FOCUS_PRESET_NAMES, FEATURE_NAMES, DAILY_SCAN_LIMIT_UPGRADE_URL, formatDailyScanLimitMessage, dashboardFindingUrl, gateCanonicalScanReportFindings, getTrustScoreStatus, formatTrustScoreMcp, buildGatedScanResponse, formatFindingSeverityBreakdown, ENGINE_FOCUS_PRESETS, computeTrustScore, normalizeCanonicalScanReport, planHasApiSurface, canAccessFeature, getMinPlanForApiSurface, buildCliUpgradeBlock, getMinimumPlanForFeature, getQuotas, normalizePlanId, fetchCanonicalAccess } from './chunk-LD36IQK6.js';
|
|
7
7
|
import './chunk-MUP4JXOF.js';
|
|
8
8
|
import './chunk-DDTUTWRY.js';
|
|
9
9
|
import { require_typescript } from './chunk-QFDZMUGO.js';
|
|
@@ -14,7 +14,7 @@ import './chunk-G3FQJC2H.js';
|
|
|
14
14
|
import './chunk-NR36RTVO.js';
|
|
15
15
|
import './chunk-JZSHXEYP.js';
|
|
16
16
|
import './chunk-QYXENOVK.js';
|
|
17
|
-
import './chunk-
|
|
17
|
+
import './chunk-LQSBUKYZ.js';
|
|
18
18
|
import './chunk-5DADZJ3D.js';
|
|
19
19
|
import './chunk-43XAAYST.js';
|
|
20
20
|
import './chunk-F34MHA6A.js';
|
|
@@ -20005,7 +20005,7 @@ async function intentQuery(rootPath, data, query, options = {}) {
|
|
|
20005
20005
|
let semanticResults = [];
|
|
20006
20006
|
if (useSemantic) {
|
|
20007
20007
|
try {
|
|
20008
|
-
const { semanticSearch } = await import('./semantic-
|
|
20008
|
+
const { semanticSearch } = await import('./semantic-MOBWA4RB.js');
|
|
20009
20009
|
const results = await semanticSearch(rootPath, query, { topK: limit * 2, embeddingProvider: options.embeddingProvider });
|
|
20010
20010
|
if (results.length > 0) {
|
|
20011
20011
|
usedSemantic = true;
|
|
@@ -21888,7 +21888,7 @@ function createScanIdempotencyKey(prefix) {
|
|
|
21888
21888
|
// src/mcp-scan-meter-client.ts
|
|
21889
21889
|
var MCP_SCAN_METER_CLIENT = {
|
|
21890
21890
|
type: "mcp",
|
|
21891
|
-
version: "24.6.
|
|
21891
|
+
version: "24.6.5"
|
|
21892
21892
|
};
|
|
21893
21893
|
|
|
21894
21894
|
// ../shared/dist/chunk-YYSV5CG4.js
|
|
@@ -22536,7 +22536,7 @@ ${validation.errors.join("\n")}`);
|
|
|
22536
22536
|
if (!fs4.existsSync(absFile) || !fs4.statSync(absFile).isFile()) {
|
|
22537
22537
|
return buildErrorResponse(`Not a file: ${relFile}`);
|
|
22538
22538
|
}
|
|
22539
|
-
const { runGhostTrace } = await import('./dist-
|
|
22539
|
+
const { runGhostTrace } = await import('./dist-CHIZK24B.js');
|
|
22540
22540
|
const trace = await withTimeout(
|
|
22541
22541
|
runGhostTrace({ workspaceRoot: targetPath, filePath: absFile }),
|
|
22542
22542
|
MCP_TOOL_TIMEOUT_MS,
|
|
@@ -22827,7 +22827,7 @@ function createMcpServer(runtimeOverrides = {}) {
|
|
|
22827
22827
|
const server = new Server(
|
|
22828
22828
|
{
|
|
22829
22829
|
name: "vibecheck-mcp",
|
|
22830
|
-
version: "24.6.
|
|
22830
|
+
version: "24.6.5"
|
|
22831
22831
|
},
|
|
22832
22832
|
{
|
|
22833
22833
|
capabilities: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibecheck-ai/mcp",
|
|
3
|
-
"version": "24.6.
|
|
3
|
+
"version": "24.6.5",
|
|
4
4
|
"description": "The trust layer for AI-generated software. Catches phantom dependencies, ghost API routes, fake SDK methods, and hardcoded secrets — before they ship.",
|
|
5
5
|
"mcpName": "io.github.guardiavault-oss/vibecheck-mcp",
|
|
6
6
|
"type": "module",
|
|
@@ -43,25 +43,12 @@
|
|
|
43
43
|
"bin": {
|
|
44
44
|
"vibecheck-mcp": "./dist/index.js"
|
|
45
45
|
},
|
|
46
|
-
"scripts": {
|
|
47
|
-
"build": "tsup",
|
|
48
|
-
"compile": "tsc -p . --noEmit",
|
|
49
|
-
"typecheck": "tsc -p . --noEmit",
|
|
50
|
-
"test": "vitest run",
|
|
51
|
-
"lint": "eslint src/ --max-warnings 0",
|
|
52
|
-
"lint:fix": "eslint src/ --fix --max-warnings 0",
|
|
53
|
-
"test:watch": "vitest",
|
|
54
|
-
"verify-dist": "node scripts/verify-dist.mjs",
|
|
55
|
-
"release:check": "pnpm run build && pnpm run test && pnpm run verify-dist",
|
|
56
|
-
"prepublishOnly": "pnpm run release:check && node scripts/prepublish.cjs",
|
|
57
|
-
"postpublish": "node scripts/postpublish.cjs"
|
|
58
|
-
},
|
|
59
46
|
"dependencies": {
|
|
60
47
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
61
48
|
"@repo/shared": "^0.1.0",
|
|
62
49
|
"@repo/shared-types": "^1.1.0",
|
|
63
50
|
"@repo/subscriptions": "^1.0.0",
|
|
64
|
-
"@vibecheck-ai/cli": "^
|
|
51
|
+
"@vibecheck-ai/cli": "^25.0.0",
|
|
65
52
|
"@vibecheck/engines": "^2.0.0-beta.1",
|
|
66
53
|
"@vibecheck/roast": "^1.0.0"
|
|
67
54
|
},
|
|
@@ -71,5 +58,16 @@
|
|
|
71
58
|
"tsup": "^8.0.0",
|
|
72
59
|
"typescript": "^5.8.0",
|
|
73
60
|
"vitest": "^2.1.8"
|
|
61
|
+
},
|
|
62
|
+
"scripts": {
|
|
63
|
+
"build": "tsup",
|
|
64
|
+
"compile": "tsc -p . --noEmit",
|
|
65
|
+
"typecheck": "tsc -p . --noEmit",
|
|
66
|
+
"test": "vitest run",
|
|
67
|
+
"lint": "eslint src/ --max-warnings 0",
|
|
68
|
+
"lint:fix": "eslint src/ --fix --max-warnings 0",
|
|
69
|
+
"test:watch": "vitest",
|
|
70
|
+
"verify-dist": "node scripts/verify-dist.mjs",
|
|
71
|
+
"release:check": "pnpm run build && pnpm run test && pnpm run verify-dist"
|
|
74
72
|
}
|
|
75
|
-
}
|
|
73
|
+
}
|