agent-mcp 0.1.1__py3-none-any.whl → 0.1.2__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.
- {agent_mcp-0.1.1.dist-info → agent_mcp-0.1.2.dist-info}/METADATA +6 -5
- agent_mcp-0.1.2.dist-info/RECORD +5 -0
- agent_mcp-0.1.1.dist-info/RECORD +0 -5
- {agent_mcp-0.1.1.dist-info → agent_mcp-0.1.2.dist-info}/WHEEL +0 -0
- {agent_mcp-0.1.1.dist-info → agent_mcp-0.1.2.dist-info}/entry_points.txt +0 -0
- {agent_mcp-0.1.1.dist-info → agent_mcp-0.1.2.dist-info}/top_level.txt +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-mcp
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: A bridge agent to enable agents with Model Context Protocol capabilities to be added to a Multi-agent Collaboration Network (MCN) to run on a Multi-agent Collaboration Platform (MCP)
|
|
5
|
-
Home-page: https://github.com/
|
|
6
|
-
Author:
|
|
5
|
+
Home-page: https://github.com/grupa-ai/agent-mcp
|
|
6
|
+
Author: GrupaAI
|
|
7
7
|
License: MIT
|
|
8
|
-
Project-URL: Homepage, https://github.com/
|
|
8
|
+
Project-URL: Homepage, https://github.com/grupa-ai/agent-mcp
|
|
9
9
|
Classifier: Development Status :: 3 - Alpha
|
|
10
10
|
Classifier: Intended Audience :: Developers
|
|
11
11
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -56,7 +56,8 @@ AgentMCP is a revolutionary Multi-agent Collaboration Platform (MCP) that implem
|
|
|
56
56
|
|
|
57
57
|
### 🎯 One Decorator = Infinite Possibilities
|
|
58
58
|
|
|
59
|
-
When you add `@mcp_agent`, your agent instantly becomes:
|
|
59
|
+
When you add `@mcp_agent`, your agent instantly becomes an Agent with MCP App, Client and Server Capabilities :
|
|
60
|
+
|
|
60
61
|
- 🌐 Connected to the Multi-Agent Collaboration Network (MACNet)
|
|
61
62
|
- 🤝 Ready to work with any other agent on the network
|
|
62
63
|
- 🔌 Framework-agnostic (works with Langchain, CrewAI, Autogen, or any custom implementation)
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
agent_mcp-0.1.2.dist-info/METADATA,sha256=2d4Fb5Dn1w_T2rAzGbejRkBgTgDx8OVZNqMI8quDX1Q,14495
|
|
2
|
+
agent_mcp-0.1.2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
3
|
+
agent_mcp-0.1.2.dist-info/entry_points.txt,sha256=6wJ3TtpqqkX4cL5kz1ZUCc7f8xUI7bUbDk4oSXMQswE,61
|
|
4
|
+
agent_mcp-0.1.2.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
5
|
+
agent_mcp-0.1.2.dist-info/RECORD,,
|
agent_mcp-0.1.1.dist-info/RECORD
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
agent_mcp-0.1.1.dist-info/METADATA,sha256=I4DFLk5-UMaqDhCyS65onPHkbtujdNbcT2waHt1j44M,14447
|
|
2
|
-
agent_mcp-0.1.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
3
|
-
agent_mcp-0.1.1.dist-info/entry_points.txt,sha256=6wJ3TtpqqkX4cL5kz1ZUCc7f8xUI7bUbDk4oSXMQswE,61
|
|
4
|
-
agent_mcp-0.1.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
5
|
-
agent_mcp-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|