From 418e071a7cc2cddf6963a403e11ae801177cde6a Mon Sep 17 00:00:00 2001 From: nsnx <110440420+nsnx@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:42:14 -0700 Subject: [PATCH] Mark repository as archived and unmaintained Add archived status and historical context to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 90b7a10..c723a84 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Browserbase MCP Server +# Archived + +This repository is archived and no longer maintained. + +It was originally published as a reference implementation and is retained for historical purposes. It should not be interpreted as representative of Browserbase's current production services or implementation. + ![cover](assets/cover.png) [The Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.