@agentrysh/mcp
Advanced tools
| #!/usr/bin/env node | ||
| const SERVER_VERSION = "0.0.30"; | ||
| const SERVER_VERSION = "0.0.31"; | ||
@@ -21,3 +21,3 @@ const LINKS = { | ||
| const SKILL_HANDOFF_TEXT = `Agentry is agent-native analytics and logging for coding agents: product analytics, error logging, and deploy attribution over one HTTP API. | ||
| const SKILL_HANDOFF_TEXT = `Agentry gives AI coding agents product analytics, error logging, and deploy attribution over one HTTP API. | ||
@@ -24,0 +24,0 @@ Canonical Agentry skill: |
+2
-2
| { | ||
| "name": "@agentrysh/mcp", | ||
| "version": "0.0.30", | ||
| "version": "0.0.31", | ||
| "mcpName": "io.github.fr33dr4g0n/agentry-observability", | ||
| "description": "MCP handoff to the Agentry skill for agent-native analytics and logging.", | ||
| "description": "MCP handoff to the Agentry skill for product analytics, error logging, and deploy attribution.", | ||
| "type": "module", | ||
@@ -7,0 +7,0 @@ "bin": { |
+3
-3
@@ -9,5 +9,5 @@ # Agentry MCP Server | ||
| Agentry is agent-native analytics and logging for coding agents. It covers | ||
| product analytics, error logging, and deploy attribution through one HTTP API so | ||
| agents can answer what users did, what broke, and what changed. | ||
| Agentry gives AI coding agents product analytics, error logging, and deploy | ||
| attribution through one HTTP API so agents can answer what users did, what | ||
| broke, and what changed. | ||
@@ -14,0 +14,0 @@ ## What Agentry Does |
+21
-3
@@ -5,4 +5,4 @@ { | ||
| "title": "Agentry Observability", | ||
| "description": "Agentry skill handoff for agent-native analytics and logging.", | ||
| "version": "0.0.30", | ||
| "description": "Agentry skill handoff for product analytics, error logging, and deploy attribution.", | ||
| "version": "0.0.31", | ||
| "websiteUrl": "https://agentry.sh", | ||
@@ -12,4 +12,22 @@ "repository": { | ||
| "source": "github", | ||
| "id": "1239325672", | ||
| "subfolder": "packages/mcp" | ||
| }, | ||
| "icons": [ | ||
| { | ||
| "src": "https://agentry.sh/brand/agentry-icon-white-bg-black.png", | ||
| "mimeType": "image/png", | ||
| "sizes": [ | ||
| "512x512" | ||
| ] | ||
| }, | ||
| { | ||
| "src": "https://agentry.sh/brand/agentry-lockup-light.svg", | ||
| "mimeType": "image/svg+xml", | ||
| "sizes": [ | ||
| "any" | ||
| ], | ||
| "theme": "dark" | ||
| } | ||
| ], | ||
| "packages": [ | ||
@@ -19,3 +37,3 @@ { | ||
| "identifier": "@agentrysh/mcp", | ||
| "version": "0.0.30", | ||
| "version": "0.0.31", | ||
| "transport": { | ||
@@ -22,0 +40,0 @@ "type": "stdio" |
12804
2.75%220
8.91%