beamlit 0.0.60rc126__py3-none-any.whl → 0.0.60rc127__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.
- beamlit/functions/local/local.py +2 -2
- {beamlit-0.0.60rc126.dist-info → beamlit-0.0.60rc127.dist-info}/METADATA +1 -1
- {beamlit-0.0.60rc126.dist-info → beamlit-0.0.60rc127.dist-info}/RECORD +6 -6
- {beamlit-0.0.60rc126.dist-info → beamlit-0.0.60rc127.dist-info}/WHEEL +0 -0
- {beamlit-0.0.60rc126.dist-info → beamlit-0.0.60rc127.dist-info}/entry_points.txt +0 -0
- {beamlit-0.0.60rc126.dist-info → beamlit-0.0.60rc127.dist-info}/licenses/LICENSE +0 -0
beamlit/functions/local/local.py
CHANGED
@@ -42,7 +42,7 @@ class LocalToolKit:
|
|
42
42
|
raise RuntimeError(f"Failed to initialize local function: {e}")
|
43
43
|
|
44
44
|
async def get_tools(self) -> list[BaseTool]:
|
45
|
-
mcp_client = MCPClient(self.client, self._function.spec["configurations"]["url"])
|
46
|
-
mcp_toolkit = MCPToolkit(client=mcp_client)
|
45
|
+
mcp_client = MCPClient(self.client, self._function.spec["configurations"]["url"], None)
|
46
|
+
mcp_toolkit = MCPToolkit(client=mcp_client, url=self._function.spec["configurations"]["url"])
|
47
47
|
await mcp_toolkit.initialize()
|
48
48
|
return await mcp_toolkit.get_tools()
|
@@ -133,7 +133,7 @@ beamlit/deploy/parser.py,sha256=gjRUhOVtfKnc1UNc_FhXsEfj9zrMNuq8W93pNsJBpo0,7586
|
|
133
133
|
beamlit/functions/__init__.py,sha256=Mnoqpa1dm7TXwjodBbF_40JyD78aXsOYWmqjDSnA1lU,317
|
134
134
|
beamlit/functions/common.py,sha256=v4nmLP9Wotpb5e6hV30XbItgZjr5lwXcF0EOotxRngI,10127
|
135
135
|
beamlit/functions/decorator.py,sha256=iQbLwUo0K83DFJ3ub8O5jKtkbSINnku6GZcKJ9h7-5E,2292
|
136
|
-
beamlit/functions/local/local.py,sha256=
|
136
|
+
beamlit/functions/local/local.py,sha256=qkd-RGObyjZD0KIwaze_TnTuiJ3lyluCcM97nbyPNBk,1897
|
137
137
|
beamlit/functions/mcp/client.py,sha256=enLo0dzWMBHJEQf6as3UWM8tN3CjUN1YO3UPn67DLac,4072
|
138
138
|
beamlit/functions/mcp/mcp.py,sha256=voZYIbsHipSCEKXmnU_3uYKa_cfT1M2mv5t1pEwUkkE,6040
|
139
139
|
beamlit/functions/mcp/utils.py,sha256=V7bah6cymdtjJ_LJUrNcHDeApDHA6uXvaGVeFJGKj2U,1850
|
@@ -254,8 +254,8 @@ beamlit/serve/app.py,sha256=5XZci-R95Zjl97wMtQd1BRtonnkJJ2AeoTVFPKGAOfA,4283
|
|
254
254
|
beamlit/serve/middlewares/__init__.py,sha256=O7fyfE1DIYmajFY9WWdzxCgeAQWZzJfeUjzHGbpWaAk,309
|
255
255
|
beamlit/serve/middlewares/accesslog.py,sha256=lcu33j4epFSHRBaeTpyt8deNb3kaM3K91-andw4fp80,1112
|
256
256
|
beamlit/serve/middlewares/processtime.py,sha256=3x5w1yQexB0xFNKK6fgLbINxT-eLLunfZ6UDV0bIIF4,944
|
257
|
-
beamlit-0.0.
|
258
|
-
beamlit-0.0.
|
259
|
-
beamlit-0.0.
|
260
|
-
beamlit-0.0.
|
261
|
-
beamlit-0.0.
|
257
|
+
beamlit-0.0.60rc127.dist-info/METADATA,sha256=zT-Xhd9-_zH7b673L_W6n2mzTwYJBiAr1KV8AWGeLno,3547
|
258
|
+
beamlit-0.0.60rc127.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
259
|
+
beamlit-0.0.60rc127.dist-info/entry_points.txt,sha256=zxhgdn7SP-Otk4rEv7LMPAAa9w4TUCLbu9TJi9-K3xg,115
|
260
|
+
beamlit-0.0.60rc127.dist-info/licenses/LICENSE,sha256=p5PNQvpvyDT_0aYBDgmV1fFI_vAD2aSV0wWG7VTgRis,1069
|
261
|
+
beamlit-0.0.60rc127.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|