forked from HomeLab/unraid-mcp
8 lines
173 B
Python
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"
|