Placeholder for the official Python SDK for the Intelligent Agents Platform (IAP) . Coming soon!
Project description
mcp-agent-client
⚠️ Legacy MCP Client - Consider using py-agent ecosystem instead
📢 Migration Notice
This package has been superseded by the py-agent ecosystem. For new projects, please use:
- py-agent-core - Core MCP functionality
- py-agent-client - Modern client implementation
- py-agent-server - Server implementation
- py-agent-tool - Additional tools
🎯 What is mcp-agent-client?
The original MCP (Model Context Protocol) client implementation. This package provides basic functionality for connecting to MCP servers but is now considered legacy.
🚀 Quick Start
pip install mcp-agent-client
from mcp_agent_client import MCPClient
# Basic usage (legacy)
client = MCPClient()
client.connect("localhost:8080")
⬆️ Migration Guide
Old (mcp-agent-client):
from mcp_agent_client import MCPClient
client = MCPClient()
New (py-agent-client):
from py_agent_client import MCPClient
client = MCPClient()
# Enhanced features and better performance
🔄 Recommended Migration
-
Install new ecosystem:
pip install py-agent-client
-
Update imports:
# Old from mcp_agent_client import MCPClient # New from py_agent_client import MCPClient
-
Enjoy enhanced features:
- Better error handling
- Improved performance
- More comprehensive tooling
- Active development
🚧 Support Status
- ⚠️ Legacy support only
- 🚫 No new features
- ✅ Critical bug fixes only
- 📈 Migrate to py-agent-client recommended
📦 py-agent Ecosystem
For new projects, use the modern ecosystem:
pip install py-agent-core py-agent-client py-agent-server py-agent-tool
📄 License
Apache License 2.0
🤝 Migration Support
Need help migrating? Check out the py-agent-client documentation or open an issue.
Built with ❤️ by fmonfasanidev
✨ Upgrade to py-agent ecosystem for the best experience! ✨
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_mcp_agent-0.0.2.dev1.tar.gz.
File metadata
- Download URL: py_mcp_agent-0.0.2.dev1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2229384efd895032a69dba8d933fecdffcb699fab5f16d4107b039957e096ad
|
|
| MD5 |
fb8676b6db83d876c1a885ad56d07ea2
|
|
| BLAKE2b-256 |
e27e39be4b5f45cfed44d30576b676fb321e9133106a0ca2bac85ea832e7aa05
|
File details
Details for the file py_mcp_agent-0.0.2.dev1-py3-none-any.whl.
File metadata
- Download URL: py_mcp_agent-0.0.2.dev1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b7f7203811ac0620d79555af9eb152173cc5eed94e2ec3f8589237d7c55f6b6
|
|
| MD5 |
ba6d05ac81fd3ab0bdb9f8e607795ba7
|
|
| BLAKE2b-256 |
5f18f4766ed4cff5bd40dbe308477e1a5915d512be8257843ee78a5eaa5462cb
|