feat(tools): repo_get

This commit is contained in:
Mathias Bergqvist
2026-05-04 22:08:24 +02:00
parent 33ad02d369
commit f10cc9ac4b
3 changed files with 86 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ func main() {
reg := registry.New()
reg.Register(tools.NewRepoList(giteaClient, ownerAllow))
reg.Register(tools.NewRepoGet(giteaClient, ownerAllow))
mcpSrv := mcp.NewServer(mcp.ServerOptions{
Registry: reg,