chuk-tool-processor 0.9.5__py3-none-any.whl → 0.9.6__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 chuk-tool-processor might be problematic. Click here for more details.

@@ -239,13 +239,13 @@ class HTTPStreamableTransport(MCPBaseTransport):
239
239
  await self._cleanup()
240
240
  if self.enable_metrics and self._metrics:
241
241
  self._metrics.connection_errors += 1
242
- return False
242
+ raise # Re-raise for OAuth error detection in mcp-cli
243
243
  except Exception as e:
244
244
  logger.error("Error initializing HTTP Streamable transport: %s", e, exc_info=True)
245
245
  await self._cleanup()
246
246
  if self.enable_metrics and self._metrics:
247
247
  self._metrics.connection_errors += 1
248
- return False
248
+ raise # Re-raise for OAuth error detection in mcp-cli
249
249
 
250
250
  async def _attempt_recovery(self) -> bool:
251
251
  """Attempt to recover from connection issues (NEW - like SSE resilience)."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chuk-tool-processor
3
- Version: 0.9.5
3
+ Version: 0.9.6
4
4
  Summary: Async-native framework for registering, discovering, and executing tools referenced in LLM responses
5
5
  Author-email: CHUK Team <chrishayuk@somejunkmailbox.com>
6
6
  Maintainer-email: CHUK Team <chrishayuk@somejunkmailbox.com>
@@ -26,7 +26,7 @@ chuk_tool_processor/mcp/setup_mcp_stdio.py,sha256=KxCC0BL0C6z5ZHxBzPhWZC9CKrGUAC
26
26
  chuk_tool_processor/mcp/stream_manager.py,sha256=P_Rkb2j-Cq8_WRQfxtFR1Pz12w6xa8IywaDOz4zHkLs,35653
27
27
  chuk_tool_processor/mcp/transport/__init__.py,sha256=od-7f_cYv31_ioZCJu57ozA8IXywMyf-0N4HlM2J_bU,841
28
28
  chuk_tool_processor/mcp/transport/base_transport.py,sha256=rG61TlaignbVZbsqdBS38TnFzTVO666ehKEI0IUAJCM,8675
29
- chuk_tool_processor/mcp/transport/http_streamable_transport.py,sha256=j5Rb6vn-cclYthDRCxnn2ZOCosIWBOtDxwRsqLKitEs,27922
29
+ chuk_tool_processor/mcp/transport/http_streamable_transport.py,sha256=Uutsd6lkXGFn9g8Kq3xnDamrJsXL2Rxw4SeYHGycuo8,28006
30
30
  chuk_tool_processor/mcp/transport/models.py,sha256=nve0EMHXMzRIzZNdWpK_QyWSYidUF088GvQHZsmI_Eo,3994
31
31
  chuk_tool_processor/mcp/transport/sse_transport.py,sha256=FEYi0Lcpc1th0n2KH-tRHUtbfFNJLdoNH8BGEHIU7uA,31472
32
32
  chuk_tool_processor/mcp/transport/stdio_transport.py,sha256=SHECMFlFxmT6XKLJ9FC1arXCO4t1yMr6kfNz7QpRQew,29588
@@ -61,7 +61,7 @@ chuk_tool_processor/registry/providers/__init__.py,sha256=iGc_2JzlYJSBRQ6tFbX781
61
61
  chuk_tool_processor/registry/providers/memory.py,sha256=udfboAHH0gRxtnf3GsI3wMshhobJxYnCkMwKjQ_uqkw,5017
62
62
  chuk_tool_processor/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
63
63
  chuk_tool_processor/utils/validation.py,sha256=jHPO65sB61ynm9P6V3th4pN7j4u0SQhYR-bstj5QjnI,4175
64
- chuk_tool_processor-0.9.5.dist-info/METADATA,sha256=eUqgZU-WCkJ9880urwpanL8MTwDbvAGJNcUSMoWzWTk,61364
65
- chuk_tool_processor-0.9.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
66
- chuk_tool_processor-0.9.5.dist-info/top_level.txt,sha256=7lTsnuRx4cOW4U2sNJWNxl4ZTt_J1ndkjTbj3pHPY5M,20
67
- chuk_tool_processor-0.9.5.dist-info/RECORD,,
64
+ chuk_tool_processor-0.9.6.dist-info/METADATA,sha256=OoiAD4mrL4PmjfWR0ineHK7dO_4vruRz9qH-uUiGNAA,61364
65
+ chuk_tool_processor-0.9.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
66
+ chuk_tool_processor-0.9.6.dist-info/top_level.txt,sha256=7lTsnuRx4cOW4U2sNJWNxl4ZTt_J1ndkjTbj3pHPY5M,20
67
+ chuk_tool_processor-0.9.6.dist-info/RECORD,,