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
fix(mcpapps): harden resource lifecycle, meta merging, and edge cases
- Clean up stale ui:// resources on toolset reload via RemoveResources
- Merge _meta.ui into existing tool Meta instead of skipping
- Guard ensureStructuredObject against typed nil slices
- Prevent duplicate Namespace key in tableToStructured
- Remove redundant loop variable capture (Go 1.22+ semantics)
- Use plain object instead of ES6 Map in protocol.js for consistency
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Marc Nuri <marc@marcnuri.com>
0 commit comments