MCPcopy Create free account
hub / github.com/modelcontextprotocol/ext-apps / remove

Method remove

src/app.ts:549–553  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

547 notify();
548 },
549 remove() {
550 if (app._registeredTools[name] !== registeredTool) return;
551 delete app._registeredTools[name];
552 notify();
553 },
554 handler: async (rawArgs, extra) => {
555 if (!registeredTool.enabled) {
556 throw new Error(`Tool ${name} is disabled`);

Callers 15

app-bridge.test.tsFile · 0.80
clearSliderHighlightFunction · 0.80
updateMemoryBarFunction · 0.80
updateStatusFunction · 0.80
stopPollingFunction · 0.80
showDebugBubbleFunction · 0.80
selectAnnotationFunction · 0.80
onMouseUpFunction · 0.80
removeAnnotationFunction · 0.80
renderPageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected