OrigeneToolkit provides an interface for interacting with
Origene MCP server.This toolkit can be used as an async context manager for automatic
connection management:async with OrigeneToolkit(config_dict=config) as toolkit:
tools = toolkit.get_tools()