23 lines
564 B
JSON
23 lines
564 B
JSON
{
|
|
"mcpServers": {
|
|
"lesstime": {
|
|
"type": "http",
|
|
"url": "http://project.malio-dev.fr/_mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer 7e8b410a5b79b5c0432951dcee3a3a81e0731e86d9f70d8784ec079a2b759c64"
|
|
}
|
|
},
|
|
"lesstime-local": {
|
|
"command": "docker",
|
|
"args": [
|
|
"exec",
|
|
"-i",
|
|
"php-lesstime-fpm",
|
|
"php",
|
|
"bin/console",
|
|
"mcp:server"
|
|
]
|
|
}
|
|
}
|
|
}
|