set_profile
Activate a specific profile in the MCP File Context Server to define context generation settings for code analysis and processing.
Instructions
Set the active profile for context generation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
profile_name | Yes | Name of the profile to activate |
Input Schema (JSON Schema)
{
"properties": {
"profile_name": {
"description": "Name of the profile to activate",
"type": "string"
}
},
"required": [
"profile_name"
],
"type": "object"
}