MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / isReadOnly

Method isReadOnly

src/tools/registry.ts:457–459  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

455 logger.debug('Executing tool', { name, args: parsed });
456
457 try {
458 const result = await tool.execute(parsed, ctx);
459 return result;
460 } catch (e: any) {
461 return {
462 content: `[TOOL_ERROR] ${name} failed: ${e.message}\nReview the error and try a different approach.`,

Callers 2

listToolsMethod · 0.80
runMethod · 0.80

Calls 2

resolveNameMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected