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
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,10 @@ navOrder: 1
11
11
12
12
Reason about what changes have been deployed where, to help you understand what your customers are using in production.
13
13
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.
14
+
### Production Version Tracking
15
+
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.
15
16
16
-
###π Prompt
17
+
#### π Example Prompt
17
18
18
19
```
19
20
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?
@@ -23,33 +24,39 @@ Customer X have submitted a support ticket complaining that there is a bug in th
23
24
24
25
Get to the root cause of failures or unhealthy deployment targets, allowing you to more quickly recover from failures.
25
26
26
-
Example: Check for failed deployments or unhealthy kubernetes workloads, analyze the failure reasons and suggest solutions.
27
+
### Deployment Health Analysis
27
28
28
-
### π Prompt
29
+
Check for failed deployments or unhealthy kubernetes workloads, analyze the failure reasons and suggest solutions.
30
+
31
+
#### π Example Prompt
29
32
30
33
```
31
34
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
35
```
33
36
34
-
### π‘ Tips for customizing
37
+
####π‘ Tips for customizing
35
38
36
39
- Prompt for kubernetes status to trigger kubernetes [live object status](/docs/kubernetes/live-object-status) check
37
40
38
41
## Capability: Administration, Audit, and Compliance
39
42
40
43
Ensure your Octopus instance is in optimal shape, and that deployments continue to execute happily and healthily.
41
44
42
-
Example: Identify unhealthy resources, expiring certificates or find unused projects in your Octopus instance.
45
+
### Certificate Expiry Monitoring
46
+
47
+
Identify unhealthy resources, expiring certificates or find unused projects in your Octopus instance.
43
48
44
-
###π Prompt
49
+
#### π Example Prompt
45
50
46
51
```
47
52
Find certificates soon set to expire in {SpaceName} space
48
53
```
49
54
50
-
Example: Find configured resources in your Octopus instance and check if they have access to the desired targets.
55
+
### Resource Access Validation
56
+
57
+
Find configured resources in your Octopus instance and check if they have access to the desired targets.
51
58
52
-
###π Prompt
59
+
#### π Example Prompt
53
60
54
61
```
55
62
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