Honeycomb
ConnectionMCPExplore traces and run queries through Honeycomb's MCP server.
Install
Add the connection from eve's registry. This writes the initial definition under agent/connections/ and installs its authentication dependency when needed:
Quick start
Create agent/connections/honeycomb.ts. The connection name is derived from the filename:
Connect exchanges a JWT bearer assertion for a provider token. principalToSubject maps each principal to the subject your IdP expects.
Configure
Link your project, create the connector, and pull OIDC locally:
For JWT bearer, principalToSubject controls the asserted subject. The default maps app principals to { type: "app" } and user principals to { type: "user", id, issuer }.
See the Connections docs for principal types, headers, approval, and protocol-specific filters.