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