testneo_bootstrap_web_mcp_project
Validates and creates a web project with optional default environment (base URL and credentials) in one request. Returns a trace of actions and recommended next tools.
Instructions
One-shot onboarding: validate → create web project with optional default environment (base_url + credentials) in a single POST when add_base_url_variable=true. Returns a trace + recommended_next_tools. Guarded like other writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| website_url | Yes | ||
| description | No | ||
| project_environment_name | No | staging | |
| add_base_url_variable | No | ||
| base_url_variable_name | No | base_url | |
| environment_username | No | ||
| environment_password | No | ||
| confirm | No | ||
| idempotency_key | No |