Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
24 changes: 24 additions & 0 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,30 @@
"sha": "b186d0b0d59da1ea051283a7d99185979ede998a"
}
},
{
"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.",
Expand Down
Loading