@rigour-labs/mcp 3.0.0 → 3.0.1

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.
@@ -126,6 +126,13 @@ export declare function loadConfig(cwd: string): Promise<{
126
126
  check_unsafe_fetch: boolean;
127
127
  };
128
128
  };
129
+ hooks: {
130
+ enabled: boolean;
131
+ tools: ("claude" | "cursor" | "cline" | "windsurf")[];
132
+ fast_gates: string[];
133
+ timeout_ms: number;
134
+ block_on_failure: boolean;
135
+ };
129
136
  output: {
130
137
  report_path: string;
131
138
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rigour-labs/mcp",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "MCP server for AI code quality gates. Integrates with Claude Desktop, Cursor, Cline, and VS Code to enforce engineering standards in real-time.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://rigour.run",
@@ -38,7 +38,7 @@
38
38
  "execa": "^8.0.1",
39
39
  "fs-extra": "^11.2.0",
40
40
  "yaml": "^2.8.2",
41
- "@rigour-labs/core": "3.0.0"
41
+ "@rigour-labs/core": "3.0.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^25.0.3",