You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cursor/flows/ds-refactoring-flow/01-find-violations.mdc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Step 1: Find violations
19
19
Store the result in a variable called scanResult.
20
20
21
21
2. Perform first-level error handling:
22
-
- If the function call returns an error containing "Missing ds.deprecatedCssClassesPath", respond with:
22
+
- If the function call returns an error or result containing "Missing ds.deprecatedCssClassesPath", respond with:
23
23
<commentary>⚠️ *Cannot proceed: Missing required configuration parameter* – The `ds.deprecatedCssClassesPath` parameter must be provided when starting the MCP server to use violation detection tools. Please restart the server with this parameter configured.</commentary>
24
24
Then stop execution.
25
25
- If the function call returns any other error, respond with:
Copy file name to clipboardExpand all lines: .cursor/flows/ds-refactoring-flow/01b-find-all-violations.mdc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Step 1: Find violations
17
17
Store the result in a variable called scanResult.
18
18
19
19
2. Perform first-level error handling:
20
-
- If the function call returns an error containing "Missing ds.deprecatedCssClassesPath", respond with:
20
+
- If the function call returns an error or result containing "Missing ds.deprecatedCssClassesPath", respond with:
21
21
<commentary>⚠️ *Cannot proceed: Missing required configuration parameter* – The `ds.deprecatedCssClassesPath` parameter must be provided when starting the MCP server to use violation detection tools. Please restart the server with this parameter configured.</commentary>
22
22
Then stop execution.
23
23
- If the function call returns any other error, respond with:
0 commit comments