Bootstrap pyro_mcp v0.0.1 with MCP static tool and Ollama demo
This commit is contained in:
commit
11d6f4bcb4
18 changed files with 1945 additions and 0 deletions
5
src/pyro_mcp/__init__.py
Normal file
5
src/pyro_mcp/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"""Public package surface for pyro_mcp."""
|
||||
|
||||
from pyro_mcp.server import HELLO_STATIC_PAYLOAD, create_server
|
||||
|
||||
__all__ = ["HELLO_STATIC_PAYLOAD", "create_server"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue