@vibecheck-ai/mcp 23.0.1 → 23.2.0

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.
Files changed (3) hide show
  1. package/dist/index.js +33 -20
  2. package/package.json +21 -15
  3. package/LICENSE +0 -21
package/dist/index.js CHANGED
@@ -283922,17 +283922,17 @@ var PLAN_RANK = Object.fromEntries(
283922
283922
  var PLAN_DEFINITIONS = {
283923
283923
  free: {
283924
283924
  displayName: "Free",
283925
- tagline: "Get started with unlimited local scans.",
283925
+ tagline: "Try VibeCheck with basic scanning.",
283926
283926
  monthlyPriceUsd: 0,
283927
283927
  priceLabel: "$0",
283928
283928
  billingInterval: "month",
283929
283929
  badgeToken: "tier-free",
283930
283930
  highlights: [
283931
- "Unlimited local scans",
283932
- "17 detection engines",
283933
- "Ship score & HTML reports",
283931
+ "2 scans per day",
283932
+ "Ship score & basic report",
283934
283933
  "Firewall observe mode",
283935
- "1 AI fix per month"
283934
+ "1 AI fix per month",
283935
+ "3 finding details per scan"
283936
283936
  ],
283937
283937
  bestFor: "Individual devs exploring AI code quality",
283938
283938
  popular: false,
@@ -283948,13 +283948,13 @@ var PLAN_DEFINITIONS = {
283948
283948
  billingInterval: "month",
283949
283949
  badgeToken: "tier-pro",
283950
283950
  highlights: [
283951
- "Everything in Free, plus:",
283951
+ "Unlimited scans & all findings",
283952
+ "All 17 detection engines",
283952
283953
  "Unlimited AI auto-fix",
283953
283954
  "Reality Mode (runtime verification)",
283954
- "CommitShield blocking mode",
283955
- "Shareable reports & proof badges",
283956
- "Cloud sync & 90-day history",
283957
- "Priority support"
283955
+ "CommitShield, Watch Mode, Doctor",
283956
+ "Cloud sync, PDF reports & proof badges",
283957
+ "7-day free trial"
283958
283958
  ],
283959
283959
  bestFor: "Solo devs ready to ship with confidence",
283960
283960
  popular: true,
@@ -284271,14 +284271,20 @@ var ENTITLEMENTS = {
284271
284271
  ENTERPRISE_SIGNED_BUNDLES: "enterprise_signed_bundles"
284272
284272
  };
284273
284273
  var FREE_SET = /* @__PURE__ */ new Set([
284274
- ENTITLEMENTS.SCAN_UNLIMITED,
284275
284274
  ENTITLEMENTS.SCAN_BASIC,
284276
284275
  ENTITLEMENTS.SHIP_SCORE,
284277
- ENTITLEMENTS.DOCTOR,
284278
284276
  ENTITLEMENTS.REPORTS_HTML,
284279
- ENTITLEMENTS.CHECKPOINT,
284280
284277
  ENTITLEMENTS.MISSIONS_VIEW,
284281
284278
  ENTITLEMENTS.TEMPLATES_BROWSE,
284279
+ ENTITLEMENTS.FIREWALL_OBSERVE,
284280
+ ENTITLEMENTS.AUTOFIX_LIMITED,
284281
+ ENTITLEMENTS.PROOF_VIEW
284282
+ ]);
284283
+ var PRO_SET = /* @__PURE__ */ new Set([
284284
+ ...FREE_SET,
284285
+ ENTITLEMENTS.SCAN_UNLIMITED,
284286
+ ENTITLEMENTS.DOCTOR,
284287
+ ENTITLEMENTS.CHECKPOINT,
284282
284288
  ENTITLEMENTS.TEMPLATES_INSTALL,
284283
284289
  ENTITLEMENTS.TRUTHPACK_GENERATE,
284284
284290
  ENTITLEMENTS.TRUTHPACK_VALIDATE,
@@ -284286,19 +284292,13 @@ var FREE_SET = /* @__PURE__ */ new Set([
284286
284292
  ENTITLEMENTS.PROMPT_TEMPLATES_BASIC,
284287
284293
  ENTITLEMENTS.WATCH_MODE,
284288
284294
  ENTITLEMENTS.TRACE_ANALYSIS,
284289
- ENTITLEMENTS.FIREWALL_OBSERVE,
284290
284295
  ENTITLEMENTS.FILE_LOCKING,
284291
- ENTITLEMENTS.AUTOFIX_LIMITED,
284292
284296
  ENTITLEMENTS.COMMIT_SHIELD_WARNINGS,
284293
284297
  ENTITLEMENTS.GITHUB_ACTION_WARN,
284294
284298
  ENTITLEMENTS.VIBE_PROMPT,
284295
284299
  ENTITLEMENTS.REVIEW_WORKFLOWS,
284296
284300
  ENTITLEMENTS.FLOW_WORKFLOWS,
284297
284301
  ENTITLEMENTS.ATLAS,
284298
- ENTITLEMENTS.PROOF_VIEW
284299
- ]);
284300
- var PRO_SET = /* @__PURE__ */ new Set([
284301
- ...FREE_SET,
284302
284302
  ENTITLEMENTS.AUTOFIX_UNLIMITED,
284303
284303
  ENTITLEMENTS.AUTOFIX_APPLY,
284304
284304
  ENTITLEMENTS.REALITY_MODE,
@@ -284853,7 +284853,20 @@ var FEATURE_NAMES = {
284853
284853
  TEAM_DASHBOARD: "Team Dashboard",
284854
284854
  ENTERPRISE_DASHBOARD: "Enterprise Dashboard",
284855
284855
  POLICY_ENGINE: "Policy Engine",
284856
- DEEP_SCAN: "Deep Scan"
284856
+ DEEP_SCAN: "Deep Scan",
284857
+ COMMIT_SHIELD: "CommitShield",
284858
+ DOCGUARD: "DocGuard",
284859
+ TESTGAP: "TestGap",
284860
+ ARCHRULES: "ArchRules",
284861
+ PROVENANCE: "Provenance",
284862
+ MODEL_FINGERPRINT: "Model Fingerprint",
284863
+ DRIFT_DETECTION: "Drift Detection",
284864
+ CHAOS_AGENT: "Chaos Agent",
284865
+ AUDIT_LOG: "Audit Log",
284866
+ MULTI_REPO: "Multi-Repo",
284867
+ SDK_GENERATOR: "SDK Generator",
284868
+ COMPLIANCE_AUDIT: "Compliance Audit",
284869
+ CI_INTEGRATION: "CI Integration"
284857
284870
  };
284858
284871
  var INTRO_PRICES = {
284859
284872
  free: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibecheck-ai/mcp",
3
- "version": "23.0.1",
3
+ "version": "23.2.0",
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",
@@ -28,29 +28,35 @@
28
28
  "bugs": {
29
29
  "url": "https://github.com/vibecheck-oss/vibecheck/issues"
30
30
  },
31
- "files": [
32
- "dist/index.js"
33
- ],
31
+ "files": ["dist/index.js"],
34
32
  "bin": {
35
33
  "vibecheck-mcp": "./dist/index.js"
36
34
  },
35
+ "scripts": {
36
+ "build": "tsup",
37
+ "compile": "tsc -p . --noEmit",
38
+ "test": "vitest run",
39
+ "test:watch": "vitest",
40
+ "verify-dist": "node scripts/verify-dist.mjs",
41
+ "release:check": "pnpm run build && pnpm run test && pnpm run verify-dist",
42
+ "prepublishOnly": "pnpm run release:check && node scripts/prepublish.cjs",
43
+ "postpublish": "node scripts/postpublish.cjs"
44
+ },
37
45
  "dependencies": {
38
46
  "@modelcontextprotocol/sdk": "^1.0.0",
39
- "@repo/shared-types": "^1.1.0",
40
- "@vibecheck-ai/cli": "^23.0.1"
47
+ "@repo/shared-types": "workspace:*",
48
+ "@vibecheck-ai/cli": "workspace:*"
41
49
  },
42
50
  "devDependencies": {
51
+ "@repo/context-engine": "workspace:*",
52
+ "@repo/context-evolution": "workspace:*",
53
+ "@repo/subscriptions": "workspace:*",
43
54
  "@types/node": "^20.0.0",
55
+ "@vibecheck/codegraph": "workspace:*",
56
+ "@vibecheck/core": "workspace:*",
57
+ "@vibecheck/engines": "workspace:*",
44
58
  "tsup": "^8.0.0",
45
59
  "typescript": "^5.8.0",
46
60
  "vitest": "^1.0.0"
47
- },
48
- "scripts": {
49
- "build": "tsup",
50
- "compile": "tsc -p . --noEmit",
51
- "test": "vitest run",
52
- "test:watch": "vitest",
53
- "verify-dist": "node scripts/verify-dist.mjs",
54
- "release:check": "pnpm run build && pnpm run test && pnpm run verify-dist"
55
61
  }
56
- }
62
+ }
package/LICENSE DELETED
@@ -1,21 +0,0 @@
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.