Skip to content

Commit dba55f7

Browse files
committed
mcp_server_k8s.md edited online with Bitbucket
1 parent 37376ed commit dba55f7

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

netapp_dataops_k8s/docs/mcp_server_k8s.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ NetApp DataOps Toolkit MCP Server is an open-source, Python-based server compone
77
>[!NOTE]
88
>This MCP server uses the stdio transport, as shown in the [MCP Server Quickstart](https://modelcontextprotocol.io/quickstart/server), making it a "local MCP server".
99
10+
## Available Tools
11+
12+
The MCP server provides the following tools for managing JupyterLab workspaces and volumes in a Kubernetes environment:
13+
14+
### Workspace Management Tools
15+
16+
- **CreateJupyterLab**: Create a new JupyterLab workspace.
17+
- **CloneJupyterLab**: Clone an existing JupyterLab workspace.
18+
- **ListJupyterLabs**: List all JupyterLab workspaces.
19+
- **CreateJupyterLabSnapshot**: Create a snapshot of a JupyterLab workspace.
20+
- **ListJupyterLabSnapshots**: List all snapshots of JupyterLab workspaces.
21+
22+
### Volume Management Tools
23+
24+
- **CreateVolume**: Create a new volume.
25+
- **CloneVolume**: Clone an existing volume.
26+
- **ListVolumes**: List all volumes.
27+
- **CreateVolumeSnapshot**: Create a snapshot of a volume.
28+
- **ListVolumeSnapshots**: List all snapshots of volumes.
29+
1030
## Quick Start
1131

1232
### Prerequisites
@@ -58,23 +78,3 @@ To use the MCP server with an MCP client, you need to configure the client to us
5878
}
5979
}
6080
```
61-
62-
## Available Tools
63-
64-
The MCP server provides the following tools for managing JupyterLab workspaces and volumes in a Kubernetes environment:
65-
66-
### Workspace Management Tools
67-
68-
- **CreateJupyterLab**: Create a new JupyterLab workspace.
69-
- **CloneJupyterLab**: Clone an existing JupyterLab workspace.
70-
- **ListJupyterLabs**: List all JupyterLab workspaces.
71-
- **CreateJupyterLabSnapshot**: Create a snapshot of a JupyterLab workspace.
72-
- **ListJupyterLabSnapshots**: List all snapshots of JupyterLab workspaces.
73-
74-
### Volume Management Tools
75-
76-
- **CreateVolume**: Create a new volume.
77-
- **CloneVolume**: Clone an existing volume.
78-
- **ListVolumes**: List all volumes.
79-
- **CreateVolumeSnapshot**: Create a snapshot of a volume.
80-
- **ListVolumeSnapshots**: List all snapshots of volumes.

0 commit comments

Comments
 (0)