@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.
Files changed (2) hide show
  1. package/README.md +7 -5
  2. 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 command to your MCP configuration:
34
- ```bash
35
- node d:/Work/MCP/bin/index.js
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhvanilpansuriya/code-niyam",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Industrial-grade MCP server for strict context and UI rule enforcement.",
5
5
  "type": "module",
6
6
  "main": "bin/index.js",