We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eat-pray-ai/yutu'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
load("@rules_go//go:def.bzl", "go_library")
go_library(
name = "thumbnail",
srcs = [
"set.go",
"thumbnail.go",
],
importpath = "github.com/eat-pray-ai/yutu/cmd/thumbnail",
visibility = ["//visibility:public"],
deps = [
"//cmd",
"//pkg",
"//pkg/thumbnail",
"@com_github_google_jsonschema_go//jsonschema",
"@com_github_modelcontextprotocol_go_sdk//mcp",
"@com_github_spf13_cobra//:cobra",
],
)