Skip to content

Commit 8373bbe

Browse files
barryvdhCodeWithKyrian
authored andcommitted
[docs] Remove config call from app/bootstrap.php
1 parent b0362e2 commit 8373bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ For Laravel 11+:
217217
// bootstrap/app.php
218218
->withMiddleware(function (Middleware $middleware) {
219219
$middleware->validateCsrfTokens(except: [
220-
config('mcp.transports.http_integrated.route_prefix') . '/message',
220+
'mcp/message', // Adjust if you changed the route prefix
221221
]);
222222
})
223223
```

0 commit comments

Comments
 (0)