MCPcopy Create free account
hub / github.com/Athena-AI-Lab/athena-core / unload

Method unload

src/plugins/python/init.ts:136–140  ·  view source on GitHub ↗
(athena: Athena)

Source from the content-addressed store, hash-verified

134 }
135
136 async unload(athena: Athena) {
137 athena.deregisterTool("python/exec");
138 athena.deregisterTool("python/exec-file");
139 athena.deregisterTool("python/pip-install");
140 }
141}

Callers

nothing calls this directly

Calls 1

deregisterToolMethod · 0.80

Tested by

no test coverage detected