Skip to content

Commit 1e0b2f5

Browse files
authored
Merge branch 'main' into mcp-species-server-final
2 parents 71a326e + 316664d commit 1e0b2f5

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

ImplementationGuide/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,22 @@ Use this URL to download the latest version of the guide: [aka.ms/CopilotStudioI
1616
The Copilot Studio implementation guide covers these chapters:
1717
- Overview of the project
1818
- Architecture overview
19-
- Language understanding
20-
- AI functionalities
19+
- Language & orchestration
20+
- AI capabilities
2121
- Integrations
2222
- Channels, clients, and hand off
2323
- Security, monitoring & governance
2424
- Application lifecycle management
2525
- Analytics & KPIs
26-
- Gaps & top requests
26+
- Licensing and capacity
27+
- Testing agents
2728
- Dynamics 365 Omnichannel (optional)
2829

2930
# Version history
3031

3132
| Version | Date | Updates |
3233
| --- | --- | --- |
34+
| 2.0 | October 29, 2025 | - Updated naming and logos to match latest branding, changed theme to clear for better readibility.<br>- Added latest tools (CUA, MCP).<br>- Added generative orchestration best practices.<br>- Added multi-agents best practices. <br>- Added multi-lingual best practices.<br>- Updated security and governance with zones.<br>- Added a section on testing agents with the Copilot Studio Kit. <br>- Updated licensing and consumption.|
3335
| 1.5 | January 20, 2024 | - Updated naming to match latest branding (agents, generative orchestration, etc.).<br>- Added latest knowledge sources (Graph Connectors, Real-time connectors, Azure AI Search) and updated descriptions (new limits or new features like 'Enhanced Search Results').<br>- Added new Copilot Studio architecture slides.<br>- Added new content on generative orchestration.<br>- Added new content on the various quotas and limits.<br>- Updated security and governance to cover latest capabilities like network isolation or DLP enforcement updates.<br>- Added a new slide on component collections.<br>- Added new slides on conversation design and outcome tracking. |
3436
| 1.4 | March 5, 2024 | - Divided the **Integrations and channels** chapter into 2 chapters.<br>- Reworked the **Generative answers processes and considerations** slide to surface the Query rewriting step and also highlight the validation that occurs at each steps. This slide also contains footnotes detailing the process.<br>- Added a new **Generative AI security and compliance considerations** slide.<br>Added an **Integration patterns and considerations** slide.<br>- Added a **Security, copilot, & user management** slide, detailing best practices to secure a Copilot Studio project.<br>- Added a **Copilot Studio security roles** slide. |
3537
| 1.3 | January 9, 2024 | - Added 2 patterns for live agent hand off.<br>- Added the **Security and administration controls** slide. |

MCP/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules/
2+
build/
3+
*.log
4+
.DS_Store

MCP/search-species-resources/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,4 @@ app.listen(PORT, () => {
262262
}).on('error', error => {
263263
console.error(`${timestamp()} Server error:`, error);
264264
process.exit(1);
265-
});
265+
});

0 commit comments

Comments
 (0)