remove_project
Delete a project from the Serena MCP Server configuration by specifying its name, ensuring clean removal and streamlined project management.
Instructions
Removes a project from the Serena configuration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_name | Yes | Name of the project to remove. |
Input Schema (JSON Schema)
{
"properties": {
"project_name": {
"description": "Name of the project to remove.",
"title": "Project Name",
"type": "string"
}
},
"required": [
"project_name"
],
"title": "applyArguments",
"type": "object"
}