From 9079accb3ba36f5f05da2191327e672dfe0dcc32 Mon Sep 17 00:00:00 2001 From: Josh at WLTechBlog Date: Tue, 9 Dec 2025 12:13:42 -0700 Subject: [PATCH] More contrast/visibility fixes --- daemon/daemon.go | 2 +- mcp/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/daemon.go b/daemon/daemon.go index a609f73..897405a 100644 --- a/daemon/daemon.go +++ b/daemon/daemon.go @@ -23,7 +23,7 @@ import ( "github.com/go-rod/rod/lib/proto" ) -const Version = "2.0.1" +const Version = "2.1.0-visibility-fix" // Daemon is the main server that manages browser connections type Daemon struct { diff --git a/mcp/main.go b/mcp/main.go index a776068..ff51125 100644 --- a/mcp/main.go +++ b/mcp/main.go @@ -16,7 +16,7 @@ import ( "github.com/mark3labs/mcp-go/server" ) -const Version = "2.0.1" +const Version = "2.1.0-visibility-fix" // CremoteServer wraps the cremote client for MCP type CremoteServer struct {