mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 12:44:43 +00:00
mcp: add optional url parameter to tools
This commit is contained in:
@@ -96,7 +96,7 @@ pub const McpServer = struct {
|
||||
|
||||
self.queue_mutex.lock();
|
||||
self.message_queue.append(self.allocator, msg) catch |err| {
|
||||
lp.log.err(.app, "MCP Error: Failed to queue message", .{ .err = err });
|
||||
lp.log.err(.app, "MCP Queue failed", .{ .err = err });
|
||||
self.allocator.free(msg);
|
||||
};
|
||||
self.queue_mutex.unlock();
|
||||
|
||||
Reference in New Issue
Block a user