You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: netapp_dataops_k8s/docs/mcp_server_k8s.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,26 @@ NetApp DataOps Toolkit MCP Server is an open-source, Python-based server compone
7
7
>[!NOTE]
8
8
>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".
9
9
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
+
10
30
## Quick Start
11
31
12
32
### Prerequisites
@@ -58,23 +78,3 @@ To use the MCP server with an MCP client, you need to configure the client to us
58
78
}
59
79
}
60
80
```
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