@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " searxng-mcp"
7- version = " 0.1.17 "
7+ version = " 0.1.18 "
88description = " SearXNG Search Engine MCP Server for Agentic AI!"
99readme = " README.md"
1010authors = [{ name = " Audel Rouhi" , email = " knucklessg1@gmail.com" }]
@@ -18,39 +18,31 @@ classifiers = [
1818]
1919requires-python = " >=3.10"
2020dependencies = [
21- " tree-sitter >=0.23.2 " ,
21+ " agent-utilities >=0.1.9 " ,
2222]
2323
2424[project .optional-dependencies ]
2525mcp = [
26- " fastmcp>=3.0.0b1" ,
27- " eunomia-mcp>=0.3.10" ,
28- " fastapi>=0.128.0"
26+ " agent-utilities[mcp]>=0.1.9" ,
2927]
3028
31- a2a = [
32- " pydantic-ai-slim[fastmcp,openai,groq,anthropic,mistral,google,huggingface,a2a,ag-ui,web]>=1.60.0" ,
33- " pydantic-ai-skills>=v0.4.0" ,
34- " fastapi>=0.128.0"
29+ agent = [
30+ " agent-utilities[agent]>=0.1.9" ,
3531]
3632
3733all = [
38- " fastmcp>=3.0.0b1" ,
39- " eunomia-mcp>=0.3.10" ,
40- " pydantic-ai-slim[fastmcp,openai,groq,anthropic,mistral,google,huggingface,a2a,ag-ui,web]>=1.60.0" ,
41- " pydantic-ai-skills>=v0.4.0" ,
42- " fastapi>=0.128.0"
34+ " agent-utilities[mcp,agent]>=0.1.9" ,
4335]
4436
4537[project .scripts ]
46- searxng-mcp = " searxng_mcp.searxng_mcp:searxng_mcp "
47- searxng-agent = " searxng_mcp.searxng_agent :agent_server"
38+ searxng-mcp = " searxng_mcp.mcp:mcp_server "
39+ searxng-agent = " searxng_mcp.agent :agent_server"
4840
4941[tool .setuptools .packages .find ]
5042where = [" ." ]
5143
5244[tool .setuptools .package-data ]
53- searxng_mcp = [" mcp_config.json" , " skills/**" ]
45+ searxng_mcp = [" mcp_config.json" , " skills/**" , " agent/** " ]
5446
5547[tool .setuptools ]
5648include-package-data = true
0 commit comments