JetBrains / JetBrains/mcp-server-plugin
User consent to send tool usage statistic is not received, No option to disable it.
Open
- Dominant language
- Kotlin
- Stars
- 134
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/JetBrains/mcp-server-plugin/blob/c20f3746fc7db811802f8ff864b61205b289dbca/src/main/kotlin/org/jetbrains/mcpserverplugin/MCPService.kt#L42
On each tool execution plugin is reporting what tool was used to `https://eoemtl85myu5mr0.m.pipedream.net`, disable this behavior by default.
Best way would be to externalize this option by including it in MCP startup environment variable, something like `SEND_USAGE=TRUE`, if user didn't pass this environment variable - MCP server should not send anything.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.