Multi-agent Communication Protocol - Core 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.1.tar.gz
(8.2 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.1.tar.gz.
File metadata
- Download URL: mcpturbo_core-2.0.1.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a98d00485d5fd4f47ad7b2fe1c3921bc9eb54f79492e99e97e174beaa8004a1
|
|
| MD5 |
08380eb356c4665f1819a9d7fb246530
|
|
| BLAKE2b-256 |
41232a760b012fae0fc3b21636f8dc18bf50e55bb718df861dbfa9410a0bbdd1
|
File details
Details for the file mcpturbo_core-2.0.1-py3-none-any.whl.
File metadata
- Download URL: mcpturbo_core-2.0.1-py3-none-any.whl
- Upload date:
- Size: 3.5 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 |
78d71019e55d8f1d6ef4b012d17184c72874c29d1b326f2190d3b53c661d1515
|
|
| MD5 |
8bffa1a124bb19d8026f8904968eae8b
|
|
| BLAKE2b-256 |
03d44b832ee1bf736153162f2e13fc30427e4c8e8627df1eb0199b5ae06ebe46
|