From 68f0bb6a2bf1e2b403f4631e419b447cbef42906 Mon Sep 17 00:00:00 2001 From: bobbyschang <46168525+bobbyschang@users.noreply.github.com> Date: Wed, 5 Aug 2026 22:19:47 -0400 Subject: [PATCH] fix(mcs-tools): correct Dataverse table name in Use Case #3 agent instructions The instruction block the learner pastes into the agent in Use Case #3 told it to create records in the "Account and Opportunity Tables". The Read and Update lines directly above it both target the Account and Contact tables, as do the agent description, the objective, the summary of tasks, and every test prompt in the section. "Opportunity" appeared exactly once in the entire lab. The Opportunity table is never used by the exercise and is never seeded with sample data, so the pasted instruction pointed the agent at a table outside the lab's scope. Change it to "Account and Contact Tables" to match the rest of Use Case #3. Mirrored into _labs/mcs-tools.md so the rendered site matches and the Lab Doc Sync check passes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: be6b1483-8cab-4bb5-b342-95313bb945d7 --- _labs/mcs-tools.md | 2 +- labs/mcs-tools/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_labs/mcs-tools.md b/_labs/mcs-tools.md index eea056d..1190872 100644 --- a/_labs/mcs-tools.md +++ b/_labs/mcs-tools.md @@ -599,7 +599,7 @@ Create and configure a Copilot Agent with Dataverse MCP Server integration that This agent will: Read accounts and contact information from the Account and Contact Tables in Dataverse using the Dataverse MCP Server. Update accounts and contact information from the Account and Contact Tables in Dataverse using the Dataverse MCP Server. - Create new accounts and contact information in the Account and Opportunity Tables in Dataverse using the Dataverse MCP Server. + Create new accounts and contact information in the Account and Contact Tables in Dataverse using the Dataverse MCP Server. Do not use outside knowledge. Only use the Dataverse MCP Tool to create, read, update and delete. ``` 1. Select **Save** diff --git a/labs/mcs-tools/README.md b/labs/mcs-tools/README.md index 92b08af..e19fef9 100644 --- a/labs/mcs-tools/README.md +++ b/labs/mcs-tools/README.md @@ -582,7 +582,7 @@ Create and configure a Copilot Agent with Dataverse MCP Server integration that This agent will: Read accounts and contact information from the Account and Contact Tables in Dataverse using the Dataverse MCP Server. Update accounts and contact information from the Account and Contact Tables in Dataverse using the Dataverse MCP Server. - Create new accounts and contact information in the Account and Opportunity Tables in Dataverse using the Dataverse MCP Server. + Create new accounts and contact information in the Account and Contact Tables in Dataverse using the Dataverse MCP Server. Do not use outside knowledge. Only use the Dataverse MCP Tool to create, read, update and delete. ``` 1. Select **Save**