MCPcopy Create free account
hub / github.com/SpaceZephyr/myskill / _create_context

Method _create_context

mcp-builder/scripts/connections.py:21–22  ·  view source on GitHub ↗

Create the connection context based on connection type.

(self)

Source from the content-addressed store, hash-verified

19
20 @abstractmethod
21 def _create_context(self):
22 """Create the connection context based on connection type."""
23
24 async def __aenter__(self):
25 """Initialize MCP server connection."""

Callers 1

__aenter__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected