MCPcopy
hub / github.com/Zipstack/unstract / get_plugin

Method get_plugin

workers/plugin_registry.py:84–86  ·  view source on GitHub ↗

Get a plugin by name.

(self, name: str)

Source from the content-addressed store, hash-verified

82 logger.error(f"Error loading plugin '{name}': {e}")
83
84 def get_plugin(self, name: str) -> Any | None:
85 """Get a plugin by name."""
86 return self._plugins.get(name)
87
88 def list_available_plugins(self) -> list[dict[str, Any]]:
89 """List all available plugins with their configurations."""

Callers 2

get_pluginFunction · 0.45
page_usageFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected