distributed-a2a 0.1.9rc14__py3-none-any.whl → 0.1.9rc15__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.
- distributed_a2a/registry.py +1 -1
- {distributed_a2a-0.1.9rc14.dist-info → distributed_a2a-0.1.9rc15.dist-info}/METADATA +1 -1
- {distributed_a2a-0.1.9rc14.dist-info → distributed_a2a-0.1.9rc15.dist-info}/RECORD +6 -6
- {distributed_a2a-0.1.9rc14.dist-info → distributed_a2a-0.1.9rc15.dist-info}/WHEEL +0 -0
- {distributed_a2a-0.1.9rc14.dist-info → distributed_a2a-0.1.9rc15.dist-info}/licenses/LICENSE +0 -0
- {distributed_a2a-0.1.9rc14.dist-info → distributed_a2a-0.1.9rc15.dist-info}/top_level.txt +0 -0
distributed_a2a/registry.py
CHANGED
|
@@ -49,6 +49,6 @@ class McpRegistryLookup:
|
|
|
49
49
|
self.registry_url = registry_url
|
|
50
50
|
|
|
51
51
|
def get_mcp_tool_for_agent(self, agent_name: str) -> list[dict]:
|
|
52
|
-
response = requests.get(url=f"{self.registry_url}/mcp/agent/{agent_name}/
|
|
52
|
+
response = requests.get(url=f"{self.registry_url}/mcp/agent/{agent_name}/servers")
|
|
53
53
|
response.raise_for_status()
|
|
54
54
|
return response.json()
|
|
@@ -3,11 +3,11 @@ distributed_a2a/agent.py,sha256=qY775N3Br2YMuaHLALU4t6MO47syuEoTtFLLPRr8TyA,2910
|
|
|
3
3
|
distributed_a2a/client.py,sha256=3tEBqu3HKEQyOFk5vsO1YiuKP2pZx-n6SCzsJUYNcyc,4601
|
|
4
4
|
distributed_a2a/executors.py,sha256=Poj3CDo8MpTG5GDXkTTLAPZGqoh3nh0-MwJCNWG8o9U,9512
|
|
5
5
|
distributed_a2a/model.py,sha256=rW9jY0OIR8L_I77zz47JQMd-ucQQnnfNw_HIS-YvrcM,3533
|
|
6
|
-
distributed_a2a/registry.py,sha256=
|
|
6
|
+
distributed_a2a/registry.py,sha256=OchRQtXiQVnmeXotrwjEWgXVMFdHkrPAHQCb6FG5MX0,2052
|
|
7
7
|
distributed_a2a/router.py,sha256=l1kDn5_iYNq6QZj8JsouLC6zz5vdK-qGSpj4KODwXY8,1834
|
|
8
8
|
distributed_a2a/server.py,sha256=-__c-BKzJWSXpW21NOp6faUIdjWV_o32jqv42_lPi2g,3352
|
|
9
|
-
distributed_a2a-0.1.
|
|
10
|
-
distributed_a2a-0.1.
|
|
11
|
-
distributed_a2a-0.1.
|
|
12
|
-
distributed_a2a-0.1.
|
|
13
|
-
distributed_a2a-0.1.
|
|
9
|
+
distributed_a2a-0.1.9rc15.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
|
|
10
|
+
distributed_a2a-0.1.9rc15.dist-info/METADATA,sha256=Fxi7ORkrA5_lIOHluKjoC7mYrsMophkHCUKYKSbQ2EU,3244
|
|
11
|
+
distributed_a2a-0.1.9rc15.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
12
|
+
distributed_a2a-0.1.9rc15.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
|
|
13
|
+
distributed_a2a-0.1.9rc15.dist-info/RECORD,,
|
|
File without changes
|
{distributed_a2a-0.1.9rc14.dist-info → distributed_a2a-0.1.9rc15.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|