nexus_update_project
Modify project details such as name, description, URL, test credentials, completion percentages, and preview images in the Nexus MCP Server.
Instructions
Update a project's details including test credentials
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID or slug | |
| name | No | Updated project name | |
| description | No | Updated description | |
| url | No | Updated project URL | |
| testCredentials | No | Test credentials as JSON object | |
| setupData | No | Setup data as JSON object | |
| featureCompletion | No | Feature completion percentage (0-100) | |
| productionReadiness | No | Production readiness percentage (0-100) | |
| previewImage | No | Preview image URL |