From 31b89b624b396a2d4b07279a35c3b7573fbb8211 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 13 Mar 2026 19:01:55 +0100 Subject: [PATCH] update readme to point the native MCP server --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 95bdacd..8894006 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Lightpanda Go MCP server +--- + +:warning: This project was a first experiment to expose an MCP for +[Lightpanda Browser](https://lightpanda.io/). +But now, the browser embed an MCP server natively. +More details in the [native MCP blog +post](https://lightpanda.io/blog/posts/lp-domain-commands-and-native-mcp#native-mcp-server). + +--- + `gomcp` is an [MCP server](https://modelcontextprotocol.io) written in [Go](https://go.dev/).