File size: 124 Bytes
1f2d50a |
1 2 3 4 5 6 7 8 |
"""
KGraph-MCP API Package
This package provides the FastAPI backend for the KGraph-MCP system.
"""
__version__ = "0.1.0"
|
1f2d50a |
1 2 3 4 5 6 7 8 |
"""
KGraph-MCP API Package
This package provides the FastAPI backend for the KGraph-MCP system.
"""
__version__ = "0.1.0"
|