6 lines
85 B
Python
6 lines
85 B
Python
"""LightRAG MCP server package."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.0"
|