nvidia-nat-mcp 1.4.0a20251206__py3-none-any.whl → 1.4.0a20251222__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.
@@ -169,8 +169,9 @@ class MCPBaseClient(ABC):
169
169
 
170
170
  # Convert auth provider to AuthAdapter
171
171
  self._auth_provider = auth_provider
172
- # Use provided user_id or fall back to auth provider's default_user_id
173
- effective_user_id = user_id or (auth_provider.config.default_user_id if auth_provider else None)
172
+ # Use provided user_id or fall back to auth provider's default_user_id (if available)
173
+ effective_user_id = user_id or (getattr(auth_provider.config, 'default_user_id', None)
174
+ if auth_provider else None)
174
175
  self._httpx_auth = AuthAdapter(auth_provider, effective_user_id) if auth_provider else None
175
176
 
176
177
  self._tool_call_timeout = tool_call_timeout
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nvidia-nat-mcp
3
- Version: 1.4.0a20251206
3
+ Version: 1.4.0a20251222
4
4
  Summary: Subpackage for MCP client integration in NeMo Agent toolkit
5
5
  Author: NVIDIA Corporation
6
6
  Maintainer: NVIDIA Corporation
@@ -16,7 +16,7 @@ Requires-Python: <3.14,>=3.11
16
16
  Description-Content-Type: text/markdown
17
17
  License-File: LICENSE-3rd-party.txt
18
18
  License-File: LICENSE.md
19
- Requires-Dist: nvidia-nat==v1.4.0a20251206
19
+ Requires-Dist: nvidia-nat==v1.4.0a20251222
20
20
  Requires-Dist: aiorwlock~=1.5
21
21
  Requires-Dist: mcp~=1.14
22
22
  Dynamic: license-file
@@ -1,6 +1,6 @@
1
1
  nat/meta/pypi.md,sha256=EYyJTCCEOWzuuz-uNaYJ_WBk55Jiig87wcUr9E4g0yw,1484
2
2
  nat/plugins/mcp/__init__.py,sha256=GUJrgGtpvyMUCjUBvR3faAdv-tZzbU9W-izgx9aMEQg,680
3
- nat/plugins/mcp/client_base.py,sha256=Jm7FX4V5125vmqX9unAG4q-eeqgTyzfHgw14sZqnTRM,26753
3
+ nat/plugins/mcp/client_base.py,sha256=nhf62n8WNHdWqWBzt0im_V1RHyiGBdkhtDp3d9ZXQ0E,26826
4
4
  nat/plugins/mcp/client_config.py,sha256=l9tVUHe8WdFPJ9rXDg8dZkQi1dvHGYwoqQ8Glqg2LGs,6783
5
5
  nat/plugins/mcp/client_impl.py,sha256=UQQgn47stzOEfYhuLC8669-6xaj4gWDUgWWNsCpI-JM,28618
6
6
  nat/plugins/mcp/exception_handler.py,sha256=4JVdZDJL4LyumZEcMIEBK2LYC6djuSMzqUhQDZZ6dUo,7648
@@ -18,10 +18,10 @@ nat/plugins/mcp/auth/service_account/__init__.py,sha256=GUJrgGtpvyMUCjUBvR3faAdv
18
18
  nat/plugins/mcp/auth/service_account/provider.py,sha256=jJmt7PA_U3C59K5chSzmEIOd2bRxRKqXly9vHkTmsHQ,5915
19
19
  nat/plugins/mcp/auth/service_account/provider_config.py,sha256=KhvQpROporbNKDFnx8np8b31QhdT3s5zYXd_IVTLgfE,5327
20
20
  nat/plugins/mcp/auth/service_account/token_client.py,sha256=PRJ3u8Ts1tpuLuQKOyHDPOIAynSKxW9a928Rhh_4fhc,5981
21
- nvidia_nat_mcp-1.4.0a20251206.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
22
- nvidia_nat_mcp-1.4.0a20251206.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
23
- nvidia_nat_mcp-1.4.0a20251206.dist-info/METADATA,sha256=6qiWm-XihVZqgDc759eq48k5Q1opb9V2uEHTncapdJs,2319
24
- nvidia_nat_mcp-1.4.0a20251206.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
25
- nvidia_nat_mcp-1.4.0a20251206.dist-info/entry_points.txt,sha256=rYvUp4i-klBr3bVNh7zYOPXret704vTjvCk1qd7FooI,97
26
- nvidia_nat_mcp-1.4.0a20251206.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
27
- nvidia_nat_mcp-1.4.0a20251206.dist-info/RECORD,,
21
+ nvidia_nat_mcp-1.4.0a20251222.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
22
+ nvidia_nat_mcp-1.4.0a20251222.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
23
+ nvidia_nat_mcp-1.4.0a20251222.dist-info/METADATA,sha256=r_hPvjCIEmoFH2Grm5qicReBcEP3ifPLAATE1hmiJb0,2319
24
+ nvidia_nat_mcp-1.4.0a20251222.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
25
+ nvidia_nat_mcp-1.4.0a20251222.dist-info/entry_points.txt,sha256=rYvUp4i-klBr3bVNh7zYOPXret704vTjvCk1qd7FooI,97
26
+ nvidia_nat_mcp-1.4.0a20251222.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
27
+ nvidia_nat_mcp-1.4.0a20251222.dist-info/RECORD,,