mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 12:44:43 +00:00
mcp: consolidate tests and cleanup imports
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
const std = @import("std");
|
||||
|
||||
const lp = @import("lightpanda");
|
||||
const log = lp.log;
|
||||
|
||||
const McpServer = @import("Server.zig").McpServer;
|
||||
const protocol = @import("protocol.zig");
|
||||
const resources = @import("resources.zig");
|
||||
const tools = @import("tools.zig");
|
||||
const log = lp.log;
|
||||
|
||||
pub fn processRequests(server: *McpServer) void {
|
||||
while (server.is_running.load(.seq_cst)) {
|
||||
|
||||
Reference in New Issue
Block a user