wcgw 2.3.2__py3-none-any.whl → 2.3.3__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.

Potentially problematic release.


This version of wcgw might be problematic. Click here for more details.

@@ -229,8 +229,6 @@ async def handle_call_tool(
229
229
 
230
230
  except Exception as e:
231
231
  output_or_dones = [f"GOT EXCEPTION while calling tool. Error: {e}"]
232
- tb = traceback.format_exc()
233
- print(str(output_or_dones[0]) + "\n" + tb)
234
232
 
235
233
  content: list[types.TextContent | types.ImageContent | types.EmbeddedResource] = []
236
234
  for output_or_done in output_or_dones:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wcgw
3
- Version: 2.3.2
3
+ Version: 2.3.3
4
4
  Summary: Shell and coding agent on claude and chatgpt
5
5
  Project-URL: Homepage, https://github.com/rusiaaman/wcgw
6
6
  Author-email: Aman Rusia <gapypi@arcfu.com>
@@ -13,10 +13,10 @@ wcgw/client/sys_utils.py,sha256=GajPntKhaTUMn6EOmopENWZNR2G_BJyuVbuot0x6veI,1376
13
13
  wcgw/client/tools.py,sha256=99v3uZyTU5MDiPHm1GZ3Atpl9UZ8Ju4rAn2TCbFOjZk,40975
14
14
  wcgw/client/mcp_server/Readme.md,sha256=I8N4dHkTUVGNQ63BQkBMBhCCBTgqGOSF_pUR6iOEiUk,2495
15
15
  wcgw/client/mcp_server/__init__.py,sha256=hyPPwO9cabAJsOMWhKyat9yl7OlSmIobaoAZKHu3DMc,381
16
- wcgw/client/mcp_server/server.py,sha256=y9oYFLrURxGySvbxcfiMiQMNvLpSMWuURi_UPxdM61k,11907
16
+ wcgw/client/mcp_server/server.py,sha256=4tJODj6-iH5K-KCWLEN92s1S0TNsav0I4IbyR4ITFpY,11820
17
17
  wcgw/relay/serve.py,sha256=KLYjTvM9CfqdxgFOfHM8LUkFGZ9kKyyJunpNdEIFQUk,8766
18
18
  wcgw/relay/static/privacy.txt,sha256=s9qBdbx2SexCpC_z33sg16TptmAwDEehMCLz4L50JLc,529
19
- wcgw-2.3.2.dist-info/METADATA,sha256=JmrhbMAmsmgCF4aF_fsSwRol-CQ_gDSx6-c5wFhbzRc,7950
20
- wcgw-2.3.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
- wcgw-2.3.2.dist-info/entry_points.txt,sha256=eKo1omwbAggWlQ0l7GKoR7uV1-j16nk9tK0BhC2Oz_E,120
22
- wcgw-2.3.2.dist-info/RECORD,,
19
+ wcgw-2.3.3.dist-info/METADATA,sha256=zaU-wF0SlCYCh1SnJCAD-PLsZC9YbhY5r11Dqey0Q6Y,7950
20
+ wcgw-2.3.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
+ wcgw-2.3.3.dist-info/entry_points.txt,sha256=eKo1omwbAggWlQ0l7GKoR7uV1-j16nk9tK0BhC2Oz_E,120
22
+ wcgw-2.3.3.dist-info/RECORD,,
File without changes