Skip to content

Conversation

@mrlubos
Copy link
Contributor

@mrlubos mrlubos commented Jan 2, 2026

Migrated config to the latest version. The key change in 0.90.0 is the Structure API which correctly deduplicates conflicting nested structures. In practice, you'll see the following breaking change with auth methods.

Before

All operationId keywords containing auth were merged, resulting in both client.mcp.auth and client.auth containing the same methods.

Screenshot 2026-01-03 at 2 37 59 am Screenshot 2026-01-03 at 2 37 52 am

After

The default behavior no longer assumes this to be the case and dedupes them as you'd expect.

Screenshot 2026-01-03 at 2 38 24 am Screenshot 2026-01-03 at 2 38 14 am

Conclusion

Based on the code examples I assume this is fine, but let me know if you want to preserve the old structure – it's possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant