|
|
|
|
|
by maxwellg
389 days ago
|
|
Sometimes Go can get under my skin.
The MCP SDK makes you jump through all these hoops to configure tools according to a JSON schema, but when it comes to handling the actual request you need to deal with parsing everything again out of a `map[string]any`. It's such a pain to need to reach for codegen all the time. |
|