feat: implement skeleton phase

This commit is contained in:
hh
2026-05-19 14:19:15 +02:00
parent 75a23d231e
commit 221e660c5c
21 changed files with 586 additions and 3 deletions
+13
View File
@@ -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"]