fix(mcp): remove unnecessary guard for self.assets.set_download_url tool registration
The guard around the registration of the self.assets.set_download_url tool has been removed, ensuring it is always available for configuration. This change addresses issues on 32MB flash devices where the tool was previously skipped due to partition validation checks. Fixes #1962
This commit is contained in:
@ -296,7 +296,6 @@ void McpServer::AddUserOnlyTools() {
|
||||
return true;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
void McpServer::AddTool(McpTool* tool) {
|
||||
// Prevent adding duplicate tools
|
||||
|
||||
Reference in New Issue
Block a user