You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Score / failure: 0.58; deployed httpDemo returns FUNCTION_PARAM_INVALID on all gateway requests
Why this is actionable
Relevant module: mcp/src/tools/gateway.ts and mcp/src/tools/functions.ts
Current behavior: createFunction(type="HTTP") succeeds, but follow-up manageGateway(action="createAccess") can omit type and silently default to Event, producing a broken access path for HTTP functions
Evidence: trace shows createAccess was called without type immediately after HTTP function creation; gateway requests then failed with FUNCTION_PARAM_INVALID
Proposed direction
Reject missing createAccess type for function targets or otherwise prevent the silent Event fallback
Strengthen the HTTP-function follow-up guidance returned by manageFunctions so the next call explicitly carries type="HTTP"
Signal
Why this is actionable
Proposed direction