chuk-tool-processor 0.6.14__py3-none-any.whl → 0.6.15__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.

@@ -369,12 +369,11 @@ class StreamManager:
369
369
  "session_id": cfg.get("session_id"),
370
370
  }
371
371
 
372
- # Handle headers if provided (for future HTTPStreamableTransport support)
372
+ # Handle headers if provided
373
373
  headers = cfg.get("headers", {})
374
374
  if headers:
375
- logger.debug("HTTP Streamable %s: Headers provided but not yet supported in transport", name)
376
- # TODO: Add headers support when HTTPStreamableTransport is updated
377
- # transport_params['headers'] = headers
375
+ transport_params["headers"] = headers
376
+ logger.debug("HTTP Streamable %s: Custom headers configured: %s", name, list(headers.keys()))
378
377
 
379
378
  transport = HTTPStreamableTransport(**transport_params)
380
379
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chuk-tool-processor
3
- Version: 0.6.14
3
+ Version: 0.6.15
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>
@@ -22,7 +22,7 @@ chuk_tool_processor/mcp/register_mcp_tools.py,sha256=OyHczwVnqhvBZO9g4I0T56EPMvF
22
22
  chuk_tool_processor/mcp/setup_mcp_http_streamable.py,sha256=XDbv6IsTOvuaAAWxQqbjtqu6L7nms2Fa5-YfpfuKCZ8,4455
23
23
  chuk_tool_processor/mcp/setup_mcp_sse.py,sha256=r05Oeko6k1C53X-5s45si3CpDczsQDEkKtjJyW8gT_4,3715
24
24
  chuk_tool_processor/mcp/setup_mcp_stdio.py,sha256=LChVCEUgEjcOG6gYcXGBGOrSOzF3waI5efNuYfowDr0,2825
25
- chuk_tool_processor/mcp/stream_manager.py,sha256=6Ac3AxZZOclf1BTsAIC8AvngvaaxfnJ9-t9yM8IFm6I,32317
25
+ chuk_tool_processor/mcp/stream_manager.py,sha256=kZFXzm5Qs6_vXjDMxNaqvHmbTRL3WqxaJVM5QSFFplM,32178
26
26
  chuk_tool_processor/mcp/transport/__init__.py,sha256=Gpw9QZctxfO-tWZ8URpyFU8rePc5Xe7VZiAvXaiF8cw,657
27
27
  chuk_tool_processor/mcp/transport/base_transport.py,sha256=rG61TlaignbVZbsqdBS38TnFzTVO666ehKEI0IUAJCM,8675
28
28
  chuk_tool_processor/mcp/transport/http_streamable_transport.py,sha256=lAETnKaIv5K3uncI2uMtLAKURE00Z4fjdHjygAVM63Y,22946
@@ -54,7 +54,7 @@ chuk_tool_processor/registry/providers/__init__.py,sha256=iGc_2JzlYJSBRQ6tFbX781
54
54
  chuk_tool_processor/registry/providers/memory.py,sha256=udfboAHH0gRxtnf3GsI3wMshhobJxYnCkMwKjQ_uqkw,5017
55
55
  chuk_tool_processor/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
56
  chuk_tool_processor/utils/validation.py,sha256=jHPO65sB61ynm9P6V3th4pN7j4u0SQhYR-bstj5QjnI,4175
57
- chuk_tool_processor-0.6.14.dist-info/METADATA,sha256=QWBhddJCAJTm7Pqb-rrGHbTD-wBMS5k3N-Nbi3z5i44,23493
58
- chuk_tool_processor-0.6.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
59
- chuk_tool_processor-0.6.14.dist-info/top_level.txt,sha256=7lTsnuRx4cOW4U2sNJWNxl4ZTt_J1ndkjTbj3pHPY5M,20
60
- chuk_tool_processor-0.6.14.dist-info/RECORD,,
57
+ chuk_tool_processor-0.6.15.dist-info/METADATA,sha256=_9Ozqwdq3EgPzkwzgZxzgZ6BWAaBh0hig4NiSDsYIvk,23493
58
+ chuk_tool_processor-0.6.15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
59
+ chuk_tool_processor-0.6.15.dist-info/top_level.txt,sha256=7lTsnuRx4cOW4U2sNJWNxl4ZTt_J1ndkjTbj3pHPY5M,20
60
+ chuk_tool_processor-0.6.15.dist-info/RECORD,,