suse-documentation-mcp-server 0.11.0__py3-none-any.whl → 0.12.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 +1 -0
- {suse_documentation_mcp_server-0.11.0.dist-info → suse_documentation_mcp_server-0.12.0.dist-info}/METADATA +1 -1
- suse_documentation_mcp_server-0.12.0.dist-info/RECORD +6 -0
- suse_documentation_mcp_server-0.11.0.dist-info/RECORD +0 -6
- {suse_documentation_mcp_server-0.11.0.dist-info → suse_documentation_mcp_server-0.12.0.dist-info}/WHEEL +0 -0
- {suse_documentation_mcp_server-0.11.0.dist-info → suse_documentation_mcp_server-0.12.0.dist-info}/entry_points.txt +0 -0
- {suse_documentation_mcp_server-0.11.0.dist-info → suse_documentation_mcp_server-0.12.0.dist-info}/top_level.txt +0 -0
@@ -93,6 +93,7 @@ async def get_web_search_results(input_data: Any) -> str:
|
|
93
93
|
Returns:
|
94
94
|
str: Combined content from the search results, cleaned and formatted
|
95
95
|
"""
|
96
|
+
print("Entered get_web_search_results:", query)
|
96
97
|
try:
|
97
98
|
# Normalize input to extract the query string
|
98
99
|
if isinstance(input_data, str):
|
@@ -0,0 +1,6 @@
|
|
1
|
+
server/search_suse_documentation.py,sha256=gsv6fEAGqguyfOOlp79jERGDCKDF95eERw_LtF53mcI,4625
|
2
|
+
suse_documentation_mcp_server-0.12.0.dist-info/METADATA,sha256=jhpM7wCPHmf_Zdwtg4I79hof7I6iCg7vfCe1thz1UrE,344
|
3
|
+
suse_documentation_mcp_server-0.12.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
4
|
+
suse_documentation_mcp_server-0.12.0.dist-info/entry_points.txt,sha256=IEM7kH8YFWMMJCcp4hJGv5tHzHWxiR5lZ7jOyzRCHQA,88
|
5
|
+
suse_documentation_mcp_server-0.12.0.dist-info/top_level.txt,sha256=StKOSmRhvWS5IPcvhsDRbtxUTEofJgYFGOu5AAJdSWo,7
|
6
|
+
suse_documentation_mcp_server-0.12.0.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
server/search_suse_documentation.py,sha256=sd0Er1Hfe3L8YRxuo9Swy-mpypTXm50AmQ3CSSVHS9A,4572
|
2
|
-
suse_documentation_mcp_server-0.11.0.dist-info/METADATA,sha256=MHSb2o-onhyWgxxJrjpD-0eFViaApxArk2Wjqy7PVB8,344
|
3
|
-
suse_documentation_mcp_server-0.11.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
4
|
-
suse_documentation_mcp_server-0.11.0.dist-info/entry_points.txt,sha256=IEM7kH8YFWMMJCcp4hJGv5tHzHWxiR5lZ7jOyzRCHQA,88
|
5
|
-
suse_documentation_mcp_server-0.11.0.dist-info/top_level.txt,sha256=StKOSmRhvWS5IPcvhsDRbtxUTEofJgYFGOu5AAJdSWo,7
|
6
|
-
suse_documentation_mcp_server-0.11.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|