- global CLAUDE.md (time tracking via MCP lesstime) - workspace CLAUDE.md (dev_malio inventory) - commands : ticket-writer, push-tickets-lesstime, full-project-review, bump-version - MCP install guide (Code + Desktop) + .mcp.json.example - scripts/install.sh + sync.sh
20 lines
555 B
JSON
20 lines
555 B
JSON
{
|
|
"mcpServers": {
|
|
"lesstime": {
|
|
"type": "http",
|
|
"url": "http://project.malio-dev.fr/_mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer REPLACE_WITH_YOUR_LESSTIME_API_TOKEN"
|
|
}
|
|
},
|
|
"inventory": {
|
|
"type": "http",
|
|
"url": "http://inventory.malio-dev.fr/_mcp",
|
|
"headers": {
|
|
"X-Profile-Id": "admin-default-profile",
|
|
"X-Profile-Password": "REPLACE_WITH_YOUR_INVENTORY_PASSWORD"
|
|
}
|
|
}
|
|
}
|
|
}
|