Skip to content

MCP Documentation#37

Merged
Power-Maverick merged 1 commit into
mainfrom
feat/mcp-docs
Jun 24, 2026
Merged

MCP Documentation#37
Power-Maverick merged 1 commit into
mainfrom
feat/mcp-docs

Conversation

@Power-Maverick

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings June 24, 2026 19:43
@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs-web Ready Ready Preview, Comment Jun 24, 2026 7:44pm

@Power-Maverick
Power-Maverick merged commit 6d91914 into main Jun 24, 2026
3 checks passed
@Power-Maverick
Power-Maverick deleted the feat/mcp-docs branch June 24, 2026 19:44

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants