Loading subscription status...
{
"mcpServers": [
{
"Banking Model Context Protocol Server": {
"env": {
"ENDPOINT_URL": "your_azure_endpoint",
"DEPLOYMENT_NAME": "your_deployment_name",
"AZURE_OPENAI_API_KEY": "your_api_key"
},
"args": [
"mcp_server.py"
],
"command": "python"
}
}
]
}