project_switch
Switch to a specified project directory on the Kratos-MCP server to enable project isolation and context-aware coding assistance, maintaining traceable memory of code snippets and runtime traces.
Instructions
Switch to a different project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_path | Yes | Path to project directory |
Input Schema (JSON Schema)
{
"properties": {
"project_path": {
"description": "Path to project directory",
"type": "string"
}
},
"required": [
"project_path"
],
"type": "object"
}