vikasetrx's picture
Simplify project structure for Hugging Face Spaces
cbc8469
raw
history blame contribute delete
192 Bytes
"""
Firstock Documentation MCP Server
A Model Context Protocol (MCP) server for accessing Firstock API documentation.
"""
from .server import serve
__version__ = "0.1.0"
__all__ = ["serve"]