Add adoption-focused examples, contract docs, and CLI polish
This commit is contained in:
parent
227983a877
commit
0aa5e25dc1
18 changed files with 560 additions and 2 deletions
|
|
@ -1,7 +1,11 @@
|
|||
"""Public package surface for pyro_mcp."""
|
||||
|
||||
from importlib.metadata import version
|
||||
|
||||
from pyro_mcp.api import Pyro
|
||||
from pyro_mcp.server import create_server
|
||||
from pyro_mcp.vm_manager import VmManager
|
||||
|
||||
__all__ = ["Pyro", "VmManager", "create_server"]
|
||||
__version__ = version("pyro-mcp")
|
||||
|
||||
__all__ = ["Pyro", "VmManager", "__version__", "create_server"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue