Multi-agent Communication Protocol - Core Components v2
Project description
🔗 Mcpturbo Core
Multi-agent Communication Protocol - Core Components
📋 Overview
MCP Protocol base, exceptions, utilities, configuration
📦 Installation
pip install mcpturbo-core
🚀 Quick Start
# Basic usage example
from mcpturbo_core import main_component
# Initialize component
component = main_component()
# Use component
result = await component.execute()
print(f"Result: {result}")
🔧 Configuration
# Configuration example
config = {
"setting1": "value1",
"setting2": "value2"
}
component = main_component(**config)
📚 Documentation
🔗 Related Projects
- MCPTurbo Core - Core protocol
- MCPTurbo CLI - Command line interface
- MCPTurbo Complete - Full installation
🤝 Contributing
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments
- Part of the MCPTurbo ecosystem
- Built with modern Python best practices
- Inspired by the need for intelligent agent coordination
Made with ❤️ by the MCPTurbo Team
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
mcpturbo_core-2.0.0.tar.gz
(17.4 kB
view details)
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 mcpturbo_core-2.0.0.tar.gz.
File metadata
- Download URL: mcpturbo_core-2.0.0.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da145894f5b051613e9175269d25d2800424daa778e047b5fb5051e320cf8a53
|
|
| MD5 |
8017b57dba4a99c42f141a9f36f3fe91
|
|
| BLAKE2b-256 |
c91aac4d2909efd504f865922c8702e764e6ba7c13cd0eb9ea9b491c55552968
|
File details
Details for the file mcpturbo_core-2.0.0-py3-none-any.whl.
File metadata
- Download URL: mcpturbo_core-2.0.0-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c57d57fc80e8c083134e516dc24f76e3ec484ad1cfa2fe59f5eab077eebc8a8
|
|
| MD5 |
0f090e6a20ca12af93ffe4ea66733be2
|
|
| BLAKE2b-256 |
9aa0a2ab038d0d2e9cf437bc8866682e340be9f8356d08da217f1db09b549d53
|