From 96d67b548b2af499b80a070bb33a52a9aa193ebe Mon Sep 17 00:00:00 2001 From: Kevin Vo Date: Tue, 9 Sep 2025 15:57:16 -0700 Subject: [PATCH] remove warnings --- docs/tutorials/deploy-to-aws.mdx | 4 ---- docs/tutorials/deploy-to-gcp.mdx | 4 ---- 2 files changed, 8 deletions(-) diff --git a/docs/tutorials/deploy-to-aws.mdx b/docs/tutorials/deploy-to-aws.mdx index b9232b443..4b46c8e14 100644 --- a/docs/tutorials/deploy-to-aws.mdx +++ b/docs/tutorials/deploy-to-aws.mdx @@ -15,10 +15,6 @@ This tutorial will show you how to deploy your services to your own AWS account - [A `compose.yaml` file in your project](https://docs.docker.com/compose/gettingstarted/) - [A Dockerfile in your project](https://docs.docker.com/get-started/docker-concepts/building-images/writing-a-dockerfile/) or use [Railpack](../concepts/railpack.md) -:::warning["MCP prerequisite"] -If you would like to deploy using [MCP](https://modelcontextprotocol.io/), you like need to setup the [Defang MCP Server](../concepts/mcp.md) with the IDE of your choice. -::: - ## Step 1 - Navigate to your project directory Head to the folder where your project is located. diff --git a/docs/tutorials/deploy-to-gcp.mdx b/docs/tutorials/deploy-to-gcp.mdx index 4f2bd7dfe..4c3ef9c52 100644 --- a/docs/tutorials/deploy-to-gcp.mdx +++ b/docs/tutorials/deploy-to-gcp.mdx @@ -16,10 +16,6 @@ This tutorial will show you how to deploy your services to your own GCP project - [A `compose.yaml` file in your project](https://docs.docker.com/compose/gettingstarted/) - [A Dockerfile in your project](https://docs.docker.com/get-started/docker-concepts/building-images/writing-a-dockerfile/) or use [Railpack](../concepts/railpack.md) -:::warning["MCP prerequisite"] -If you would like to deploy using [MCP](https://modelcontextprotocol.io/), you like need to setup the [Defang MCP Server](../concepts/mcp.md) with the IDE of your choice. -::: - ## Step 1 - Navigate to your project directory Head to the folder where your project is located.