Skip to content

Commit 4fe2cbe

Browse files
xel1045CodeWithKyrian
authored andcommitted
docs: transport should be explicitly set to stdio for the tool to start
When starting the tool is VSCode without providing a transport, it can't "Choose transport protocol for MCP server communication", so we need to explicitly define it.
1 parent 69ede29 commit 4fe2cbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ Configure your MCP client to execute this command directly. For example, in Curs
274274
"command": "php",
275275
"args": [
276276
"/full/path/to/your/laravel/project/artisan",
277-
"mcp:serve"
277+
"mcp:serve",
278+
"--transport=stdio"
278279
]
279280
}
280281
}

0 commit comments

Comments
 (0)