feat(co-gahusb): FE 클라이언트 배선 (.mcp.json + 역할 블록)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 07:34:31 +09:00
parent d0bf5fdd50
commit c024087c94
2 changed files with 144 additions and 1 deletions

9
.mcp.json Normal file
View File

@@ -0,0 +1,9 @@
{
"mcpServers": {
"co-gahusb": {
"type": "http",
"url": "https://gahusb.synology.me/api/co/mcp",
"headers": { "Authorization": "Bearer ${CO_BUS_KEY}" }
}
}
}