install_base_servers
Deploy base MCP servers using a configuration file to set up and manage server environments efficiently in mcp-neurolora.
Instructions
Install base MCP servers to the configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
configPath | Yes | Path to the MCP settings configuration file |
Input Schema (JSON Schema)
{
"properties": {
"configPath": {
"description": "Path to the MCP settings configuration file",
"type": "string"
}
},
"required": [
"configPath"
],
"type": "object"
}