You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ai/mcp/core.blade.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,4 @@
3
3
- MCP servers need to be registered with a route or handle in `routes/ai.php`. Typically you should start with `Mcp::web()` to register a HTTP streaming MCP server.
4
4
- Servers are very testable - use the `search-docs` tool to find testing instructions.
5
5
- Do not run `mcp:start`. This command hangs waiting for JSON RPC MCP requests.
6
+
- Some MCP clients use node which has its own certificate store. If a user tries to connect to their web MCP server locally on https:// it could fail due to this reason and they'll need to switch to http:// during development only.
0 commit comments