mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-01 16:04:24 -08:00
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"
|