github / github/CopilotForXcode
Sentry MCP not working, however works in VSCode plugin
未關閉
- 主要語言
- 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**
**Logs**
[GithubCopilot-log.zip](https://github.com/user-attachments/files/23093694/GithubCopilot-log.zip)
**Additional context**
貢獻指南
評估
這個 Issue 還沒有評估資料。