You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (class_exists($fqdn) && ! in_array($fqdn, $excludedTools, true)) {
336
+
$this->addTool($fqdn);
337
+
}
338
+
}
339
+
}
340
+
}
341
+
328
342
return $this->registeredTools;
329
343
}
330
344
```
331
345
346
+
**Auto-Discovery from Application Directory**: The MCP server automatically discovers and registers tools from your application's `app/Restify/Mcp/Tools` directory. Any tool class placed in this directory will be automatically registered without requiring manual configuration.
347
+
332
348
### Configuration Options
333
349
334
350
You can control tool discovery through configuration:
0 commit comments