Skip to content

Commit f16e06b

Browse files
committed
docs: guidelines: initial laravel/mcp guidelines
Our documentation is great, so the guidelines don't need to be very detailed
1 parent 13fa1e7 commit f16e06b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.ai/mcp/core.blade.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Laravel MCP
2+
- MCP, Model Context Protocol, is very new. You must use the `search-docs` tool to get documentation for how to write and test Laravel MCP servers, tools, resources, and prompts effectively.
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+
- Servers are very testable - use the `search-docs` tool to find testing instructions.
5+
- Do not run `mcp:start`. This command hangs waiting for JSON RPC MCP requests.

0 commit comments

Comments
 (0)