TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Gomcptest – A Go toolkit for testing LLM agents (MCP) with VertexAI

2 pointsby owulveryck2 months ago
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&#x27;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:&#x2F;&#x2F;github.com&#x2F;owulveryck&#x2F;gomcptest" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;owulveryck&#x2F;gomcptest</a>`<p>2. You&#x27;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&#x27;m especially interested in feedback on:<p>- Any use case you think it can enable<p>- Ideas for additional tools that would be

no comments

no comments