Skip to content

Add encrypt and decrypt support to MCP and gRPC endpoints - #220

Merged
traktion merged 3 commits into
masterfrom
feature/219-encrypt-decrypt-mcp-grpc
Mar 22, 2026
Merged

traktion merged 3 commits into
masterfrom
feature/219-encrypt-decrypt-mcp-grpc

Conversation

@traktion

Copy link
Copy Markdown
Owner

Resolves #219

Adds encrypt and decrypt support to MCP and gRPC endpoints, matching the existing REST API functionality.

Changes:

  • Updated proto/crypto.proto with Encrypt and Decrypt RPCs and related message types.
  • Implemented Encrypt and Decrypt in src/grpc/crypto_handler.rs.
  • Implemented encrypt and decrypt tools in src/tool/crypto_tool.rs.
  • Added unit tests for all new functionality.
  • Updated Cargo.toml patch version to 0.25.30.
  • Added issue description to /spec.

traktion and others added 2 commits March 22, 2026 18:57
Co-authored-by: Junie <junie@jetbrains.com>
Co-authored-by: Junie <junie@jetbrains.com>
@traktion traktion self-assigned this Mar 22, 2026
@traktion
traktion merged commit 08c267a into master Mar 22, 2026
3 checks passed
@traktion
traktion deleted the feature/219-encrypt-decrypt-mcp-grpc branch March 22, 2026 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add encrypt and decrypt support to MCP and gRPC endpoints

1 participant