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
* updates to go-sdk 1.0.0
Signed-off-by: ChrisJBurns <[email protected]>
* removes claude.md file as it doesn't really add value
Signed-off-by: ChrisJBurns <[email protected]>
* fix: resolve lint issue with unused parameter in echoHandler
- Changed 'req *mcp.CallToolRequest' to '_ *mcp.CallToolRequest' in echoHandler
- Fixes revive unused-parameter lint warning
- All tests continue to pass
* fix: correct Go version to 1.23.0 and remove toolchain directive
- Set Go version to 1.23.0 (the actual minimum requirement)
- Removed unnecessary toolchain directive
- The previous 1.24.x versions appear to be future/development versions
* upgrades golang to 1.25
Signed-off-by: ChrisJBurns <[email protected]>
---------
Signed-off-by: ChrisJBurns <[email protected]>
0 commit comments