mcpturbo


Namemcpturbo JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryMCPTurbo - Multi-agent Communication Protocol
upload_time2025-07-13 21:51:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords mcpturbo mcp multi-agent communication protocol ai automation bots bots-ai bots-automation bots-communication bots-protocol bots-ai-automation bots-ai-communication bots-ai-protocol bots-ai-automation-communication bots-ai-automation-communication-protocol
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🤖 Mcpturbo 

MCPTurbo - library for multi-agent communication protocol

## 📋 Overview

mcpturbo-ai, mcpturbo-core, mcpturbo-agents, mcpturbo-generators, mcpturbo-templates, mcpturbo-cli, mcpturbo-cloud, mcpturbo-web, mcpturbo-enterprise

## 📦 Installation

```bash
pip install mcpturbo
```

## 🚀 Quick Start

```python
# Basic usage example
from mcpturbo import mcpturbo.ai, mcpturbo.agents, mcpturbo.generators, mcpturbo.templates, mcpturbo.cli, mcpturbo.cloud, mcpturbo.web, mcpturbo.enterprise

# Initialize component
component = mcpturbo.ai()

# Use component
result = await component.execute()
print(f"Result: {result}")
```

## 🔧 Configuration

```python
# Configuration example
config = {
    "setting1": "value1",
    "setting2": "value2"
}

component = main_component(**config)
```

## 📚 Documentation

