@agentrysh/mcp
Advanced tools
+27
-3
| #!/usr/bin/env node | ||
| const SERVER_VERSION = "0.0.31"; | ||
| const SERVER_VERSION = "0.0.32"; | ||
@@ -21,2 +21,22 @@ const LINKS = { | ||
| const SUPPORTED_SURFACES = [ | ||
| "Codex", | ||
| "Claude Code", | ||
| "Cursor", | ||
| "VS Code / GitHub Copilot", | ||
| "Visual Studio / GitHub Copilot", | ||
| "GitHub Copilot coding agent", | ||
| "Devin Desktop / Windsurf Cascade", | ||
| "Cline", | ||
| "Roo Code", | ||
| "Continue", | ||
| "Zed", | ||
| "Gemini CLI", | ||
| "Aider", | ||
| "OpenCode", | ||
| "ChatGPT custom GPT Actions", | ||
| "generic MCP clients", | ||
| "AGENTS.md-aware agents" | ||
| ]; | ||
| const SKILL_HANDOFF_TEXT = `Agentry gives AI coding agents product analytics, error logging, and deploy attribution over one HTTP API. | ||
@@ -29,2 +49,5 @@ | ||
| Supported agent surfaces: | ||
| ${SUPPORTED_SURFACES.map((surface) => `- ${surface}`).join("\n")} | ||
| When the skill is loaded: | ||
@@ -42,2 +65,3 @@ - Setup/install requests route to ${LINKS.install} | ||
| - OpenAPI: ${LINKS.openapi} | ||
| - Adapter manifest: ${LINKS.adapters} | ||
@@ -65,5 +89,5 @@ Public distribution: | ||
| name: "Agentry canonical links", | ||
| description: "Canonical Agentry docs and API links.", | ||
| description: "Canonical Agentry docs, API links, and supported agent surfaces.", | ||
| mimeType: "application/json", | ||
| text: JSON.stringify(LINKS, null, 2) | ||
| text: JSON.stringify({ ...LINKS, supportedSurfaces: SUPPORTED_SURFACES }, null, 2) | ||
| } | ||
@@ -70,0 +94,0 @@ ]; |
+18
-1
| { | ||
| "name": "@agentrysh/mcp", | ||
| "version": "0.0.31", | ||
| "version": "0.0.32", | ||
| "mcpName": "io.github.fr33dr4g0n/agentry-observability", | ||
@@ -25,4 +25,21 @@ "description": "MCP handoff to the Agentry skill for product analytics, error logging, and deploy attribution.", | ||
| "model-context-protocol", | ||
| "skill", | ||
| "codex-plugin", | ||
| "claude-code", | ||
| "cursor", | ||
| "vscode", | ||
| "visual-studio", | ||
| "github-copilot", | ||
| "copilot", | ||
| "windsurf", | ||
| "devin", | ||
| "cline", | ||
| "roo-code", | ||
| "continue", | ||
| "zed", | ||
| "gemini-cli", | ||
| "aider", | ||
| "opencode", | ||
| "chatgpt", | ||
| "agents-md", | ||
| "ai-coding-agents", | ||
@@ -29,0 +46,0 @@ "agent-native", |
+15
-0
@@ -35,2 +35,17 @@ # Agentry MCP Server | ||
| ## Supported Agent Surfaces | ||
| Agentry can be discovered through this MCP package, the standalone skill, the | ||
| OpenAPI schema, and repo-local adapters for: | ||
| - Codex and Claude Code. | ||
| - Cursor, VS Code with GitHub Copilot, Visual Studio with GitHub Copilot, and | ||
| GitHub Copilot coding agent. | ||
| - Devin Desktop/Windsurf Cascade, Cline, Roo Code, Continue, Zed, Gemini CLI, | ||
| Aider, and OpenCode. | ||
| - ChatGPT custom GPT Actions, generic MCP clients, and AGENTS.md-aware agents. | ||
| Use https://api.agentry.sh/adapters for the current native adapter path for | ||
| each client. | ||
| ## Public Links | ||
@@ -37,0 +52,0 @@ |
+2
-2
@@ -6,3 +6,3 @@ { | ||
| "description": "Agentry skill handoff for product analytics, error logging, and deploy attribution.", | ||
| "version": "0.0.31", | ||
| "version": "0.0.32", | ||
| "websiteUrl": "https://agentry.sh", | ||
@@ -36,3 +36,3 @@ "repository": { | ||
| "identifier": "@agentrysh/mcp", | ||
| "version": "0.0.31", | ||
| "version": "0.0.32", | ||
| "transport": { | ||
@@ -39,0 +39,0 @@ "type": "stdio" |
14212
11%242
10%110
15.79%