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
+55
View File
@@ -0,0 +1,55 @@
# Compiled binaries
go_mcp_server_searxng
search-mcp
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Build artifacts
dist/
build/
bin/
release/
# Go specific
*.o
*.a
*.log
vendor/
Godeps/
go.work
go.work.sum
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Test artifacts
*.tmp
tmp/
temp/
coverage.out
coverage.html
*.cover
# Environment files
.env
.env.local
.env.*.local
*.env
# Debug
debug/
__debug_bin
# OS
Thumbs.db
.sisyphus/