Initial commit: Search MCP Server

This commit is contained in:
2026-04-10 21:57:18 -07:00
commit ee65d5f7be
11 changed files with 1985 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
module go_mcp_server_searxng
go 1.24
require github.com/mark3labs/mcp-go v0.24.1
require (
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
)