Server Config
{
"mcpServers": {
"AB Component Server": {
"command": "/path/to/your/python3.12",
"args": [
"/path/to/your/ai_search.py"
],
"envs": {
"APPBUILDER_TOKEN": "your token"
}
}
}
}{
"mcpServers": {
"AB Component Server": {
"command": "/path/to/your/python3.12",
"args": [
"/path/to/your/ai_search.py"
],
"envs": {
"APPBUILDER_TOKEN": "your token"
}
}
}
}