Skip to content

Commit b4c78c3

Browse files
author
James N.
committed
update setup
1 parent 03f3810 commit b4c78c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SETUP.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ Rename `.env.sample` to `.env` and fill in all required fields:
7070
AZURE_OPENAI_ENDPOINT="https://your-openai-service-endpoint.openai.azure.com"
7171

7272
#User to replace your-openai-api-key with their project API Key in Azure AI Foundry
73-
#e.g. AbcDefgHijKLmnopQRst98Rt5TreSXyZ34AbcdefeghijklmnopQrts............................z
7473
AZURE_OPENAI_API_KEY="your-openai-api-key"
7574

7675
#User to replace your-agent with name of agent python file
@@ -96,7 +95,6 @@ DB_PATH="data/contoso.db"
9695
# E.g AGENT_MODULE="agents.loop_agent"
9796
AGENT_MODULE="agents.your-agent"
9897

99-
# MCP_SERVER_URI="https://mcp-backend-service.whitefield-2abc17d9.westus.azurecontainerapps.io/sse"
10098

10199
```
102100

@@ -110,7 +108,7 @@ AGENT_MODULE="agents.your-agent"
110108
Go to "run" folder, and in terminal window with virtual environment activated, run MCP server
111109

112110
```bash
113-
python mcp_server.py # Don't close terminal window once MCP server is running, use new terminal to run application
111+
python mcp_service.py # Don't close terminal window once MCP server is running, use new terminal to run application
114112
```
115113

116114
### 6. Run application

0 commit comments

Comments
 (0)