- Notifications
You must be signed in to change notification settings - Fork3k
Update CONTRIBUTING.md to fix link to LICENSE file#109
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The template pointed to LICENSE.md but this repo is using LICENSEupdated link to point to mcp's license file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR updates the CONTRIBUTING.md file to correct the link to the project's license file.
- Updated the link from LICENSE.txt to LICENSE in the CONTRIBUTING.md file.
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused.Learn more
6716423 intomainUh oh!
There was an error while loading.Please reload this page.
The template pointed to LICENSE.md but this repo is using LICENSEupdated link to point to mcp's license file
* Add Firewalla MCP Server- Real-time network monitoring and security analysis- 28 specialized tools for firewall management- Access security alerts, network flows, and device status- MIT licensed with Docker image ready* fix: standardize parameter references in server.yaml- Changed '{{firewalla.msp_id}}' to '{{msp_id}}'- Changed '{{firewalla.box_id}}' to '{{box_id}}'- This aligns with the parameter names defined in the parameters section* fix: update server.yaml to pass all validation checks- Change secret name from 'firewalla.msp_token' to 'firewalla-mcp-server.msp_token'- Fix parameter references: {{firewalla.msp_id}} to {{msp_id}}, {{firewalla.box_id}} to {{box_id}}- Update parameters schema from array to object format with properties- All docker/mcp-registry validation checks now pass
The template pointed to LICENSE.md but this repo is using LICENSE
updated link to point to mcp's license file
Closes: