Skip to content

Commit 8242122

Browse files
committed
Modified list in MCP-Sandbox to fix the formatting
1 parent 20ddf87 commit 8242122

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

modules/genai-ecosystem/pages/model-context-protocol-mcp.adoc

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -239,26 +239,29 @@ The https://github.com/neo4j-contrib/sandbox-mcp-server[sandbox-mcp-server^] ser
239239
A key feature of this MCP server is the ability to not only manage the lifecycle of sandboxes (creating, terminating, extending) but also to directly interact with the data inside them. You can retrieve the database schema and execute both read and write Cypher queries on any of your running sandbox instances. This is particularly useful for rapid prototyping, testing, and data exploration without leaving your IDE.
240240

241241
Instance & User Management:
242-
* `start_new_sandbox`: Creates a new sandbox instance for a specific use case.
243-
* `list_sandboxes_for_user`: Lists all active sandboxes for the user.
244-
* `terminate_sandbox`: Deletes a sandbox instance.
245-
* `get_sandbox_connection_details`: Retrieves connection details for a sandbox.
246-
* `extend_sandbox_lifetime`: Extends the lifetime of a sandbox.
247-
* `invite_sandbox_collaborator`: Invites a collaborator to a sandbox.
248-
* `get_user_information`: Retrieves information for the authenticated user.
242+
243+
* `start_new_sandbox` - Creates a new sandbox instance for a specific use case.
244+
* `list_sandboxes_for_user` - Lists all active sandboxes for the user.
245+
* `terminate_sandbox` - Deletes a sandbox instance.
246+
* `get_sandbox_connection_details` - Retrieves connection details for a sandbox.
247+
* `extend_sandbox_lifetime` - Extends the lifetime of a sandbox.
248+
* `invite_sandbox_collaborator` - Invites a collaborator to a sandbox.
249+
* `get_user_information` - Retrieves information for the authenticated user.
249250

250251
Data Interaction:
251-
* `get_schema`: Fetches the graph schema from a sandbox.
252-
* `read_query`: Executes a read-only Cypher query.
253-
* `write_query`: Executes a write Cypher query.
252+
253+
* `get_schema` - Fetches the graph schema from a sandbox.
254+
* `read_query` - Executes a read-only Cypher query.
255+
* `write_query` - Executes a write Cypher query.
254256

255257
Backup & Aura Upload:
256-
* `request_sandbox_backup`: Requests a backup for a sandbox.
257-
* `list_sandbox_backups`: Lists available backups for a sandbox.
258-
* `get_backup_result`: Retrieves the result of a backup task.
259-
* `get_sandbox_backup_download_url`: Gets a download URL for a backup file.
260-
* `upload_sandbox_to_aura`: Uploads a sandbox backup to an Aura instance.
261-
* `get_aura_upload_result`: Retrieves the result of an Aura upload task.
258+
259+
* `request_sandbox_backup` - Requests a backup for a sandbox.
260+
* `list_sandbox_backups` - Lists available backups for a sandbox.
261+
* `get_backup_result` - Retrieves the result of a backup task.
262+
* `get_sandbox_backup_download_url` - Gets a download URL for a backup file.
263+
* `upload_sandbox_to_aura` - Uploads a sandbox backup to an Aura instance.
264+
* `get_aura_upload_result` - Retrieves the result of an Aura upload task.
262265

263266
image::https://dist.neo4j.com/wp-content/uploads/mcp-neo4j-sandbox-list-create.png[width=400]
264267
image::https://dist.neo4j.com/wp-content/uploads/mcp-neo4j-sandbox-get-schema.png[width=400]

0 commit comments

Comments
 (0)