File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ Rename `.env.sample` to `.env` and fill in all required fields:
70
70
AZURE_OPENAI_ENDPOINT=" https://your-openai-service-endpoint.openai.azure.com"
71
71
72
72
# User to replace your-openai-api-key with their project API Key in Azure AI Foundry
73
- # e.g. AbcDefgHijKLmnopQRst98Rt5TreSXyZ34AbcdefeghijklmnopQrts............................z
74
73
AZURE_OPENAI_API_KEY=" your-openai-api-key"
75
74
76
75
# User to replace your-agent with name of agent python file
@@ -96,7 +95,6 @@ DB_PATH="data/contoso.db"
96
95
# E.g AGENT_MODULE="agents.loop_agent"
97
96
AGENT_MODULE=" agents.your-agent"
98
97
99
- # MCP_SERVER_URI="https://mcp-backend-service.whitefield-2abc17d9.westus.azurecontainerapps.io/sse"
100
98
101
99
```
102
100
@@ -110,7 +108,7 @@ AGENT_MODULE="agents.your-agent"
110
108
Go to "run" folder, and in terminal window with virtual environment activated, run MCP server
111
109
112
110
``` 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
114
112
```
115
113
116
114
### 6. Run application
You can’t perform that action at this time.
0 commit comments