mcpturbo-core


Namemcpturbo-core JSON
Version 2.0.1 PyPI version JSON
download
home_pageNone
SummaryMulti-agent Communication Protocol - Core v2
upload_time2025-07-13 23:00:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords mcpturbo agents mcp automation ai llm orchestration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🔗 Mcpturbo Core

Multi-agent Communication Protocol - Core Components

## 📋 Overview

MCP Protocol base, exceptions, utilities, configuration

## 📦 Installation

```bash
pip install mcpturbo-core
```

## 🚀 Quick Start

```python
# 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

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

component = main_component(**config)
```

## 📚 Documentation

- **[API Reference](https://mcpturbo.dev/docs/core)**
- **[Examples](https://github.com/fmonfasani/mcpturbo-core/tree/main/examples)**
- **[Contributing](https://github.com/fmonfasani/mcpturbo-core/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-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "mcpturbo, agents, mcp, automation, ai, llm, orchestration",
    "author": null,
    "author_email": "Federico Monfasani <fmonfasani@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/41/23/2a760b012fae0fc3b21636f8dc18bf50e55bb718df861dbfa9410a0bbdd1/mcpturbo_core-2.0.1.tar.gz",
    "platform": null,
    "description": "# \ud83d\udd17 Mcpturbo Core\r\n\r\nMulti-agent Communication Protocol - Core Components\r\n\r\n## \ud83d\udccb Overview\r\n\r\nMCP Protocol base, exceptions, utilities, configuration\r\n\r\n## \ud83d\udce6 Installation\r\n\r\n```bash\r\npip install mcpturbo-core\r\n```\r\n\r\n## \ud83d\ude80 Quick Start\r\n\r\n```python\r\n# Basic usage example\r\nfrom mcpturbo_core import main_component\r\n\r\n# Initialize component\r\ncomponent = main_component()\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/core)**\r\n- **[Examples](https://github.com/fmonfasani/mcpturbo-core/tree/main/examples)**\r\n- **[Contributing](https://github.com/fmonfasani/mcpturbo-core/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": "Multi-agent Communication Protocol - Core v2",
    "version": "2.0.1",
    "project_urls": {
        "Changelog": "https://github.com/fmonfasani/mcpturbo/blob/main/CHANGELOG.md",
        "Documentation": "https://mcpturbo.dev/docs/core",
        "Homepage": "https://github.com/fmonfasani/mcpturbo",
        "Issues": "https://github.com/fmonfasani/mcpturbo/issues",
        "Repository": "https://github.com/fmonfasani/mcpturbo"
    },
    "split_keywords": [
        "mcpturbo",
        " agents",
        " mcp",
        " automation",
        " ai",
        " llm",
        " orchestration"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03d44b832ee1bf736153162f2e13fc30427e4c8e8627df1eb0199b5ae06ebe46",
                "md5": "8bffa1a124bb19d8026f8904968eae8b",
                "sha256": "78d71019e55d8f1d6ef4b012d17184c72874c29d1b326f2190d3b53c661d1515"
            },
            "downloads": -1,
            "filename": "mcpturbo_core-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8bffa1a124bb19d8026f8904968eae8b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3478,
            "upload_time": "2025-07-13T23:00:00",
            "upload_time_iso_8601": "2025-07-13T23:00:00.422317Z",
            "url": "https://files.pythonhosted.org/packages/03/d4/4b832ee1bf736153162f2e13fc30427e4c8e8627df1eb0199b5ae06ebe46/mcpturbo_core-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "41232a760b012fae0fc3b21636f8dc18bf50e55bb718df861dbfa9410a0bbdd1",
                "md5": "08380eb356c4665f1819a9d7fb246530",
                "sha256": "6a98d00485d5fd4f47ad7b2fe1c3921bc9eb54f79492e99e97e174beaa8004a1"
            },
            "downloads": -1,
            "filename": "mcpturbo_core-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "08380eb356c4665f1819a9d7fb246530",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8214,
            "upload_time": "2025-07-13T23:00:01",
            "upload_time_iso_8601": "2025-07-13T23:00:01.808304Z",
            "url": "https://files.pythonhosted.org/packages/41/23/2a760b012fae0fc3b21636f8dc18bf50e55bb718df861dbfa9410a0bbdd1/mcpturbo_core-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 23:00:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fmonfasani",
    "github_project": "mcpturbo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mcpturbo-core"
}
        
Elapsed time: 0.43208s