Initial commit
This commit is contained in:
commit
8885c1872f
14 changed files with 1990 additions and 0 deletions
5
src/searxng_mcp/__init__.py
Normal file
5
src/searxng_mcp/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"""SearxNG MCP — package entry point."""
|
||||
|
||||
from searxng_mcp.server import mcp
|
||||
|
||||
__all__ = ["mcp"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue