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
refactor(devti): introduce JSON instance for efficient serialization
- Add a private val json instance with prettyPrint = true in CustomMcpServerManager
- Replace the existing Json instance creation within the execute function
- This change improves code readability and potentially enhances performance by reusing the same Json instance
0 commit comments