@mkrlbs/mcp-adonisjs 1.0.1 → 1.0.2
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ Add to your `claude_desktop_config.json`:
|
|
|
110
110
|
|
|
111
111
|
```json
|
|
112
112
|
{
|
|
113
|
-
"
|
|
113
|
+
"servers": {
|
|
114
114
|
"adonisjs": {
|
|
115
115
|
"command": "npx",
|
|
116
116
|
"args": ["-y", "@mkrlbs/mcp-adonisjs"]
|
|
@@ -126,7 +126,7 @@ Add to your `claude_desktop_config.json`:
|
|
|
126
126
|
|
|
127
127
|
```json
|
|
128
128
|
{
|
|
129
|
-
"
|
|
129
|
+
"servers": {
|
|
130
130
|
"adonisjs": {
|
|
131
131
|
"command": "npx",
|
|
132
132
|
"args": ["-y", "@mkrlbs/mcp-adonisjs"]
|
|
@@ -142,7 +142,7 @@ Code workspace:
|
|
|
142
142
|
|
|
143
143
|
```json
|
|
144
144
|
{
|
|
145
|
-
"
|
|
145
|
+
"servers": {
|
|
146
146
|
"adonisjs-local": {
|
|
147
147
|
"command": "node",
|
|
148
148
|
"args": ["${workspaceFolder}/build/index.js"],
|