Add templates and MCP server modules
This commit is contained in:
5
src/contextgen/mcp/__init__.py
Normal file
5
src/contextgen/mcp/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""MCP server integration for AI tools."""
|
||||
|
||||
from contextgen.mcp.server import MCPServer
|
||||
|
||||
__all__ = ["MCPServer"]
|
||||
Reference in New Issue
Block a user