Skip to content

Commit 2de235b

Browse files
feat: update LightBridge Self Service API-KEYs configuration
1 parent c96a94e commit 2de235b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

charts/librechart/values.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,11 +469,19 @@ config:
469469
redirect_uri: https://ai.camer.digital/api/mcp/github_github_support_docs_search/oauth/callback
470470
scope: "repo repo:status repo_deployment public_repo repo:invite security_events admin:repo_hook write:repo_hook read:repo_hook admin:org write:org read:org admin:org_hook read:public_key write:public_key admin:public_key gist notifications user read:user user:email user:follow project read:project delete_repo write:packages read:packages delete:packages admin:gpg_key write:gpg_key read:gpg_key codespace workflow read:audit_log"
471471
lightbridge_self_service:
472-
title: "LightBridge Self Service"
473-
description: "Provides utilities to CRUD accounts, projects, and API keys. API keys are used to interact with the backend at `https://api.ai.camer.digital/v1` and are OpenAI compatible."
472+
title: "API-KEYs"
473+
description: "LightBridge Self Service API-KEYs"
474474
type: "streamable-http"
475475
initTimeout: 150000
476476
url: "https://self-service-api.ai.camer.digital/mcp"
477+
iconPath: https://raw.githubusercontent.com/ADORSYS-GIS/ai-helm/main/assets/images/adorsys-icon-primary.jpg
478+
chatMenu: false
479+
serverInstructions: |
480+
Provides utilities to CRUD accounts, projects, and API keys.
481+
- API keys are used to interact with the backend at `https://api.ai.camer.digital/v1`
482+
- Backend is OpenAI compatible
483+
- Api-keys belongs to projects, and projects belongs to Accounts.
484+
- Billing account is usually arbitrary and mostly used for humain billing
477485
oauth:
478486
authorization_url: https://accounts.camer.digital/realms/camer-digital/protocol/openid-connect/auth
479487
token_url: https://accounts.camer.digital/realms/camer-digital/protocol/openid-connect/token

0 commit comments

Comments
 (0)