Anyone else here building MCPs and have found a go...
# ai
k
Anyone else here building MCPs and have found a good debugging workflow? The inspector tool is alright and I know it's early days, just wanting faster feedback that is easier to automate and eventually have tests for. Coming to the conclusion that I'll just have to build the tools I want to use
p
Sorry, I don't fully understand your request. What exactly do you want for debugging? Here's example of how to write a simple test for server: https://github.com/modelcontextprotocol/kotlin-sdk/blob/main/samples/weather-stdio[…]est/kotlin/io/modelcontextprotocol/sample/client/ClientStdio.kt
There’s also aimocks. I don’t see support mcp there, but I think we can ask for it in issue
k
The test example is helpful, thanks!
I've been imagining a tool that does MCP integration tests to the spec that would just verify the server is capable of basic functionality like listing tools etc
p
building anything interesting?
k
Indeed! Trying to get it open sourced, waiting on legal team
p
Intriguing... i will keep a look out... 🙂