Skip to content

Commit b5495c2

Browse files
authored
Merge pull request #34 from NetApp/release-v2.7.0
Release v2.7.0
2 parents 2fd2441 + 1738fde commit b5495c2

33 files changed

Lines changed: 8395 additions & 2138 deletions

mcp_servers.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ The [NetApp DataOps Toolkit MCP Server for ONTAP](netapp_dataops_traditional/doc
1616
- **List Snapshots**: Retrieve a list of all snapshots for a specific volume.
1717
- **Create SnapMirror Relationship**: Set up SnapMirror relationships for efficient data replication.
1818
- **List SnapMirror Relationships**: Retrieve a list of all SnapMirror relationships on the storage system.
19+
- **Create FlexCache Volume**: Create FlexCache volumes for efficient data access and caching.
20+
21+
## NetApp DataOps Toolkit MCP Server for Google Cloud NetApp Volumes
22+
23+
The [NetApp DataOps Toolkit MCP Server for Google Cloud NetApp Volumes](netapp_dataops_traditional/docs/gcnv_mcp_server_readme.md) is an MCP Server that enables AI agents to manage volumes and snapshots using Google Cloud NetApp Volumes.
24+
25+
### Available Tools
26+
27+
- **Create Volume:** Rapidly provision new NetApp volumes in Google Cloud with customizable configurations including protocols, security settings, and backup policies.
28+
- **Clone Volume:** Create near-instantaneous, space-efficient clones of existing volumes from snapshots using NetApp technology.
29+
- **List Volumes:** Retrieve a list of all existing data volumes in a specified project and location.
30+
- **Create Snapshot:** Create space-efficient, read-only copies of data volumes for versioning and traceability.
31+
- **List Snapshots:** Retrieve a list of all snapshots for a specific volume.
32+
- **Create Replication:** Set up replication relationships for efficient data replication and disaster recovery between volumes.
1933

2034
## NetApp DataOps Toolkit for Kubernetes MCP Server
2135

@@ -40,3 +54,4 @@ This MCP Server provides the following tools for managing JupyterLab workspaces
4054
- **ListVolumes**: List all volumes.
4155
- **CreateVolumeSnapshot**: Create a snapshot of a volume.
4256
- **ListVolumeSnapshots**: List all snapshots of volumes.
57+
- **CreateFlexCache**: Create a FlexCache volume.

netapp_dataops_k8s/docs/mcp_server_k8s.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The MCP server provides the following tools for managing JupyterLab workspaces a
2626
- **ListVolumes**: List all volumes.
2727
- **CreateVolumeSnapshot**: Create a snapshot of a volume.
2828
- **ListVolumeSnapshots**: List all snapshots of volumes.
29+
- **CreateFlexCache**: Create a new FlexCache volume.
2930

3031
## Quick Start
3132

netapp_dataops_k8s/docs/volume_management.md

Lines changed: 190 additions & 21 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)