metorial-mcp-session


Namemetorial-mcp-session JSON
Version 1.0.0rc1 PyPI version JSON
download
home_pageNone
SummaryMCP session management for Metorial
upload_time2025-07-26 11:43:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords mcp metorial session
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # metorial-mcp-session

MCP (Model Context Protocol) session management for Metorial. Provides session handling and tool management functionality.

## Installation

```bash
pip install metorial-mcp-session
# or
uv add metorial-mcp-session
# or
poetry add metorial-mcp-session
```

## Features

- 🔧 **Session Management**: Handle MCP sessions and lifecycle
- 🛠️ **Tool Management**: Manage and execute tools through MCP
- 📡 **Protocol Handling**: MCP protocol implementation
- ⚡ **Async Support**: Full async/await support

## Usage

This package is typically used internally by other Metorial packages and not directly by end users.

### Internal Usage

```python
from metorial_mcp_session import SessionManager

# Used internally by Metorial packages
session_mgr = SessionManager()
```

## License

MIT License - see [LICENSE](../../LICENSE) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "metorial-mcp-session",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "mcp, metorial, session",
    "author": null,
    "author_email": "Metorial Team <support@metorial.com>",
    "download_url": "https://files.pythonhosted.org/packages/43/cc/2a1f408a9cd255c635c1d4ea0e15d162dba7129922047313f06b6dff9bef/metorial_mcp_session-1.0.0rc1.tar.gz",
    "platform": null,
    "description": "# metorial-mcp-session\n\nMCP (Model Context Protocol) session management for Metorial. Provides session handling and tool management functionality.\n\n## Installation\n\n```bash\npip install metorial-mcp-session\n# or\nuv add metorial-mcp-session\n# or\npoetry add metorial-mcp-session\n```\n\n## Features\n\n- \ud83d\udd27 **Session Management**: Handle MCP sessions and lifecycle\n- \ud83d\udee0\ufe0f **Tool Management**: Manage and execute tools through MCP\n- \ud83d\udce1 **Protocol Handling**: MCP protocol implementation\n- \u26a1 **Async Support**: Full async/await support\n\n## Usage\n\nThis package is typically used internally by other Metorial packages and not directly by end users.\n\n### Internal Usage\n\n```python\nfrom metorial_mcp_session import SessionManager\n\n# Used internally by Metorial packages\nsession_mgr = SessionManager()\n```\n\n## License\n\nMIT License - see [LICENSE](../../LICENSE) file for details.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MCP session management for Metorial",
    "version": "1.0.0rc1",
    "project_urls": {
        "Documentation": "https://metorial.com/docs",
        "Homepage": "https://metorial.com",
        "Repository": "https://github.com/metorial/metorial-enterprise"
    },
    "split_keywords": [
        "mcp",
        " metorial",
        " session"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "22912069a006e1bdeae290a79d9b13bef8eeb3e77b8039dd9942bbdb48f5391f",
                "md5": "e7b33ac22dfacbf7759f29b381c4912d",
                "sha256": "8daf0828feb69b830103ceb4b0239ee4480d148aff183971f09506f9fd2c54f6"
            },
            "downloads": -1,
            "filename": "metorial_mcp_session-1.0.0rc1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e7b33ac22dfacbf7759f29b381c4912d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 11784,
            "upload_time": "2025-07-26T11:43:45",
            "upload_time_iso_8601": "2025-07-26T11:43:45.239366Z",
            "url": "https://files.pythonhosted.org/packages/22/91/2069a006e1bdeae290a79d9b13bef8eeb3e77b8039dd9942bbdb48f5391f/metorial_mcp_session-1.0.0rc1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43cc2a1f408a9cd255c635c1d4ea0e15d162dba7129922047313f06b6dff9bef",
                "md5": "05ed72915ad64f1bbb84ce21c7a5a9d5",
                "sha256": "cb80fe374afc339fa91496b774dfe3ee3aa3bf9a584b9cbbf2cde6ff3045f008"
            },
            "downloads": -1,
            "filename": "metorial_mcp_session-1.0.0rc1.tar.gz",
            "has_sig": false,
            "md5_digest": "05ed72915ad64f1bbb84ce21c7a5a9d5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 10942,
            "upload_time": "2025-07-26T11:43:47",
            "upload_time_iso_8601": "2025-07-26T11:43:47.468922Z",
            "url": "https://files.pythonhosted.org/packages/43/cc/2a1f408a9cd255c635c1d4ea0e15d162dba7129922047313f06b6dff9bef/metorial_mcp_session-1.0.0rc1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-26 11:43:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "metorial",
    "github_project": "metorial-enterprise",
    "github_not_found": true,
    "lcname": "metorial-mcp-session"
}
        
Elapsed time: 1.83511s