Skip to content

Commit 5e207f5

Browse files
Update MCP server use cases styling (#2829)
1 parent f273c57 commit 5e207f5

File tree

1 file changed

+26
-14
lines changed

1 file changed

+26
-14
lines changed

β€Žsrc/pages/docs/octopus-ai/mcp/use-cases.mdxβ€Ž

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,50 +7,62 @@ description:
77
navOrder: 1
88
---
99

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+
1014
## Capability: Change Management
1115

1216
Reason about what changes have been deployed where, to help you understand what your customers are using in production.
1317

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
1519

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.
1721

18-
```
22+
#### πŸ“ Example Prompt
23+
24+
```text
1925
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?
2026
```
2127

2228
## Capability: Troubleshooting
2329

2430
Get to the root cause of failures or unhealthy deployment targets, allowing you to more quickly recover from failures.
2531

26-
Example: Check for failed deployments or unhealthy kubernetes workloads, analyze the failure reasons and suggest solutions.
32+
### Deployment Health Analysis
2733

28-
### πŸ“ Prompt
34+
Check for failed deployments or unhealthy kubernetes workloads, analyze the failure reasons and suggest solutions.
2935

30-
```
36+
#### πŸ“ Example Prompt: Deployment Health
37+
38+
```text
3139
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
3240
```
3341

34-
### πŸ’‘ Tips for customizing
42+
#### πŸ’‘ Tips for customizing
3543

3644
- Prompt for kubernetes status to trigger kubernetes [live object status](/docs/kubernetes/live-object-status) check
3745

3846
## Capability: Administration, Audit, and Compliance
3947

4048
Ensure your Octopus instance is in optimal shape, and that deployments continue to execute happily and healthily.
4149

42-
Example: Identify unhealthy resources, expiring certificates or find unused projects in your Octopus instance.
50+
### Certificate Expiry Monitoring
4351

44-
### πŸ“ Prompt
52+
Identify unhealthy resources, expiring certificates or find unused projects in your Octopus instance.
4553

46-
```
54+
#### πŸ“ Example Prompt: Certificate Expiry
55+
56+
```text
4757
Find certificates soon set to expire in {SpaceName} space
4858
```
4959

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.
5163

52-
### πŸ“ Prompt
64+
#### πŸ“ Example Prompt: Resource Access
5365

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
5468
```
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
56-
```

0 commit comments

Comments
Β (0)