Initial MCP setup code

This commit is contained in:
Bikram Choudhury
2026-01-15 17:24:46 +05:30
parent 375ec350dc
commit 79b55ffd54
23 changed files with 1591 additions and 22 deletions

View File

@@ -1 +1,20 @@
DATA_EXPLORER_ENDPOINT=https://localhost:1234/hostedExplorer.html
DATA_EXPLORER_ENDPOINT=https://localhost:1234/hostedExplorer.html
# Azure Test Environment Variables
# These are automatically set by the global-setup.ts script
# Azure resource group containing the test resources
DE_TEST_RESOURCE_GROUP=bchoudhury-e2e-testing
# Azure subscription ID for testing
DE_TEST_SUBSCRIPTION_ID=074d02eb-4d74-486a-b299-b262264d1536
# Prefix used for test resource names
DE_TEST_ACCOUNT_PREFIX=bchoudhury-e2e-
# Access token for NoSQL container copy operations
# This is generated automatically by the setup script
NOSQL_CONTAINERCOPY_TESTACCOUNT_TOKEN=
# Optional: Set to true to enable debug logging during setup
DEBUG=false