Add templates and MCP server modules
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-29 13:25:00 +00:00
parent 3178ac8dde
commit 36228c3085

View File

@@ -0,0 +1,5 @@
"""MCP server integration for AI tools."""
from contextgen.mcp.server import MCPServer
__all__ = ["MCPServer"]