Files
unraid-mcp/unraid_mcp/__init__.py
Jacob Magar 493a376640 lintfree
2025-08-12 11:35:00 -04:00

8 lines
173 B
Python

"""Unraid MCP Server Package.
A modular MCP (Model Context Protocol) server that provides tools to interact
with an Unraid server's GraphQL API.
"""
__version__ = "0.1.0"