nvidia-nat-mcp 1.4.0a20251029__py3-none-any.whl → 1.4.0a20251031__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.
- nat/plugins/mcp/auth/auth_provider_config.py +3 -1
- {nvidia_nat_mcp-1.4.0a20251029.dist-info → nvidia_nat_mcp-1.4.0a20251031.dist-info}/METADATA +2 -2
- {nvidia_nat_mcp-1.4.0a20251029.dist-info → nvidia_nat_mcp-1.4.0a20251031.dist-info}/RECORD +8 -8
- {nvidia_nat_mcp-1.4.0a20251029.dist-info → nvidia_nat_mcp-1.4.0a20251031.dist-info}/WHEEL +0 -0
- {nvidia_nat_mcp-1.4.0a20251029.dist-info → nvidia_nat_mcp-1.4.0a20251031.dist-info}/entry_points.txt +0 -0
- {nvidia_nat_mcp-1.4.0a20251029.dist-info → nvidia_nat_mcp-1.4.0a20251031.dist-info}/licenses/LICENSE-3rd-party.txt +0 -0
- {nvidia_nat_mcp-1.4.0a20251029.dist-info → nvidia_nat_mcp-1.4.0a20251031.dist-info}/licenses/LICENSE.md +0 -0
- {nvidia_nat_mcp-1.4.0a20251029.dist-info → nvidia_nat_mcp-1.4.0a20251031.dist-info}/top_level.txt +0 -0
|
@@ -18,6 +18,7 @@ from pydantic import HttpUrl
|
|
|
18
18
|
from pydantic import model_validator
|
|
19
19
|
|
|
20
20
|
from nat.authentication.interfaces import AuthProviderBaseConfig
|
|
21
|
+
from nat.data_models.common import OptionalSecretStr
|
|
21
22
|
|
|
22
23
|
|
|
23
24
|
class MCPOAuth2ProviderConfig(AuthProviderBaseConfig, name="mcp_oauth2"):
|
|
@@ -36,7 +37,8 @@ class MCPOAuth2ProviderConfig(AuthProviderBaseConfig, name="mcp_oauth2"):
|
|
|
36
37
|
|
|
37
38
|
# Client registration (manual registration vs DCR)
|
|
38
39
|
client_id: str | None = Field(default=None, description="OAuth2 client ID for pre-registered clients")
|
|
39
|
-
client_secret:
|
|
40
|
+
client_secret: OptionalSecretStr = Field(default=None,
|
|
41
|
+
description="OAuth2 client secret for pre-registered clients")
|
|
40
42
|
enable_dynamic_registration: bool = Field(default=True,
|
|
41
43
|
description="Enable OAuth2 Dynamic Client Registration (RFC 7591)")
|
|
42
44
|
client_name: str = Field(default="NAT MCP Client", description="OAuth2 client name for dynamic registration")
|
{nvidia_nat_mcp-1.4.0a20251029.dist-info → nvidia_nat_mcp-1.4.0a20251031.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nvidia-nat-mcp
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.0a20251031
|
|
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.
|
|
19
|
+
Requires-Dist: nvidia-nat==v1.4.0a20251031
|
|
20
20
|
Requires-Dist: aiorwlock~=1.5
|
|
21
21
|
Requires-Dist: mcp~=1.14
|
|
22
22
|
Dynamic: license-file
|
|
@@ -11,13 +11,13 @@ nat/plugins/mcp/utils.py,sha256=dUIig7jeKz0ctb4o38jFGbe2uvM3DMR3PSJjfN_Lr5M,9111
|
|
|
11
11
|
nat/plugins/mcp/auth/__init__.py,sha256=GUJrgGtpvyMUCjUBvR3faAdv-tZzbU9W-izgx9aMEQg,680
|
|
12
12
|
nat/plugins/mcp/auth/auth_flow_handler.py,sha256=v21IK3IKZ2TLEP6wO9r-sJQiilWPq7Ry40M96SAxQFA,9125
|
|
13
13
|
nat/plugins/mcp/auth/auth_provider.py,sha256=BgH66DlZgzhLDLO4cBERpHvNAmli5fMo_SCy11W9aBU,21251
|
|
14
|
-
nat/plugins/mcp/auth/auth_provider_config.py,sha256=
|
|
14
|
+
nat/plugins/mcp/auth/auth_provider_config.py,sha256=ZdiUObYU_Oj8KDDZ-JqkS6kJgup5EBy2ZREUOBw_kkI,4143
|
|
15
15
|
nat/plugins/mcp/auth/register.py,sha256=L2x69NjJPS4s6CCE5myzWVrWn3e_ttHyojmGXvBipMg,1228
|
|
16
16
|
nat/plugins/mcp/auth/token_storage.py,sha256=aS13ZvEJXcYzkZ0GSbrSor4i5bpjD5BkXHQw1iywC9k,9240
|
|
17
|
-
nvidia_nat_mcp-1.4.
|
|
18
|
-
nvidia_nat_mcp-1.4.
|
|
19
|
-
nvidia_nat_mcp-1.4.
|
|
20
|
-
nvidia_nat_mcp-1.4.
|
|
21
|
-
nvidia_nat_mcp-1.4.
|
|
22
|
-
nvidia_nat_mcp-1.4.
|
|
23
|
-
nvidia_nat_mcp-1.4.
|
|
17
|
+
nvidia_nat_mcp-1.4.0a20251031.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
|
|
18
|
+
nvidia_nat_mcp-1.4.0a20251031.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
19
|
+
nvidia_nat_mcp-1.4.0a20251031.dist-info/METADATA,sha256=JyX5WAB_NLShIORlz0p8qmXE6pSla0fQfJ-sHpn1o3w,2319
|
|
20
|
+
nvidia_nat_mcp-1.4.0a20251031.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
21
|
+
nvidia_nat_mcp-1.4.0a20251031.dist-info/entry_points.txt,sha256=rYvUp4i-klBr3bVNh7zYOPXret704vTjvCk1qd7FooI,97
|
|
22
|
+
nvidia_nat_mcp-1.4.0a20251031.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
|
23
|
+
nvidia_nat_mcp-1.4.0a20251031.dist-info/RECORD,,
|
|
File without changes
|
{nvidia_nat_mcp-1.4.0a20251029.dist-info → nvidia_nat_mcp-1.4.0a20251031.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nvidia_nat_mcp-1.4.0a20251029.dist-info → nvidia_nat_mcp-1.4.0a20251031.dist-info}/top_level.txt
RENAMED
|
File without changes
|