mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
mcp: consolidate tests and cleanup imports
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
const std = @import("std");
|
||||
const App = @import("../App.zig");
|
||||
const protocol = @import("protocol.zig");
|
||||
|
||||
const lp = @import("lightpanda");
|
||||
|
||||
const App = @import("../App.zig");
|
||||
const HttpClient = @import("../http/Client.zig");
|
||||
|
||||
pub const McpServer = struct {
|
||||
|
||||
Reference in New Issue
Block a user