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.