MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / execute

Method execute

plugin/app/models/plugin_handler.py:25–30  ·  view source on GitHub ↗
(
        self,
        credentials: BundleCredentials,
        plugin_input: PluginInput,
    )

Source from the content-addressed store, hash-verified

23
24 @abstractmethod
25 async def execute(
26 self,
27 credentials: BundleCredentials,
28 plugin_input: PluginInput,
29 ) -> PluginOutput:
30 raise NotImplementedError

Callers 15

api_executeFunction · 0.45
clean_dataFunction · 0.45
create_migration_tableFunction · 0.45
apply_migrationFunction · 0.45
create_objectFunction · 0.45
update_objectFunction · 0.45
update_objectFunction · 0.45
logout_adminFunction · 0.45
refresh_admin_tokenFunction · 0.45
delete_recordFunction · 0.45
create_record_and_chunksFunction · 0.45
insert_record_chunksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected