suse-documentation-mcp-server 0.17.0__py3-none-any.whl → 0.18.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- server/search_suse_documentation.py +2 -10
- {suse_documentation_mcp_server-0.17.0.dist-info → suse_documentation_mcp_server-0.18.0.dist-info}/METADATA +1 -1
- suse_documentation_mcp_server-0.18.0.dist-info/RECORD +6 -0
- suse_documentation_mcp_server-0.17.0.dist-info/RECORD +0 -6
- {suse_documentation_mcp_server-0.17.0.dist-info → suse_documentation_mcp_server-0.18.0.dist-info}/WHEEL +0 -0
- {suse_documentation_mcp_server-0.17.0.dist-info → suse_documentation_mcp_server-0.18.0.dist-info}/entry_points.txt +0 -0
- {suse_documentation_mcp_server-0.17.0.dist-info → suse_documentation_mcp_server-0.18.0.dist-info}/top_level.txt +0 -0
@@ -82,16 +82,8 @@ async def get_web_search_results(
|
|
82
82
|
),
|
83
83
|
) -> str:
|
84
84
|
"""
|
85
|
-
|
86
|
-
|
87
|
-
This function is designed to perform a web search on the SUSE documentation
|
88
|
-
for a given query and return the results.
|
89
|
-
|
90
|
-
Parameters:
|
91
|
-
- query (str): The search query string to be used for the web search.
|
92
|
-
|
93
|
-
Returns:
|
94
|
-
str: Combined content from the search results, cleaned and formatted
|
85
|
+
Fetch web results based on one or more queries using the Open WebUI Web Search API
|
86
|
+
Use for general search and when the user explicitly tells you to 'fetch' results/information.
|
95
87
|
"""
|
96
88
|
print("Entered get_web_search_results:", queries)
|
97
89
|
|
@@ -0,0 +1,6 @@
|
|
1
|
+
server/search_suse_documentation.py,sha256=X6WmRuV2BaNgNhgmZQf2DG-M0mQ6_PIgPUx5JkPDshU,3780
|
2
|
+
suse_documentation_mcp_server-0.18.0.dist-info/METADATA,sha256=yar9oKtYlRu6w5HvEM9L1dnkybgDKdZrLfgoVUpnfVs,344
|
3
|
+
suse_documentation_mcp_server-0.18.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
4
|
+
suse_documentation_mcp_server-0.18.0.dist-info/entry_points.txt,sha256=IEM7kH8YFWMMJCcp4hJGv5tHzHWxiR5lZ7jOyzRCHQA,88
|
5
|
+
suse_documentation_mcp_server-0.18.0.dist-info/top_level.txt,sha256=StKOSmRhvWS5IPcvhsDRbtxUTEofJgYFGOu5AAJdSWo,7
|
6
|
+
suse_documentation_mcp_server-0.18.0.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
server/search_suse_documentation.py,sha256=FTlzm4Rq13NO8kYhUgNDrGFdVfC5uqXA-umovNFo0_0,3997
|
2
|
-
suse_documentation_mcp_server-0.17.0.dist-info/METADATA,sha256=CZJ9b0WzMnlNGRBrSv64Xv8hVFy9n9dYU4rsPEALPiU,344
|
3
|
-
suse_documentation_mcp_server-0.17.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
4
|
-
suse_documentation_mcp_server-0.17.0.dist-info/entry_points.txt,sha256=IEM7kH8YFWMMJCcp4hJGv5tHzHWxiR5lZ7jOyzRCHQA,88
|
5
|
-
suse_documentation_mcp_server-0.17.0.dist-info/top_level.txt,sha256=StKOSmRhvWS5IPcvhsDRbtxUTEofJgYFGOu5AAJdSWo,7
|
6
|
-
suse_documentation_mcp_server-0.17.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|