Skip to content

Commit ef39d80

Browse files
committed
Fix linting issues
1 parent 5771b52 commit ef39d80

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ We are eager to hear how you use it and what features you would like to see incl
1616
Reason about what changes have been deployed where, to help you understand what your customers are using in production.
1717

1818
### Production Version Tracking
19+
1920
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.
2021

2122
#### πŸ“ Example Prompt
2223

23-
```
24+
```text
2425
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?
2526
```
2627

@@ -32,9 +33,9 @@ Get to the root cause of failures or unhealthy deployment targets, allowing you
3233

3334
Check for failed deployments or unhealthy kubernetes workloads, analyze the failure reasons and suggest solutions.
3435

35-
#### πŸ“ Example Prompt
36+
#### πŸ“ Example Prompt: Deployment Health
3637

37-
```
38+
```text
3839
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
3940
```
4041

@@ -47,21 +48,21 @@ Check health of the {ServiceName} service in the {SpaceName} space and report an
4748
Ensure your Octopus instance is in optimal shape, and that deployments continue to execute happily and healthily.
4849

4950
### Certificate Expiry Monitoring
50-
51+
5152
Identify unhealthy resources, expiring certificates or find unused projects in your Octopus instance.
5253

53-
#### πŸ“ Example Prompt
54+
#### πŸ“ Example Prompt: Certificate Expiry
5455

55-
```
56+
```text
5657
Find certificates soon set to expire in {SpaceName} space
5758
```
5859

5960
### Resource Access Validation
6061

6162
Find configured resources in your Octopus instance and check if they have access to the desired targets.
6263

63-
#### πŸ“ Example Prompt
64+
#### πŸ“ Example Prompt: Resource Access
6465

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
6568
```
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
67-
```

0 commit comments

Comments
Β (0)