-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 833 Bytes
/
plugin.json
File metadata and controls
28 lines (28 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "fabric-data-agent",
"description": "Create, test, and tune Microsoft Fabric Data Agents from VS Code using natural language. Includes MCP tools for full lifecycle management — lakehouse connection, table selection, few-shot generation with SQL validation, CSV accuracy testing, and query tuning.",
"version": "1.0.0",
"keywords": [
"fabric",
"data-agent",
"mcp",
"microsoft",
"sql",
"accuracy-testing",
"few-shot",
"lakehouse"
],
"author": {
"name": "Hari Gouthami Narravula"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"agents": [
"./agents/fabric-data-agent-manager.agent.md"
],
"skills": [
"./skills/fabric-data-agent-create/",
"./skills/fabric-data-agent-test/",
"./skills/fabric-data-agent-tune/"
]
}