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
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,12 @@ We are eager to hear how you use it and what features you would like to see incl
16
16
Reason about what changes have been deployed where, to help you understand what your customers are using in production.
17
17
18
18
### Production Version Tracking
19
+
19
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.
20
21
21
22
#### π Example Prompt
22
23
23
-
```
24
+
```text
24
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?
25
26
```
26
27
@@ -32,9 +33,9 @@ Get to the root cause of failures or unhealthy deployment targets, allowing you
32
33
33
34
Check for failed deployments or unhealthy kubernetes workloads, analyze the failure reasons and suggest solutions.
34
35
35
-
#### π Example Prompt
36
+
#### π Example Prompt: Deployment Health
36
37
37
-
```
38
+
```text
38
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
39
40
```
40
41
@@ -47,21 +48,21 @@ Check health of the {ServiceName} service in the {SpaceName} space and report an
47
48
Ensure your Octopus instance is in optimal shape, and that deployments continue to execute happily and healthily.
48
49
49
50
### Certificate Expiry Monitoring
50
-
51
+
51
52
Identify unhealthy resources, expiring certificates or find unused projects in your Octopus instance.
52
53
53
-
#### π Example Prompt
54
+
#### π Example Prompt: Certificate Expiry
54
55
55
-
```
56
+
```text
56
57
Find certificates soon set to expire in {SpaceName} space
57
58
```
58
59
59
60
### Resource Access Validation
60
61
61
62
Find configured resources in your Octopus instance and check if they have access to the desired targets.
62
63
63
-
#### π Example Prompt
64
+
#### π Example Prompt: Resource Access
64
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
65
68
```
66
-
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