Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces documentation for using project templates with the MCP server project and comments out the Pester test execution in the CI workflow.
- Added a new "Using Templates" section in the README.md detailing how to use the 'youtube' and other templates.
- Commented out the Invoke-Pester command in the CI workflow, which may impact automated testing.
Reviewed Changes
Copilot reviewed 2 out of 10 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Added documentation for using templates with the MCP server. |
| .github/workflows/ci.yml | Commented out the test command, which may affect test coverage. |
Files not reviewed (8)
- InstallModule.ps1: Language not supported
- PSMCP.psd1: Language not supported
- Public/New-MCP.ps1: Language not supported
- tests/.vscode/mcp.json: Language not supported
- tests/MCPServer.ps1: Language not supported
- tests/New-MCP.tests.ps1: Language not supported
- tests/Register-MCPTool.Tests.ps1: Language not supported
- template/youtube.template.ps1: Language not supported
Comments suppressed due to low confidence (1)
.github/workflows/ci.yml:21
- Commenting out the Invoke-Pester command may lead to reduced test coverage in CI. Consider enabling tests or adding an explanatory comment if this change is temporary.
# Invoke-Pester -Output Detailed
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.