Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/neptune_cli/mcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def provision_resources(neptune_json_path: str) -> dict[str, Any]:
return {
"infrastructure_status": "ready",
"message": "all the resources required by the project have been provisioned, and it is ready for deployment",
"next_step": "deploy the project using the 'deploy_project' command; note how each resource should be used by inspecting their descriptions in this response",
"next_step": "review the infrastructure_resources in case there's a task to do before deploying the project using the 'deploy_project' command; note how each resource should be used by inspecting their descriptions in this response",
"infrastructure_resources": [resource.model_dump() for resource in project.resources],
}

Expand Down