mikegehard / isolated-commands-mcp-server

MIT License
1 stars 0 forks source link

Figure out how to acceptance test an MCP server #3

Open mikegehard opened 13 hours ago

mikegehard commented 13 hours ago

It would be nice to be able to TDD an MCP server from the outside in.

Or does it make more sense to use type driven development first and see how far that gets you?

Not sure outside in testing makes sense because you might be testing the MCP protocol?

mikegehard commented 13 hours ago

It would be nice to have a sanity check to confirm that the server boots and responds to basic commands.