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
feat: support upstream MCP proxy profiles without openapi_spec_path
ResolvedProfile.specPath is now string | undefined. Profiles with upstream_mcp
and no openapi_spec_path resolve specPath=undefined instead of throwing
ConfigurationError. MCPServer gains initializeWithoutSpec() and a shared
private initializeProfile(); MCPServerManager branches on specPath != null.
generic-profile.test runner detects upstream proxy profiles and skips spec
loading, calls initializeWithoutSpec, guards beforeEach mockEngine access.
New test profile tests/profiles/upstream-mcp-proxy/ exercises the full path.
0 commit comments