suse-documentation-mcp-server 0.17.0__py3-none-any.whl → 0.19.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 +3 -10
- {suse_documentation_mcp_server-0.17.0.dist-info → suse_documentation_mcp_server-0.19.0.dist-info}/METADATA +1 -1
- suse_documentation_mcp_server-0.19.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.19.0.dist-info}/WHEEL +0 -0
- {suse_documentation_mcp_server-0.17.0.dist-info → suse_documentation_mcp_server-0.19.0.dist-info}/entry_points.txt +0 -0
- {suse_documentation_mcp_server-0.17.0.dist-info → suse_documentation_mcp_server-0.19.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
|
|
@@ -110,6 +102,7 @@ async def get_web_search_results(
|
|
110
102
|
def main():
|
111
103
|
"""Main entry point for the script."""
|
112
104
|
# Initialize and run the server
|
105
|
+
print("Starting SUSE Documentation Search Server v0.19.0")
|
113
106
|
mcp.run()
|
114
107
|
|
115
108
|
if __name__ == "__main__":
|
@@ -0,0 +1,6 @@
|
|
1
|
+
server/search_suse_documentation.py,sha256=hi--EoGaFGutevSCb1URLaE982DPqZgdAhNK78VOO3A,3844
|
2
|
+
suse_documentation_mcp_server-0.19.0.dist-info/METADATA,sha256=_OSeGWbddRwrzg4OzzWS1q48rDCVMTyZ6Gd8raZVwFo,344
|
3
|
+
suse_documentation_mcp_server-0.19.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
4
|
+
suse_documentation_mcp_server-0.19.0.dist-info/entry_points.txt,sha256=IEM7kH8YFWMMJCcp4hJGv5tHzHWxiR5lZ7jOyzRCHQA,88
|
5
|
+
suse_documentation_mcp_server-0.19.0.dist-info/top_level.txt,sha256=StKOSmRhvWS5IPcvhsDRbtxUTEofJgYFGOu5AAJdSWo,7
|
6
|
+
suse_documentation_mcp_server-0.19.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
|