Ordre des instructions MCP
This commit is contained in:
+21
-21
@@ -41,6 +41,27 @@ def client_instructions(url: str, token: str):
|
||||
start_collapsed=True,
|
||||
always_open=False,
|
||||
children=[
|
||||
dbc.AccordionItem(
|
||||
title="ChatGPT",
|
||||
children=[
|
||||
html.P(
|
||||
"ChatGPT utilise aussi OAuth (aucun jeton à copier). Dans les "
|
||||
"connecteurs, ajoutez un connecteur par URL :"
|
||||
),
|
||||
html.Ol(
|
||||
[
|
||||
html.Li(f"URL du serveur MCP : {url}"),
|
||||
html.Li(
|
||||
"Connectez-vous avec colibre, puis autorisez l'accès."
|
||||
),
|
||||
]
|
||||
),
|
||||
html.P(
|
||||
"La disponibilité des connecteurs dépend de votre plan ChatGPT.",
|
||||
className="text-muted",
|
||||
),
|
||||
],
|
||||
),
|
||||
dbc.AccordionItem(
|
||||
title="Claude Code",
|
||||
children=html.Pre(html.Code(claude)),
|
||||
@@ -85,27 +106,6 @@ def client_instructions(url: str, token: str):
|
||||
8. Cliquez sur **Créer**
|
||||
"""),
|
||||
),
|
||||
dbc.AccordionItem(
|
||||
title="ChatGPT",
|
||||
children=[
|
||||
html.P(
|
||||
"ChatGPT utilise aussi OAuth (aucun jeton à copier). Dans les "
|
||||
"connecteurs, ajoutez un connecteur par URL :"
|
||||
),
|
||||
html.Ol(
|
||||
[
|
||||
html.Li(f"URL du serveur MCP : {url}"),
|
||||
html.Li(
|
||||
"Connectez-vous avec colibre, puis autorisez l'accès."
|
||||
),
|
||||
]
|
||||
),
|
||||
html.P(
|
||||
"La disponibilité des connecteurs dépend de votre plan ChatGPT.",
|
||||
className="text-muted",
|
||||
),
|
||||
],
|
||||
),
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user