Skip to content

Commit 8dd5895

Browse files
authored
Update references from Workflow to Durable Workflow
1 parent ea516ea commit 8dd5895

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blog/2025-12-03-laravel-workflows-as-mcp-tools-for-ai-clients.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ In this post, we'll show how to build an MCP server that allows AI clients to:
1919

2020
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.
2121

22-
### Why MCP + Workflow?
22+
### Why MCP + Durable Workflow?
2323

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:
2525

2626
- **Async AI operations**: Start a workflow, continue the conversation, check results later
2727
- **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,
436436

437437
### Try It Now in Your Browser
438438

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).
440440

441441
To try it:
442442

@@ -448,7 +448,7 @@ To try it:
448448
php artisan app:init
449449
php artisan queue:work
450450
```
451-
5. Enable the Workflow Server MCP tools
451+
5. Enable the Durable Workflow Server MCP tools
452452
6. Ask your AI to list and run workflows!
453453

454454
### Where to Go From Here
@@ -461,4 +461,4 @@ You can extend this pattern to:
461461
- **Progress streaming**: Use SSE to stream workflow progress in real-time
462462
- **Multi-step agents**: Chain multiple workflows together in a conversation
463463

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

Comments
 (0)