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: blog/2025-12-03-laravel-workflows-as-mcp-tools-for-ai-clients.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ In this post, we'll show how to build an MCP server that allows AI clients to:
19
19
20
20
This creates a powerful pattern where AI agents can orchestrate long-running, durable workflows, perfect for complex tasks that can't complete in a single request.
21
21
22
-
### Why MCP + Workflow?
22
+
### Why MCP + Durable Workflow?
23
23
24
-
Workflow excels at durable, stateful execution. MCP excels at giving AI clients structured access to external capabilities. Together, they enable:
24
+
Durable Workflow (formerly Laravel Workflow) excels at durable, stateful execution. MCP excels at giving AI clients structured access to external capabilities. Together, they enable:
25
25
26
26
-**Async AI operations**: Start a workflow, continue the conversation, check results later
27
27
-**Reliable execution**: Workflows survive crashes, retries, and long wait times
@@ -436,7 +436,7 @@ This creates a seamless experience where AI assistants can orchestrate complex,
436
436
437
437
### Try It Now in Your Browser
438
438
439
-
This MCP integration is included and pre-configured in the Workflow [Sample App](https://github.com/laravel-workflow/sample-app).
439
+
This MCP integration is included and pre-configured in the Durable Workflow [Sample App](https://github.com/durable-workflow/sample-app).
440
440
441
441
To try it:
442
442
@@ -448,7 +448,7 @@ To try it:
448
448
php artisan app:init
449
449
php artisan queue:work
450
450
```
451
-
5. Enable the Workflow Server MCP tools
451
+
5. Enable the Durable Workflow Server MCP tools
452
452
6. Ask your AI to list and run workflows!
453
453
454
454
### Where to Go From Here
@@ -461,4 +461,4 @@ You can extend this pattern to:
461
461
-**Progress streaming**: Use SSE to stream workflow progress in real-time
462
462
-**Multi-step agents**: Chain multiple workflows together in a conversation
463
463
464
-
The combination of Workflow's durable execution and MCP's tool protocol creates a foundation for truly capable AI agents that can handle real-world complexity.
464
+
The combination of Durable Workflow's durable execution and MCP's tool protocol creates a foundation for truly capable AI agents that can handle real-world complexity.
0 commit comments