This directory contains internal API client code used by the MCPCat Go SDK. It is not intended for direct use.
The official MCPCat Go SDK for integrating MCPCat analytics into your MCP servers is located at:
https://github.com/mcpcat/mcpcat-go-sdk
This directory (mcpcat-go-api) contains internal API client implementation code that is used as a dependency within the MCPCat 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 MCPCat analytics:
- ✅ Use the official Go SDK: https://github.com/mcpcat/mcpcat-go-sdk
- ❌ Do NOT use this internal API client directly