This directory contains internal API client code used by the AgentCat Go SDK. It is not intended for direct use.
The official AgentCat Go SDK for integrating AgentCat analytics into your MCP servers is located at:
https://github.com/agentcathq/agentcat-go-sdk
This directory (agentcat-go-api) contains internal API client implementation code that is used as a dependency within the AgentCat Go SDK. It provides low-level API communication functionality and should not be used directly in your applications.
If you're building an MCP server and want to add AgentCat analytics:
- ✅ Use the official Go SDK: https://github.com/agentcathq/agentcat-go-sdk
- ❌ Do NOT use this internal API client directly