activate_project
Activate a registered project or directory by specifying its name, enabling seamless integration and management within the Serena MCP server environment.
Instructions
Activates the project with the given name.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project | Yes | The name of a registered project to activate or a path to a project directory. |
Input Schema (JSON Schema)
{
"properties": {
"project": {
"description": "The name of a registered project to activate or a path to a project directory.",
"title": "Project",
"type": "string"
}
},
"required": [
"project"
],
"title": "applyArguments",
"type": "object"
}