Skip to main content
Glama
bradcstevens

Copilot Studio Agent Direct Line MCP Server

by bradcstevens
main.parameters.json1.09 kB
{ "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "containerAppName": { "value": "copilot-mcp-prod" }, "location": { "value": "eastus" }, "environment": { "value": "production" }, "imageTag": { "value": "${IMAGE_TAG}" }, "containerRegistryName": { "value": "${AZURE_CONTAINER_REGISTRY_NAME}" }, "minReplicas": { "value": 2 }, "maxReplicas": { "value": 10 }, "cpu": { "value": "1.0" }, "memory": { "value": "2.0Gi" }, "enableIngress": { "value": true }, "targetPort": { "value": 3000 }, "directLineSecret": { "value": "${DIRECT_LINE_SECRET}" }, "azureClientId": { "value": "${AZURE_CLIENT_ID}" }, "azureClientSecret": { "value": "${AZURE_CLIENT_SECRET}" }, "azureTenantId": { "value": "${AZURE_TENANT_ID}" }, "sessionSecret": { "value": "${SESSION_SECRET}" } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bradcstevens/copilot-studio-agent-direct-line-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server