Level
Critical
Describe the bug
Steps To Reproduce
#24
Expected behaviour
MCP Live server~Application Not Found
Actual behaviour
public getBaseUrl(): string {
return this.config.environment === 'production'
? 'https://openapi.investec.com'
: 'https://openapisandbox.investec.com';
lines 46-49 is a 404 error
Additional context
No response
Level
Critical
Describe the bug
Steps To Reproduce
#24
Expected behaviour
MCP Live server~Application Not Found
Actual behaviour
public getBaseUrl(): string {
return this.config.environment === 'production'
? 'https://openapi.investec.com'
: 'https://openapisandbox.investec.com';
lines 46-49 is a 404 error
Additional context
No response