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
9 changes: 9 additions & 0 deletions partners/server-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,13 @@
"properties": {
"name": {
"type": "string",
"maxLength": 50,
"description": "Name of the license (e.g., 'MIT', 'Apache-2.0', 'GPL-3.0')."
},
"url": {
"type": "string",
"maxLength": 200,
"format": "uri",
"description": "URL to the full license text."
}
}
Expand All @@ -82,10 +85,13 @@
"properties": {
"title": {
"type": "string",
"maxLength": 50,
"description": "Title or name of the documentation."
},
"url": {
"type": "string",
"maxLength": 200,
"format": "uri",
"description": "URL to the external documentation."
}
}
Expand All @@ -100,10 +106,13 @@
"properties": {
"url": {
"type": "string",
"maxLength": 200,
"format": "uri",
"description": "URL to the source code repository."
},
"source": {
"type": "string",
"maxLength": 100,
"description": "Path or reference to specific source files within the repository."
}
}
Expand Down
2 changes: 1 addition & 1 deletion partners/servers/azure-mcp-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"useCases": [
{
"name": "Azure Services",
"description": "Interact with 40+ Azure service namespaces through natural language — spanning control plane, data plane, and best practices guidance: Microsoft Foundry (AI models, agents, deployments), Azure AI Search, Azure AI Services Speech, Azure App Configuration, Azure App Service, Azure CLI Generate, Azure Communication Services, Azure Compute, Azure Confidential Ledger, Azure Container Apps, Azure Container Registry, Azure Cosmos DB, Azure Data Explorer, Azure Database for MySQL, Azure Database for PostgreSQL, Azure Event Grid, Azure File Shares, Azure Functions, Azure Key Vault, Azure Kubernetes Service, Azure Load Testing, Azure Managed Grafana, Azure Marketplace, Azure Migrate, Azure Monitor, Azure Policy, Azure Quota, Azure RBAC, Azure Redis Cache, Azure Resource Groups, Azure Service Bus, Azure Service Health, Azure SQL Database, Azure Storage, Azure Subscription, Azure Virtual Desktop, Azure Workbooks, Bicep, and Terraform Best Practices — with more services being added continuously."
"description": "Interact with 40+ Azure service namespaces through natural language — spanning control plane, data plane, and best practices guidance: Microsoft Foundry (AI models, agents, deployments), Azure AI Search, Azure AI Services Speech, Azure App Configuration, Azure App Service, Azure CLI Generate, Azure Communication Services, Azure Compute, Azure Confidential Ledger, Azure Container Apps, Azure Container Registry, Azure Cosmos DB, Azure Data Explorer, Azure Database for MySQL, Azure Database for PostgreSQL, Azure Event Grid, Azure File Shares, Azure Functions, Azure Key Vault, Azure Kubernetes Service, Azure Load Testing, Azure Managed Grafana, Azure Marketplace, Azure Migrate, Azure Monitor, Azure Policy, Azure Quota, Azure RBAC, Azure Redis Cache, Azure Resource Groups, Azure Service Bus, Azure Service Health, Azure SQL Database, Azure Storage, Azure Subscription, Azure Virtual Desktop, Azure Workbooks, Bicep, and Terraform Best Practices — with more services being added."
}
],
"externalDocumentation": {
Expand Down
2 changes: 1 addition & 1 deletion partners/servers/grounding-with-bing-custom-search.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"icon": "https://placeholder.example.com/icons/bing-custom-search.png",
"externalDocumentation": {
"title": "Grounding with Bing Custom Search Tool Documentation",
"title": "Bing Custom Search Tool Documentation",
"url": "https://learn.microsoft.com/en-us/azure/ai-foundry/agents/how-to/tools/bing-tools?view=foundry"
},
"remote": "https://placeholder.mcp.microsoft.com/grounding-bing-custom-search",
Expand Down
Loading