suse-documentation-mcp-server 0.29.0__py3-none-any.whl → 0.30.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.
@@ -3,7 +3,6 @@ import os
3
3
  import sys
4
4
  import time
5
5
 
6
- import httpx
7
6
  from dotenv import load_dotenv
8
7
  from mcp.server.fastmcp import FastMCP
9
8
 
@@ -117,8 +116,7 @@ async def get_web_search_results(
117
116
  Args:
118
117
  query: Search query (required)
119
118
  """
120
- print("Entered get_web_search_results with payload:", query)
121
-
119
+
122
120
  try:
123
121
  # Process the query
124
122
  result = get_web_search_results_from_oi(query)
@@ -130,9 +128,10 @@ async def get_web_search_results(
130
128
  def main():
131
129
  """Main entry point for the script."""
132
130
  # Initialize and run the server
133
- print("Starting SUSE Documentation Search Server v0.19.0")
131
+ print("Starting SUSE Documentation Search Server...")
134
132
  mcp.run()
135
133
 
136
134
  if __name__ == "__main__":
137
135
  # Initialize and run the server
138
- main()
136
+ main()
137
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: suse-documentation-mcp-server
3
- Version: 0.29.0
3
+ Version: 0.30.0
4
4
  Summary: MCP server implementation for web search using Open WebUI Web search
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
@@ -0,0 +1,6 @@
1
+ server/search_suse_documentation.py,sha256=-aMMtxJ6UjPx6Z73PtyhYcSOjAysYrn-7ketKBYDAq8,4263
2
+ suse_documentation_mcp_server-0.30.0.dist-info/METADATA,sha256=wUkGTVcjnDT9se6tYwMVWrlL0xSYy9nP-P-lnvm2e2E,321
3
+ suse_documentation_mcp_server-0.30.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ suse_documentation_mcp_server-0.30.0.dist-info/entry_points.txt,sha256=IEM7kH8YFWMMJCcp4hJGv5tHzHWxiR5lZ7jOyzRCHQA,88
5
+ suse_documentation_mcp_server-0.30.0.dist-info/top_level.txt,sha256=StKOSmRhvWS5IPcvhsDRbtxUTEofJgYFGOu5AAJdSWo,7
6
+ suse_documentation_mcp_server-0.30.0.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- server/search_suse_documentation.py,sha256=miEtMejLL8cctUyyWjOIrOIhhoUaiACvf9gw47NJ4T4,4344
2
- suse_documentation_mcp_server-0.29.0.dist-info/METADATA,sha256=IG_WZaSypFOyE8XJx-Z0nqXnKf-i9cyf3p0_lf6Ic7g,321
3
- suse_documentation_mcp_server-0.29.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
- suse_documentation_mcp_server-0.29.0.dist-info/entry_points.txt,sha256=IEM7kH8YFWMMJCcp4hJGv5tHzHWxiR5lZ7jOyzRCHQA,88
5
- suse_documentation_mcp_server-0.29.0.dist-info/top_level.txt,sha256=StKOSmRhvWS5IPcvhsDRbtxUTEofJgYFGOu5AAJdSWo,7
6
- suse_documentation_mcp_server-0.29.0.dist-info/RECORD,,