Skip to content

Commit e549e7b

Browse files
authored
[docs] Remove config call from app/bootstrap.php
1 parent db16888 commit e549e7b

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)