create_project
Create a project in the workspace (name; slug derived and made unique). Needs mcp:admin; plan project caps apply (plan_limit_exceeded). Then attach repositories with add_repository { projectId, owner, repo_name } and bind the session with ref op:"use_project" (or init with the checkout's repository once attached).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name. The slug is derived from it and made unique within the workspace. | |
| feedback | No | Optional: report how a previous answer worked out; piggybacks on any call. |