Issue Description
When using server-sdk-go v0.3.0, multiple type and method redeclaration errors are occurring in the generated code. This makes it impossible to build projects that depend on this SDK.
Error Messages
Getting the following compilation errors:
- Multiple declarations of type
Unknown
- Multiple declarations of method
VisitUnknown
- Multiple declarations of method
ClientMessageToolCallsToolWithToolCallListItem.GetUnknown
- Multiple declarations of method
ServerMessageToolCallsToolWithToolCallListItem.GetUnknown
Environment
- Go version: 1.22.3
- SDK version: v0.3.0
- OS: Linux

Issue Description
When using server-sdk-go v0.3.0, multiple type and method redeclaration errors are occurring in the generated code. This makes it impossible to build projects that depend on this SDK.
Error Messages
Getting the following compilation errors:
UnknownVisitUnknownClientMessageToolCallsToolWithToolCallListItem.GetUnknownServerMessageToolCallsToolWithToolCallListItem.GetUnknownEnvironment