MCP Documentation#37
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Adds new documentation pages describing MCP-based AI assistant support in Power Platform ToolBox, and wires them into the site navigation.
Changes:
- Add a new “AI Assistants” getting-started doc page.
- Add a new “Agent Integration” tool-development doc page describing MCP contract + headless runtime patterns.
- Update sidebar navigation to include the new pages; hide the Sentry section on the “Access to Data” page.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/components/Navigation.tsx | Adds nav entries for “AI Assistants” and “Agent Integration”. |
| src/app/tool-development/agent-integration/page.mdx | New guide for exposing tools to assistants via MCP (guided vs headless runs, metadata, examples). |
| src/app/ai-assistants/page.mdx | New overview page describing what assistants can do and the two run styles. |
| src/app/data-access/page.mdx | Comments out the Sentry section in the external services list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+27
to
+28
| {/* **Error Tracking (Sentry)** | ||
| The application uses [Sentry.io](https://sentry.io/) to automatically capture crash reports and errors. This helps the team find and fix bugs quickly. Reports are anonymous and contain no Power Platform data or credentials. You can turn this off at any time in the application settings. */} |
Comment on lines
+82
to
+85
| "executionModes": [ | ||
| "windowed", | ||
| "headless" | ||
| ], |
Comment on lines
+94
to
+98
| - `agents.invokable` exposes the tool through MCP discovery. | ||
| - `agents.modes` declares whether the tool supports fire-and-forget calls, result-returning calls, or both. | ||
| - `agents.defaultMode` defines the fallback when the caller does not specify one. | ||
| - `agents.timeoutMS` gives a timeout hint for result-returning calls. | ||
| - `agents.headless` enables automated headless execution of the tool. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.