Skip to content

Commit 0df673d

Browse files
shanerbaner82claude
andcommitted
Add nightwatch MCP server, enable paid plugins feature
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7d0e59f commit 0df673d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.mcp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"./artisan",
77
"boost:mcp"
88
]
9+
},
10+
"nightwatch": {
11+
"type": "http",
12+
"url": "https://nightwatch.laravel.com/mcp"
913
}
1014
}
1115
}

app/Features/AllowPaidPlugins.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class AllowPaidPlugins
66
{
77
public function resolve(mixed $scope): bool
88
{
9-
return false;
9+
return true;
1010
}
1111
}

0 commit comments

Comments
 (0)