Module: AgentCat

Defined in:
lib/agentcat.rb,
lib/agentcat/version.rb

Overview

AgentCat — analytics for MCP servers.

This release is a name placeholder. The official AgentCat Ruby SDK, built on the official Model Context Protocol Ruby SDK (the mcp gem), is in active development and will ship as version 1.0.0.

Until then, see the reference implementations:

TypeScript — https://github.com/agentcathq/agentcat-typescript-sdk
Python     — https://github.com/agentcathq/agentcat-python-sdk
Go         — https://github.com/agentcathq/agentcat-go-sdk

Defined Under Namespace

Classes: NotYetImplementedError

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.trackObject

Placeholder for the SDK entry point.

Raises:



22
23
24
25
26
# File 'lib/agentcat.rb', line 22

def self.track(*, **)
  raise NotYetImplementedError,
        "The AgentCat Ruby SDK is not released yet. This gem reserves the name " \
        "for the official implementation. See https://agentcat.com for status."
end