The Linear MCP server through Docker MCP Toolkit is consistently reporting that secrets are being returned when using tools like "get_issue" (which reads the issue).
It seems like the secret blocking heuristics are a bit too restrictive in this case. I've found the code block that seems to be generating the message I'm seeing:
|
func BlockSecretsMiddleware() mcp.Middleware { |
Are there any workarounds?
The Linear MCP server through Docker MCP Toolkit is consistently reporting that secrets are being returned when using tools like "get_issue" (which reads the issue).
It seems like the secret blocking heuristics are a bit too restrictive in this case. I've found the code block that seems to be generating the message I'm seeing:
mcp-gateway/pkg/interceptors/block_secrets.go
Line 14 in 83c8ab5
Are there any workarounds?