I built a Go toolkit that helps test and interact with Model-Calling-Protocol (MCP) tools, primarily for developing and understanding agentic systems. It currently works with Google's VertexAI SDK.<p>What it does:<p>- Provides a basic set of tools for testing MCP implementations<p>- Includes a CLI that emulates Claude Code functionality<p>- Offers an OpenAI API v1 compatible server (with some limitations)<p>Try it yourself:<p>1. Clone the repo: `git clone <a href="https://github.com/owulveryck/gomcptest" rel="nofollow">https://github.com/owulveryck/gomcptest</a>`<p>2. You'll need a Google Cloud Platform account with VertexAI API enabled<p>3. Follow the setup instructions in the README<p>This is strictly a proof of concept for learning purposes - I built it to better understand how agentic systems work and to have a simple way to develop and test various tools.<p>I'm especially interested in feedback on:<p>- Any use case you think it can enable<p>- Ideas for additional tools that would be