Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions packages/agents-a365-tooling/src/Utility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@ export class Utility {
* @returns The base MCP environments URL.
*/
public static GetMcpBaseUrl(): string {
const environment = this.getCurrentEnvironment().toLowerCase();

if (environment === 'development') {
return process.env.MOCK_MCP_SERVER_URL || 'http://localhost:5309/mcp-mock/agents/servers';
}

return `${this.getMcpPlatformBaseUrl()}/agents/servers`;
}

Expand Down
Loading