From 80e815752666acf9aa565bfe84896844ab3ff887 Mon Sep 17 00:00:00 2001 From: tomoyoh Date: Wed, 18 Feb 2026 14:47:15 +0900 Subject: [PATCH] Merging changes from #104 for CLOUD-20290 Add Replit to Embedded AI tools --- ja/Clients/Replit-Client-Embedded.mdx | 2 +- ja/snippets/AI-tools-embedded-list.mdx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ja/Clients/Replit-Client-Embedded.mdx b/ja/Clients/Replit-Client-Embedded.mdx index cc5fd5a..630b7e9 100644 --- a/ja/Clients/Replit-Client-Embedded.mdx +++ b/ja/Clients/Replit-Client-Embedded.mdx @@ -51,7 +51,7 @@ Today's date is {today_datetime}.", "mcp-remote", "https://mcp.cloud.cdata.com/mcp", "--header", - "Authorization": "Basic Bearer OAUTH_JWT_TOKEN" //OAuth JWT Token + "Authorization": "Bearer OAUTH_JWT_TOKEN" //OAuth JWT Token from prerequisites ] } } diff --git a/ja/snippets/AI-tools-embedded-list.mdx b/ja/snippets/AI-tools-embedded-list.mdx index 711fabb..36a1193 100644 --- a/ja/snippets/AI-tools-embedded-list.mdx +++ b/ja/snippets/AI-tools-embedded-list.mdx @@ -8,4 +8,5 @@ - [LlamaIndex](/ja/Clients/LlamaIndex-Client-Embedded) - [Microsoft Copilot Studio](/ja/Clients/MicrosoftCopilot-Client-Embedded) - [n8n](/ja/Clients/N8N-Client-Embedded) +- [Replit Agent](/ja/Clients/Replit-Client-Embedded) - [Windsurf](/ja/Clients/Windsurf-Client-Embedded) \ No newline at end of file