feat(tools): pr_create with identity footer

This commit is contained in:
Mathias Bergqvist
2026-05-04 22:20:33 +02:00
parent 5af8addc26
commit 9972dcd94e
5 changed files with 360 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ func main() {
reg.Register(tools.NewRepoGet(giteaClient, ownerAllow))
reg.Register(tools.NewFileRead(giteaClient, ownerAllow))
reg.Register(tools.NewFileWriteBranch(giteaClient, ownerAllow))
reg.Register(tools.NewPRCreate(giteaClient, ownerAllow))
mcpSrv := mcp.NewServer(mcp.ServerOptions{
Registry: reg,