🐛 🔒 Instructions requirements for MCP#41
Merged
Merged
Conversation
Contributor
HanXHX
commented
May 15, 2026
- It runs locally (prevent some issue when running in Windows while Claude thinks this MCP is a remote one)
- Never read local files
- It runs locally (prevent some issue when running in Windows while Claude thinks this MCP is a remote one) - Never read local files
Contributor
There was a problem hiding this comment.
Pull request overview
Strengthens MCP tool descriptions to make explicit that the RETYC MCP server runs locally, performs in-process E2EE encryption/decryption, and that the calling LLM must not read or relay file contents. This addresses an issue where Claude treated the server as remote (causing path issues on Windows) and helps enforce zero-knowledge handling of files.
Changes:
- Expanded the MCP server's top-level description to specify local execution, post-quantum AGE encryption, and a strict zero-knowledge directive.
- Updated
transfer_send,transfer_download,dataroom_upload, anddataroom_downloadtool descriptions to reiterate local encryption/decryption and forbid the LLM from previewing files. - Augmented the
filesarray description fortransfer_sendto include the platform-specific absolute-path hint.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.