@oneentry/mcp-server 1.1.2 → 1.1.3
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 +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,6 +50,18 @@ npm install -g @oneentry/mcp-server
|
|
|
50
50
|
|
|
51
51
|
---
|
|
52
52
|
|
|
53
|
+
## ⚠️ Required: add to your project's CLAUDE.md
|
|
54
|
+
|
|
55
|
+
After connecting the MCP server, create or edit `CLAUDE.md` in the root of your project and add:
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
This project uses OneEntry CMS. Before doing any work, call the `load-context` tool from the oneentry MCP server.
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
> **Without this, Claude Code will not automatically load OneEntry SDK rules and may produce incorrect code.**
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
53
65
|
## Available resources
|
|
54
66
|
|
|
55
67
|
Read them in Claude Code by typing `@oneentry://rules/<name>`:
|