chore: add sentry mcp (#300)
This commit is contained in:
parent
244344e953
commit
d79fceff9a
|
|
@ -6,6 +6,9 @@
|
|||
"artisan",
|
||||
"boost:mcp"
|
||||
]
|
||||
},
|
||||
"sentry": {
|
||||
"url": "https://mcp.sentry.dev/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -6,6 +6,10 @@
|
|||
"artisan",
|
||||
"boost:mcp"
|
||||
]
|
||||
},
|
||||
"sentry": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.sentry.dev/mcp"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -9,6 +9,11 @@
|
|||
"artisan",
|
||||
"boost:mcp"
|
||||
]
|
||||
},
|
||||
"sentry": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.sentry.dev/mcp",
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue