Skip to content

Commit 9dad052

Browse files
authored
chore: more README style cleanup (#28)
Signed-off-by: Richard Gebhardt <[email protected]>
1 parent e7bcaf7 commit 9dad052

File tree

13 files changed

+34
-0
lines changed

13 files changed

+34
-0
lines changed

src/oci-api-mcp-server/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# OCI API MCP Server
22

33
## Overview
4+
45
This server provides tools to run OCI CLI commands to interact with the OCI services.
56
It includes tools to help with OCI command execution and provide helpful information.
67

78
## Running the server
9+
810
```sh
911
uv run oracle.oci-api-mcp-server
1012
```
1113
## Tools
14+
1215
| Tool Name | Description |
1316
| --- | --- |
1417
| get_oci_command_help | Returns helpful instructions for running an OCI CLI command. Only provide the command after 'oci', do not include the string 'oci' in your command. |

src/oci-compute-instance-agent-mcp-server/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
This server provides tools for interacting with Oracle Cloud Infrastructure (OCI) Compute Instance Agent service.
66

77
## Running the server
8+
89
```sh
910
uv run oracle.oci-compute-instance-agent-mcp-server
1011
```
1112

1213
## Tools
14+
1315
| Tool Name | Description |
1416
| --- | --- |
1517
| list_instance_agent_commands | List instance agent commands |

src/oci-compute-mcp-server/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# OCI Compute MCP Server
22

33
## Overview
4+
45
This server provides tools to interact with the OCI Compute resources.
56
It includes tools to help with managing compute instances.
67

78
## Running the server
9+
810
```sh
911
uv run oracle.oci-compute-mcp-server
1012
```
1113

1214
## Tools
15+
1316
| Tool Name | Description |
1417
| --- | --- |
1518
| list_instances | List Instances in a given compartment |

src/oci-identity-mcp-server/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# OCI Identity MCP Server
22

33
## Overview
4+
45
This server provides tools to interact with the OCI Identity service.
56

67
## Running the server
8+
79
```sh
810
uv run oracle.oci-identity-mcp-server
911
```
1012

1113
## Tools
14+
1215
| Tool Name | Description |
1316
| --- | --- |
1417
| list_compartments | List compartments in a given tenancy. |

src/oci-logging-mcp-server/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# OCI Logging MCP Server
22

33
## Overview
4+
45
This server provides tools to interact with the OCI Logging resources.
56
It includes tools to help with managing logging configurations.
67

78
## Running the server
9+
810
```sh
911
uv run oracle.oci-logging-mcp-server
1012
```
1113

1214
## Tools
15+
1316
| Tool Name | Description |
1417
| --- | --- |
1518
| list_log_groups | List log groups in a given compartment |

src/oci-migration-mcp-server/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
This server provides tools for interacting with Oracle Cloud Infrastructure (OCI) Migration service.
66

77
## Running the server
8+
89
```sh
910
uv run oracle.oci-migration-mcp-server
1011
```
1112

1213
## Tools
14+
1315
| Tool Name | Description |
1416
| --- | --- |
1517
| list_migrations | List migrations in the tenancy |

src/oci-monitoring-mcp-server/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
This server provides tools for interacting with Oracle Cloud Infrastructure (OCI) Monitoring service.
66

77
## Running the server
8+
89
```sh
910
uv run oracle.oci-monitoring-mcp-server
1011
```
1112

1213
## Tools
14+
1315
| Tool Name | Description |
1416
| --- | --- |
1517
| list_metrics | List metrics in the tenancy |

src/oci-network-load-balancer-mcp-server/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# OCI Network Load Balancer MCP Server
22

33
## Overview
4+
45
This server provides tools to interact with the OCI Network Load Balancer resources.
56
It includes tools to help with managing network load balancers.
67

78
## Running the server
9+
810
```sh
911
uv run oracle.oci-network-load-balancer-mcp-server
1012
```
1113

1214
## Tools
15+
1316
| Tool Name | Description |
1417
| --- | --- |
1518
| list_network_load_balancers | List network load balancers in a given compartment |

src/oci-networking-mcp-server/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# OCI Networking MCP Server
22

33
## Overview
4+
45
This server provides tools to interact with the OCI Networking resources.
56
It includes tools to help with managing network configurations.
67

78
## Running the server
9+
810
```sh
911
uv run oracle.oci-networking-mcp-server
1012
```
1113

1214
## Tools
15+
1316
| Tool Name | Description |
1417
| --- | --- |
1518
| list_vcns | List Virtual Cloud Networks (VCNs) in a given compartment |

src/oci-object-storage-mcp-server/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# OCI Object Storage MCP Server
22

33
## Overview
4+
45
This server provides tools to interact with the OCI Object Storage resources.
56
It includes tools to help with managing object storage configurations.
67

78
## Running the server
9+
810
```sh
911
uv run oracle.oci-object-storage-mcp-server
1012
```
1113

1214
## Tools
15+
1316
| Tool Name | Description |
1417
| --- | --- |
1518
| get_namespace | Get the object storage namespace for the tenancy |

0 commit comments

Comments
 (0)