Multi-agent Communication Protocol - Core Components
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-1.0.0.tar.gz
(3.9 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-1.0.0.tar.gz.
File metadata
- Download URL: mcpturbo_core-1.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
179309a5799153271ea5ff6c1aa7b0964c2ff869a9017b5260b30962bc0b635b
|
|
| MD5 |
107b337265565899dec7ef5b1207a852
|
|
| BLAKE2b-256 |
8d3f406287a90a83fcf97d49f1e591987c58b7da46ae4513cde64b31adfce49a
|
File details
Details for the file mcpturbo_core-1.0.0-py3-none-any.whl.
File metadata
- Download URL: mcpturbo_core-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.9 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 |
8a243a1e99da18b2c673217a8265d8481323755d9512dbd852a333f6e3bc08cc
|
|
| MD5 |
587912c9ace53e90fa56c6968f84ade9
|
|
| BLAKE2b-256 |
583376f746753650ce4eeaf0c1b1c342572ad19ce28de64b3fe5edae951b5879
|