suse-documentation-mcp-server 0.31.0__tar.gz → 0.33.0__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: suse-documentation-mcp-server
3
- Version: 0.31.0
3
+ Version: 0.33.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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "suse-documentation-mcp-server"
3
- version = "0.31.0"
3
+ version = "0.33.0"
4
4
  description = "MCP server implementation for web search using Open WebUI Web search"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
@@ -124,3 +124,12 @@ async def get_web_search_results_from_oi(
124
124
  return get_web_search_results_from_oi(query)
125
125
  except Exception as e:
126
126
  return f"Error performing web search: {str(e)}\n\nPayload: {query}"
127
+
128
+ def main():
129
+ """Main entry point for the script."""
130
+ # Initialize and run the server
131
+ mcp.run()
132
+
133
+ if __name__ == "__main__":
134
+ main()
135
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: suse-documentation-mcp-server
3
- Version: 0.31.0
3
+ Version: 0.33.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