suse-documentation-mcp-server 0.16.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.
@@ -82,16 +82,8 @@ async def get_web_search_results(
82
82
  ),
83
83
  ) -> str:
84
84
  """
85
- Search SUSE documentation using web search and return results.
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,9 +102,9 @@ 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
113
- mcp.run(transport='stdio')
105
+ mcp.run()
114
106
 
115
107
  if __name__ == "__main__":
116
108
  # Initialize and run the server
117
- mcp.run(transport='stdio')
109
+ main()
118
110
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: suse-documentation-mcp-server
3
- Version: 0.16.0
3
+ Version: 0.18.0
4
4
  Summary: Add your description here
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
@@ -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=7meSeWW-1dxHARLE5nLiq8cPUxSxDGDtEjMVfdztgK0,4034
2
- suse_documentation_mcp_server-0.16.0.dist-info/METADATA,sha256=YcWgQScnvs03hWnYtdSy8X4qovratURdQXtsYv_SXkg,344
3
- suse_documentation_mcp_server-0.16.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
- suse_documentation_mcp_server-0.16.0.dist-info/entry_points.txt,sha256=IEM7kH8YFWMMJCcp4hJGv5tHzHWxiR5lZ7jOyzRCHQA,88
5
- suse_documentation_mcp_server-0.16.0.dist-info/top_level.txt,sha256=StKOSmRhvWS5IPcvhsDRbtxUTEofJgYFGOu5AAJdSWo,7
6
- suse_documentation_mcp_server-0.16.0.dist-info/RECORD,,