mseep-mcp-task-orchestrator


Namemseep-mcp-task-orchestrator JSON
Version 1.8.0 PyPI version JSON
download
home_pagehttps://github.com/EchoingVesper/mcp-task-orchestrator
SummaryA Model Context Protocol server for task orchestration
upload_time2025-07-09 00:50:35
maintainermseep
docs_urlNone
authormseep
requires_python>=3.6
licenseNone
keywords mseep mcp ai task-orchestration claude automation llm workflow
VCS
bugtrack_url
requirements mcp pydantic jinja2 pyyaml aiofiles psutil filelock sqlalchemy alembic typer rich pytest pytest-asyncio
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Package managed by MseeP.ai

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/EchoingVesper/mcp-task-orchestrator",
    "name": "mseep-mcp-task-orchestrator",
    "maintainer": "mseep",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "support@skydeck.ai",
    "keywords": "mseep, mcp, ai, task-orchestration, claude, automation, llm, workflow",
    "author": "mseep",
    "author_email": "support@skydeck.ai",
    "download_url": "https://files.pythonhosted.org/packages/1c/93/a42b731efe29e5f73a45438c952f01b84cbf77c390ff8175e0584694a1bc/mseep_mcp_task_orchestrator-1.8.0.tar.gz",
    "platform": null,
    "description": "Package managed by MseeP.ai\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Model Context Protocol server for task orchestration",
    "version": "1.8.0",
    "project_urls": {
        "Homepage": "https://github.com/EchoingVesper/mcp-task-orchestrator"
    },
    "split_keywords": [
        "mseep",
        " mcp",
        " ai",
        " task-orchestration",
        " claude",
        " automation",
        " llm",
        " workflow"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ad7797cafb53a9691c27c86fd37adeeec5714d10c1b7e3bc454749a65eea192b",
                "md5": "1d42c5d0fb6085bb07c894b8bb82377b",
                "sha256": "e98b34f7a746e55d6814e92a72ff25c295b66b00f64388d6871b6836c52d439c"
            },
            "downloads": -1,
            "filename": "mseep_mcp_task_orchestrator-1.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1d42c5d0fb6085bb07c894b8bb82377b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 275462,
            "upload_time": "2025-07-09T00:50:33",
            "upload_time_iso_8601": "2025-07-09T00:50:33.814316Z",
            "url": "https://files.pythonhosted.org/packages/ad/77/97cafb53a9691c27c86fd37adeeec5714d10c1b7e3bc454749a65eea192b/mseep_mcp_task_orchestrator-1.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c93a42b731efe29e5f73a45438c952f01b84cbf77c390ff8175e0584694a1bc",
                "md5": "7752868d7b78313de36334baf4a02e58",
                "sha256": "b723b48cc7f7dc9c1cef4390dd6615d39034d5515704a98c9c36370b87eb9a25"
            },
            "downloads": -1,
            "filename": "mseep_mcp_task_orchestrator-1.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7752868d7b78313de36334baf4a02e58",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 247525,
            "upload_time": "2025-07-09T00:50:35",
            "upload_time_iso_8601": "2025-07-09T00:50:35.600668Z",
            "url": "https://files.pythonhosted.org/packages/1c/93/a42b731efe29e5f73a45438c952f01b84cbf77c390ff8175e0584694a1bc/mseep_mcp_task_orchestrator-1.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-09 00:50:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "EchoingVesper",
    "github_project": "mcp-task-orchestrator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "mcp",
            "specs": [
                [
                    ">=",
                    "1.9.0"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "jinja2",
            "specs": [
                [
                    ">=",
                    "3.1.0"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    ">=",
                    "6.0.0"
                ]
            ]
        },
        {
            "name": "aiofiles",
            "specs": [
                [
                    ">=",
                    "23.0.0"
                ]
            ]
        },
        {
            "name": "psutil",
            "specs": [
                [
                    ">=",
                    "5.9.0"
                ]
            ]
        },
        {
            "name": "filelock",
            "specs": [
                [
                    ">=",
                    "3.12.0"
                ]
            ]
        },
        {
            "name": "sqlalchemy",
            "specs": [
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "alembic",
            "specs": [
                [
                    ">=",
                    "1.10.0"
                ]
            ]
        },
        {
            "name": "typer",
            "specs": [
                [
                    ">=",
                    "0.9.0"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    ">=",
                    "13.0.0"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "7.0.0"
                ]
            ]
        },
        {
            "name": "pytest-asyncio",
            "specs": [
                [
                    ">=",
                    "0.21.0"
                ]
            ]
        }
    ],
    "lcname": "mseep-mcp-task-orchestrator"
}
        
Elapsed time: 0.51608s