blob: 3bbfa8189e80dc68a67607f92ce0c067942e1daa [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "common",
srcs = [
"mcpservice.go",
"resources.go",
"tools.go",
],
importpath = "go.skia.org/infra/mcp/common",
visibility = ["//visibility:public"],
deps = ["@com_github_mark3labs_mcp_go//mcp"],
)