Skip to content

Commit bc2cdb3

Browse files
Merge branch 'main' into rahuldevikar761-patch-2
2 parents b6a5ad2 + d448449 commit bc2cdb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/agents-a365-tooling/src/McpToolServerConfigurationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export class McpToolServerConfigurationService {
157157
* @returns {boolean} True when running in a development environment.
158158
*/
159159
private isDevScenario(): boolean {
160-
const environment = process.env.NODE_ENV || 'Development';
160+
const environment = process.env.NODE_ENV || '';
161161
return environment.toLowerCase() === 'development';
162162
}
163163
}

0 commit comments

Comments
 (0)