@dhvanilpansuriya/code-niyam 1.0.0 → 1.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.
- package/README.md +7 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,12 +30,14 @@ An industrial-grade Model Context Protocol (MCP) server for strict enforcement o
|
|
|
30
30
|
|
|
31
31
|
### Connecting to AI Clients (Cursor, Claude Desktop, etc.)
|
|
32
32
|
|
|
33
|
-
Add the following
|
|
34
|
-
```
|
|
35
|
-
|
|
33
|
+
Add the following to your MCP configuration:
|
|
34
|
+
```json
|
|
35
|
+
"code-niyam": {
|
|
36
|
+
"command": "npx",
|
|
37
|
+
"args": ["-y", "@dhvanilpansuriya/code-niyam"]
|
|
38
|
+
}
|
|
36
39
|
```
|
|
37
|
-
|
|
38
|
-
### Available Tools
|
|
40
|
+
*Note: This works instantly on any machine without cloning the repo!*
|
|
39
41
|
|
|
40
42
|
- `get_ui_rules`: Injects the UI design system prompts.
|
|
41
43
|
- `get_code_patterns`: Injects architectural and coding convention prompts.
|