hello.
Thank you for providing the tools to make the API into an MCP server.
I'm testing it locally on a self-hosted basis and I'm getting an error.
I spun up a simple server that responds 200 on the /health endpoint, called https://test-domain/health to see if I get an OK, and then registered it as a I registered it as an API200 service.
Then when I run a test call through the View Endpoint, I get the following error.

{"error":"API200 Error: Service or endpoint not found","details":"JWT expired null"}
I also checked if it's an API Key issue by giving different values to x-api-key, but this part passed.

This code seems to be outputting the error.
|
error: 'API200 Error: Service or endpoint not found', |
|
const { data: routeData, error: routeError } = await supabase.rpc( |
hello.
Thank you for providing the tools to make the API into an MCP server.
I'm testing it locally on a self-hosted basis and I'm getting an error.
I spun up a simple server that responds 200 on the
/healthendpoint, calledhttps://test-domain/healthto see if I get anOK, and then registered it as a I registered it as an API200 service.Then when I run a test call through the

View Endpoint, I get the following error.{"error":"API200 Error: Service or endpoint not found","details":"JWT expired null"}I also checked if it's an API Key issue by giving different values to

x-api-key, but this part passed.This code seems to be outputting the error.
api200/packages/backend/src/api-handler.ts
Line 64 in 8441fbc
api200/packages/backend/src/modules/base/retrieveServiceRouteData.ts
Line 31 in 8441fbc