forked from AzureCosmosDB/cosmosdb-agent-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
22 lines (22 loc) · 758 Bytes
/
Copy pathplugin.json
File metadata and controls
22 lines (22 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "cosmosdb",
"description": "Azure Cosmos DB best practices and performance optimization skills for AI coding agents. Provides expert guidance on data modeling, partition key design, query optimization, SDK usage, indexing, throughput, global distribution, vector search, and full-text search.",
"version": "1.0.0",
"author": {
"name": "Microsoft",
"url": "https://github.com/AzureCosmosDB"
},
"homepage": "https://github.com/AzureCosmosDB/cosmosdb-agent-kit",
"repository": "https://github.com/AzureCosmosDB/cosmosdb-agent-kit",
"license": "MIT",
"keywords": [
"cosmosdb",
"azure",
"nosql",
"database",
"best-practices",
"agent-skills"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}