Add azmcp skill telemetry publish command for agent hook telemetry#1924
Draft
Add azmcp skill telemetry publish command for agent hook telemetry#1924
azmcp skill telemetry publish command for agent hook telemetry#1924Conversation
Co-authored-by: saikoumudi <22682497+saikoumudi@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add skill telemetry command for Azure.Skills.Telemetry
Add Mar 4, 2026
azmcp skill telemetry publish command for agent hook telemetry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new
Azure.Mcp.Tools.Skillstoolset exposing a single command for publishing skills-related telemetry events from agent hooks (VS Code, Claude, Copilot CLI, etc.) to be captured by the logging/monitoring infrastructure.Command
azmcp skill telemetry publish \ --events '[{"timestamp":"2026-03-03T23:11:41Z","event_type":"tool_invocation","tool_name":"azure_best_practices","session_id":"abc123"}]'Accepts a required
--eventsJSON array, validates it, logs each event viaILogger(feeds into Application Insights), and returns{ "eventCount": N }.Changes
tools/Azure.Mcp.Tools.Skills/— follows standard toolset layout:SkillsSetupregisters command group hierarchy:skill→telemetry→publishTelemetryPublishCommand— validates JSON, logs events, returns countSkillsJsonContext— AOT-safe source-gen serialization contextProgram.cs— registersSkillsSetupazmcp-commands.md— documents the new command with examplesOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.