-
Notifications
You must be signed in to change notification settings - Fork 2
Fix Vale linting errors and Vercel deployment in MCP documentation #434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: fix-mcp-client-configuration
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: moshloop <1489660+moshloop@users.noreply.github.com>
|
@copilot fix vercel deployment failure |
Co-authored-by: moshloop <1489660+moshloop@users.noreply.github.com>
Fixed Vercel deployment failure in commit 8757817. The build was failing because several documentation files referenced missing fixture and playbook YAML files:
Created Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot don't generate the files, look for correct or similar named files |
Co-authored-by: moshloop <1489660+moshloop@users.noreply.github.com>
Updated in commit 4d67fab to use existing files instead of generating new ones: Permission fixtures:
Generated playbooks:
Removed the generate-docs-files.sh script and all generated fixture files. Build passes successfully ✅ |
Vale linting was failing on the newly added MCP documentation due to style violations and duplicate content. Additionally, the Vercel build was failing due to missing documentation fixture files.
Changes
client-setup.mdxlist_catalog_types,catalog_search, etc.)deny-person-playbook.yamlandscope.yaml(existing files)mission-control-registry/charts/directoryAll Vale checks now pass (0 errors, 0 warnings) and the documentation build completes successfully.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.