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: src/pages/docs/octopus-ai/mcp/use-cases.mdx
+26-14Lines changed: 26 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,50 +7,62 @@ description:
7
7
navOrder: 1
8
8
---
9
9
10
+
Below are some typical example use cases that might give you a good starting point to experiment with the Octopus Deploy MCP server.
11
+
12
+
We are eager to hear how you use it and what features you would like to see included in future versions.
13
+
10
14
## Capability: Change Management
11
15
12
16
Reason about what changes have been deployed where, to help you understand what your customers are using in production.
13
17
14
-
Example: Quickly find out what version of your software a customer, represented by a Tenant, is running in Production, and identify if there were any issues with their most recent deployment.
18
+
### Production Version Tracking
15
19
16
-
### π Prompt
20
+
Quickly find out what version of your software a customer, represented by a Tenant, is running in Production, and identify if there were any issues with their most recent deployment.
17
21
18
-
```
22
+
#### π Example Prompt
23
+
24
+
```text
19
25
Customer X have submitted a support ticket complaining that there is a bug in the latest release of App. Can you tell me what release they are on, when it was deployed, and if there were any issues with the deployment?
20
26
```
21
27
22
28
## Capability: Troubleshooting
23
29
24
30
Get to the root cause of failures or unhealthy deployment targets, allowing you to more quickly recover from failures.
25
31
26
-
Example: Check for failed deployments or unhealthy kubernetes workloads, analyze the failure reasons and suggest solutions.
32
+
### Deployment Health Analysis
27
33
28
-
### π Prompt
34
+
Check for failed deployments or unhealthy kubernetes workloads, analyze the failure reasons and suggest solutions.
29
35
30
-
```
36
+
#### π Example Prompt: Deployment Health
37
+
38
+
```text
31
39
Check health of the {ServiceName} service in the {SpaceName} space and report any issues found, check status of kubernetes services to produce a comprehensive report
32
40
```
33
41
34
-
### π‘ Tips for customizing
42
+
####π‘ Tips for customizing
35
43
36
44
- Prompt for kubernetes status to trigger kubernetes [live object status](/docs/kubernetes/live-object-status) check
37
45
38
46
## Capability: Administration, Audit, and Compliance
39
47
40
48
Ensure your Octopus instance is in optimal shape, and that deployments continue to execute happily and healthily.
41
49
42
-
Example: Identify unhealthy resources, expiring certificates or find unused projects in your Octopus instance.
50
+
### Certificate Expiry Monitoring
43
51
44
-
### π Prompt
52
+
Identify unhealthy resources, expiring certificates or find unused projects in your Octopus instance.
45
53
46
-
```
54
+
#### π Example Prompt: Certificate Expiry
55
+
56
+
```text
47
57
Find certificates soon set to expire in {SpaceName} space
48
58
```
49
59
50
-
Example: Find configured resources in your Octopus instance and check if they have access to the desired targets.
60
+
### Resource Access Validation
61
+
62
+
Find configured resources in your Octopus instance and check if they have access to the desired targets.
51
63
52
-
### π Prompt
64
+
####π Example Prompt: Resource Access
53
65
66
+
```text
67
+
Check accounts configured in {SpaceName} space in my Octopus instance, find the preproduction azure account and then check which resources are available in that subscription using the azure mcp
54
68
```
55
-
Check accounts configured in {SpaceName} space in my Octopus instance, find the preproduction azure account and then check which resources are available in that subscription using the azure mcp
0 commit comments