Add external plugin datadog (#2099)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-06-23 14:13:23 +10:00
committed by GitHub
parent 898f4786b1
commit 710f4fff66
2 changed files with 48 additions and 0 deletions
+24
View File
@@ -229,6 +229,30 @@
"description": "Database administration, SQL optimization, and data management tools for PostgreSQL, SQL Server, and general database development best practices.",
"version": "1.0.0"
},
{
"name": "datadog",
"description": "Use Datadog directly in Copilot / VS Code through a preconfigured Datadog MCP server. Query logs, metrics, traces, dashboards, and more through natural conversation.",
"version": "0.7.15",
"author": {
"name": "Datadog",
"url": "https://www.datadoghq.com/"
},
"repository": "https://github.com/datadog-labs/vscode-plugin",
"license": "Apache-2.0",
"keywords": [
"agent",
"copilot",
"datadog",
"monitoring",
"observability",
"vscode"
],
"source": {
"source": "github",
"repo": "datadog-labs/vscode-plugin",
"sha": "b003fcad48c3a935ffe04b6218f5cf58fe2b6760"
}
},
{
"name": "dataverse",
"description": "Build and manage Microsoft Dataverse solutions using natural language. Includes table/column creation, solution lifecycle, data operations, and MCP server configuration.",