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: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,7 +316,20 @@ Available modes:
316
316
317
317
The AWS Deadline Cloud client includes an MCP server that enables AI assistants to interact with AWS Deadline Cloud resources through natural language. The MCP server uses the [MCP Python SDK](https://github.com/modelcontextprotocol/python-sdk) for simplified tool registration while maintaining full protocol compliance.
318
318
319
-
See [MCP Guide](https://github.com/aws-deadline/deadline-cloud/blob/release/docs/mcp_guide.md) for more information.
319
+
Example prompts:
320
+
321
+
```
322
+
- "List all my AWS Deadline Cloud farms"
323
+
- "Show me the queues in my farm"
324
+
- "List the jobs in my queue"
325
+
- "Submit the render job in /path/to/my-job-bundle"
326
+
- "Submit a job with priority 80 to my render queue"
327
+
- "Show me the status of job job-3a907bac684841f69fc344867ee166de"
328
+
- "Download output from job job-3a907bac684841f69fc344867ee166de"
329
+
- "Download output from step step-render in job job-3a907bac684841f69fc344867ee166de"
330
+
```
331
+
332
+
See [MCP Guide](docs/mcp_guide.md) for more information.
0 commit comments