github / github/CopilotForXcode

Sentry MCP not working, however works in VSCode plugin

未关闭
#585 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Swift
星标
6.3k
派生
2k
平均合并
2 分钟
30 天内合并 PR
2

描述

**Describe the bug**

configure mcp.json with sentry, bug not working well.

**Versions**
- Copilot for Xcode: 0.44.0
- Xcode: 16.4
- macOS: 15.7.1

**Steps to reproduce**
1. add sentry mcp config
```
{
"servers": {
"sentry-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"@sentry/mcp-server@latest"
],
"env": {
"SENTRY_ACCESS_TOKEN": "token-string"
}
}
}
}
```
2. save mcp.json, then sentry-mcp will start with error

**Screenshots**

Image

**Logs**

[GithubCopilot-log.zip](https://github.com/user-attachments/files/23093694/GithubCopilot-log.zip)

**Additional context**

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。