feat: implement skeleton phase
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
"""MCP server definitions and (later) the internal aggregator app."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from beaver_gateway.mcp.types import (
|
||||
HttpMcp,
|
||||
McpServer,
|
||||
McpServerT,
|
||||
PythonToolMcp,
|
||||
StdioMcp,
|
||||
)
|
||||
|
||||
__all__ = ["HttpMcp", "McpServer", "McpServerT", "PythonToolMcp", "StdioMcp"]
|
||||
Reference in New Issue
Block a user