diff --git a/partners/server-schema.json b/partners/server-schema.json index ff99ed7..7ffbc1b 100644 --- a/partners/server-schema.json +++ b/partners/server-schema.json @@ -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." } } @@ -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." } } @@ -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." } } diff --git a/partners/servers/azure-mcp-server.json b/partners/servers/azure-mcp-server.json index c8e8750..bc00679 100644 --- a/partners/servers/azure-mcp-server.json +++ b/partners/servers/azure-mcp-server.json @@ -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": { diff --git a/partners/servers/grounding-with-bing-custom-search.json b/partners/servers/grounding-with-bing-custom-search.json index ddb0c8d..fd57c6d 100644 --- a/partners/servers/grounding-with-bing-custom-search.json +++ b/partners/servers/grounding-with-bing-custom-search.json @@ -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",