22 lines
592 B
JSON
22 lines
592 B
JSON
{
|
|
"name": "dd-trace-dotnet",
|
|
"description": "Datadog .NET APM Tracer development plugin with commands and context for the dd-trace-dotnet repository",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Lucas Pimentel",
|
|
"github": "lucaspimentel"
|
|
},
|
|
"commands": [
|
|
"./commands/build-tracer.md",
|
|
"./commands/check-logs.md",
|
|
"./commands/check-pr.md",
|
|
"./commands/create-integration.md",
|
|
"./commands/find-integration.md",
|
|
"./commands/review-and-comment.md",
|
|
"./commands/run-tests.md",
|
|
"./commands/troubleshoot-ci.md"
|
|
],
|
|
"mcp": [
|
|
"./.mcp.json"
|
|
]
|
|
} |