Fix contradictory MCP documentation in agentic workflows#244
Merged
Conversation
…g sections Co-authored-by: pethers <[email protected]>
Copilot
AI
changed the title
[WIP] Update evening analysis articles based on new data
Fix agentic workflow MCP documentation - remove manual approach instructions
Feb 16, 2026
Co-authored-by: pethers <[email protected]>
Copilot
AI
changed the title
Fix agentic workflow MCP documentation - remove manual approach instructions
Fix agentic workflow MCP tool syntax - use simple function names
Feb 16, 2026
Copilot
AI
changed the title
Fix agentic workflow MCP tool syntax - use simple function names
Correct repository memories - agentic workflow MCP syntax is simple names only
Feb 16, 2026
Contributor
🔍 Lighthouse Performance Audit
📥 Download full Lighthouse report Budget Compliance: Performance budgets enforced via |
Co-authored-by: pethers <[email protected]>
Copilot
AI
changed the title
Correct repository memories - agentic workflow MCP syntax is simple names only
Restore sandbox proxy instructions for Node.js script execution
Feb 16, 2026
…ERVER_URL Co-authored-by: pethers <[email protected]>
Copilot
AI
changed the title
Restore sandbox proxy instructions for Node.js script execution
Fix contradictory MCP documentation in agentic workflows
Feb 16, 2026
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.
Documentation contradicted itself: "DO NOT" section prohibited
MCP_SERVER_URLand scripts, while "Sandbox Networking" section required them. Agents would be confused about correct approach.Root Cause
Two distinct MCP contexts were conflated:
get_calendar_events())export MCP_SERVER_URL="http://host.docker.internal:80/mcp/riksdag-regering")Changes
Scoped "DO NOT" warnings to prompt context only
Example of corrected pattern:
Files updated:
.github/workflows/news-article-generator.md.github/workflows/news-evening-analysis.md.github/workflows/news-realtime-monitor.mdBoth patterns are valid in their respective contexts. Documentation now reflects this.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.