- **[API Reference](https://mcpturbo.dev/docs/)**
- **[Examples](https://github.com/fmonfasani/mcpturbo/tree/main/examples)**
- **[Contributing](https://github.com/fmonfasani/mcpturbo/blob/main/CONTRIBUTING.md)**

## 🔗 Related Projects

- **[MCPTurbo Core](https://github.com/fmonfasani/mcpturbo-core)** - Core protocol
- **[MCPTurbo CLI](https://github.com/fmonfasani/mcpturbo-cli)** - Command line interface
- **[MCPTurbo Complete](https://github.com/fmonfasani/mcpturbo-complete)** - Full installation

## 🤝 Contributing

1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request

## 📄 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## 🙏 Acknowledgments

- Part of the MCPTurbo ecosystem
- Built with modern Python best practices
- Inspired by the need for intelligent agent coordination

---

<div align="center">
Made with ❤️ by the MCPTurbo Team
</div>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mcpturbo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "mcpturbo, mcp, multi-agent, communication, protocol, ai, automation, bots, bots-ai, bots-automation, bots-communication, bots-protocol, bots-ai-automation, bots-ai-communication, bots-ai-protocol, bots-ai-automation-communication, bots-ai-automation-communication-protocol",
    "author": null,
    "author_email": "Federico Monfasani <fmonfasani@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1e/75/2fc920e088b4e3a8cbd042b19225ab357b3fa0a0f761c7e4016286cd9e1c/mcpturbo-1.0.0.tar.gz",
    "platform": null,
    "description": "# \ud83e\udd16 Mcpturbo \r\n\r\nMCPTurbo - library for multi-agent communication protocol\r\n\r\n## \ud83d\udccb Overview\r\n\r\nmcpturbo-ai, mcpturbo-core, mcpturbo-agents, mcpturbo-generators, mcpturbo-templates, mcpturbo-cli, mcpturbo-cloud, mcpturbo-web, mcpturbo-enterprise\r\n\r\n## \ud83d\udce6 Installation\r\n\r\n```bash\r\npip install mcpturbo\r\n```\r\n\r\n## \ud83d\ude80 Quick Start\r\n\r\n```python\r\n# Basic usage example\r\nfrom mcpturbo import mcpturbo.ai, mcpturbo.agents, mcpturbo.generators, mcpturbo.templates, mcpturbo.cli, mcpturbo.cloud, mcpturbo.web, mcpturbo.enterprise\r\n\r\n# Initialize component\r\ncomponent = mcpturbo.ai()\r\n\r\n# Use component\r\nresult = await component.execute()\r\nprint(f\"Result: {result}\")\r\n```\r\n\r\n## \ud83d\udd27 Configuration\r\n\r\n```python\r\n# Configuration example\r\nconfig = {\r\n    \"setting1\": \"value1\",\r\n    \"setting2\": \"value2\"\r\n}\r\n\r\ncomponent = main_component(**config)\r\n```\r\n\r\n## \ud83d\udcda Documentation\r\n\r\n- **[API Reference](https://mcpturbo.dev/docs/)**\r\n- **[Examples](https://github.com/fmonfasani/mcpturbo/tree/main/examples)**\r\n- **[Contributing](https://github.com/fmonfasani/mcpturbo/blob/main/CONTRIBUTING.md)**\r\n\r\n## \ud83d\udd17 Related Projects\r\n\r\n- **[MCPTurbo Core](https://github.com/fmonfasani/mcpturbo-core)** - Core protocol\r\n- **[MCPTurbo CLI](https://github.com/fmonfasani/mcpturbo-cli)** - Command line interface\r\n- **[MCPTurbo Complete](https://github.com/fmonfasani/mcpturbo-complete)** - Full installation\r\n\r\n## \ud83e\udd1d Contributing\r\n\r\n1. Fork the repository\r\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\r\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\r\n4. Push to the branch (`git push origin feature/amazing-feature`)\r\n5. Open a Pull Request\r\n\r\n## \ud83d\udcc4 License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n## \ud83d\ude4f Acknowledgments\r\n\r\n- Part of the MCPTurbo ecosystem\r\n- Built with modern Python best practices\r\n- Inspired by the need for intelligent agent coordination\r\n\r\n---\r\n\r\n<div align=\"center\">\r\nMade with \u2764\ufe0f by the MCPTurbo Team\r\n</div>\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MCPTurbo - Multi-agent Communication Protocol",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://mcpturbo.dev/docs/{project_name.replace('mcpturbo-', '')}",
        "Homepage": "https://github.com/fmonfasani/{project_name}",
        "Issues": "https://github.com/fmonfasani/{project_name}/issues",
        "Repository": "https://github.com/fmonfasani/{project_name}"
    },
    "split_keywords": [
        "mcpturbo",
        " mcp",
        " multi-agent",
        " communication",
        " protocol",
        " ai",
        " automation",
        " bots",
        " bots-ai",
        " bots-automation",
        " bots-communication",
        " bots-protocol",
        " bots-ai-automation",
        " bots-ai-communication",
        " bots-ai-protocol",
        " bots-ai-automation-communication",
        " bots-ai-automation-communication-protocol"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "56a99427061c4619d4b3abe23fdd9f247c0c34b42f551c769cf401ada7a1b2bf",
                "md5": "c4c801169233deb1891fdd090b89fc4f",
                "sha256": "04877ba62d74fc3d9a4726cfb13407af74bde3bed4f2bedfce829eeead70d77c"
            },
            "downloads": -1,
            "filename": "mcpturbo-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c4c801169233deb1891fdd090b89fc4f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3288,
            "upload_time": "2025-07-13T21:51:01",
            "upload_time_iso_8601": "2025-07-13T21:51:01.888532Z",
            "url": "https://files.pythonhosted.org/packages/56/a9/9427061c4619d4b3abe23fdd9f247c0c34b42f551c769cf401ada7a1b2bf/mcpturbo-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e752fc920e088b4e3a8cbd042b19225ab357b3fa0a0f761c7e4016286cd9e1c",
                "md5": "c98d363f321956c9e32977e9cbd3e742",
                "sha256": "2d76de3f9125c8860ac1ea82fcc28d4d4e7f41b1838c2890552bfe82a2c792a1"
            },
            "downloads": -1,
            "filename": "mcpturbo-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c98d363f321956c9e32977e9cbd3e742",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3749,
            "upload_time": "2025-07-13T21:51:02",
            "upload_time_iso_8601": "2025-07-13T21:51:02.930090Z",
            "url": "https://files.pythonhosted.org/packages/1e/75/2fc920e088b4e3a8cbd042b19225ab357b3fa0a0f761c7e4016286cd9e1c/mcpturbo-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 21:51:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fmonfasani",
    "github_project": "{project_name}",
    "github_not_found": true,
    "lcname": "mcpturbo"
}
        
Elapsed time: 2.10505s