@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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
- "mcpServers": {
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
- "mcpServers": {
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
- "mcpServers": {
145
+ "servers": {
146
146
  "adonisjs-local": {
147
147
  "command": "node",
148
148
  "args": ["${workspaceFolder}/build/index.js"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mkrlbs/mcp-adonisjs",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server for executing AdonisJS Ace commands",
5
5
  "type": "module",
6
6
  "bin": {