Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Build a Google Authenticated CloudFlare MCP Worker for ChatGPT - Step By Step

  • MCP Quest
  • 2025-10-21
  • 56
Build a Google Authenticated CloudFlare MCP Worker for ChatGPT - Step By Step
  • ok logo

Скачать Build a Google Authenticated CloudFlare MCP Worker for ChatGPT - Step By Step бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Build a Google Authenticated CloudFlare MCP Worker for ChatGPT - Step By Step или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Build a Google Authenticated CloudFlare MCP Worker for ChatGPT - Step By Step бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Build a Google Authenticated CloudFlare MCP Worker for ChatGPT - Step By Step

In this tutorial, we are going to build our first remote MCP server using CloudFlare + Google Authentication. We will use KV namespace to store client id and secrets and connect to D1 Sql database to allow MCP client to do DB operations.
Later, I'll show you how to connect this MCP server to ChatGPT.

Here's the Github of today's project (all important steps are mentioned):
https://github.com/ross-jill-ws/cloud...

Here's CloudFlare's MCP authentication library:
https://github.com/cloudflare/ai/tree...

If you want to do everything from scratch (like what we did in the video), start with the following CLI command:
`
npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-google-oauth
`

Here's the Prompt to fix Google Auth c.env error:
`
Please replace all occurrences of `c.env.xxxxx` with `c.env.OAUTH_KV.get('xxxxx') ?? ''`
`

Here's the Prompt in AI Coder to add DB tools:
`
Remove this `add` tool, but add database tools like below:\
listTables: list all the tables from d1 EMPLOYEES db\\
readSchema: read the table schema of the given db table
query: only allow 'SELECT' sql statement and JOIN on the tables listed by listTables tool\
createOrUpdate: create or update data of the given table and conditions\
delete: delete data from the given table and conditions
`

Here's the prompt to fix (ignore) type errors:
`
There are typescript errors on: this.env.EMPLOYEES. can you use (this.env as any) to fix them?
`

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]