mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 20:54:43 +00:00
mcp: add Model Context Protocol server support
Adds a new `mcp` run mode to start an MCP server over stdio. Implements tools for navigation and JS evaluation, along with resources for HTML and Markdown page content.
This commit is contained in:
@@ -38,6 +38,7 @@ pub const Scope = enum {
|
||||
not_implemented,
|
||||
telemetry,
|
||||
unknown_prop,
|
||||
mcp,
|
||||
};
|
||||
|
||||
const Opts = struct {
|
||||
|
||||
Reference in New Issue
Block a user