|
|
|
|
|
by kerlenton
33 days ago
|
|
The deterministic MCP server testing without any LLM in the loop is actually pretty useful for CI. However, the issue that I run into consistently is a level above: the server can do just fine with all the scripted calls but fail in real practice as the model does not even try to use the tool or uses it with some unexpected arguments. This is an issue of behavior that cannot really be described using the YAML file as you write the call yourself. Are there any means to create cases from real sessions or everything is written by hand? |
|