Skip to content

Commit 1dbaf8d

Browse files
committed
docs: guidelines: MCP - add http/https node issue
1 parent f16e06b commit 1dbaf8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ai/mcp/core.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
- 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.
44
- Servers are very testable - use the `search-docs` tool to find testing instructions.
55
- 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

Comments
 (0)