c8b9955f35
- Comment out grep_search, github_file, github_batch_files tools - Grep.app is hitting rate limits / Vercel security checkpoint - Keep SearXNG web search as primary working feature - Downgrade mcp-go to v0.18.0 for Go 1.23 compatibility
15 lines
383 B
Modula-2
15 lines
383 B
Modula-2
module go_mcp_server_searxng
|
|
|
|
go 1.23
|
|
|
|
require github.com/mark3labs/mcp-go v0.18.0
|
|
|
|
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
|
|
)
|