mirror of
https://github.com/Z3Prover/z3
synced 2026-01-29 13:28:44 +00:00
Integrate Serena MCP server for C++ semantic analysis in SpecBot (#8410)
* Initial plan * Add Serena MCP server integration to SpecBot workflow for C++ analysis Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> * Clean up Serena integration - remove unnecessary env variable (auto-detects C++) Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
ef5ee85bfd
commit
21cdab0f20
2 changed files with 28 additions and 14 deletions
5
.github/workflows/specbot.md
vendored
5
.github/workflows/specbot.md
vendored
|
|
@ -34,6 +34,11 @@ tools:
|
|||
bash:
|
||||
- ":*"
|
||||
|
||||
mcp-servers:
|
||||
serena:
|
||||
container: "ghcr.io/githubnext/serena-mcp-server"
|
||||
version: "latest"
|
||||
|
||||
safe-outputs:
|
||||
create-discussion:
|
||||
title-prefix: "[SpecBot] "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue