Skip to content

Commit dde6c8c

Browse files
committed
doc(readme): additional info
1 parent 6cb5626 commit dde6c8c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@
1717
<a href="#getting-started">🚀 Getting Started</a>
1818
</p>
1919

20-
## ✨ Features <a id="features" />
20+
## ✨ Features <a id="features"></a>
2121

2222
A powerful and flexible Kubernetes MCP server implementation with support for OpenShift.
2323

2424
- **✅ Configuration**: View and manage the Kubernetes `.kube/config`.
25-
- View
25+
- **View** the current configuration.
2626
- **✅ Generic Kubernetes Resources**: Perform operations on any Kubernetes resource.
27-
- Any CRUD operation (Create or Update, Get, List, Delete)
27+
- Any CRUD operation (Create or Update, Get, List, Delete).
2828
- **✅ Pods**: Perform Pod-specific operations.
29-
- List in all namespaces or in a specific namespace
30-
- Get
31-
- Delete
32-
- Show logs
33-
- Run
29+
- **List** pods in all namespaces or in a specific namespace.
30+
- **Get** a pod by name from the specified namespace.
31+
- **Delete** a pod by name from the specified namespace.
32+
- **Show logs** for a pod by name from the specified namespace.
33+
- **Run** a container image in a pod and optionally expose it.
3434

35-
## 🚀 Getting Started <a id="getting-started" />
35+
## 🚀 Getting Started <a id="getting-started"></a>
3636

3737
### Claude Desktop
3838

0 commit comments

Comments
 (0)