From 3f8fc82ca2d2772a4960b10bf4243b355aba178d Mon Sep 17 00:00:00 2001 From: Bianca Lisle Date: Thu, 10 Apr 2025 16:55:00 +0100 Subject: [PATCH 1/2] chore: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d52075c..32c18afd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A Model Context Protocol server for interacting with MongoDB Atlas. This project implements a Model Context Protocol (MCP) server enabling AI assistants to interact with MongoDB Atlas resources through natural language. +# DISCLAIMER: Do not use this in production. This is a work in progress and is not intended for production use. It is meant for demonstration purposes only. + ## 📚 Table of Contents - [🚀 Getting Started](#getting-started) From 1e3213f79247a494e27ccfe242c124311e6494a3 Mon Sep 17 00:00:00 2001 From: Bianca Lisle <40155621+blva@users.noreply.github.com> Date: Thu, 10 Apr 2025 17:31:03 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Gagik Amaryan --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c18afd..87a70531 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ A Model Context Protocol server for interacting with MongoDB Atlas. This project implements a Model Context Protocol (MCP) server enabling AI assistants to interact with MongoDB Atlas resources through natural language. -# DISCLAIMER: Do not use this in production. This is a work in progress and is not intended for production use. It is meant for demonstration purposes only. +> [!CAUTION] +> Do not use this in production. This is a work in progress and is not intended for production use. It is meant for demonstration purposes only. ## 📚 Table of Contents