Skip to content

Commit afc0359

Browse files
committed
CI test debug
Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
1 parent dc8d821 commit afc0359

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pkg/mcp/handlers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ func handleCreateVectorDatabase(ctx context.Context, request mcp.CallToolRequest
7878
GlobalServerState.Logger.Info("Created vector database",
7979
zap.String("name", dbName),
8080
zap.String("type", dbType),
81+
zap.Int("number of DB", len(GlobalServerState.VectorDBs)),
8182
zap.String("collection", collectionName))
8283

8384
return mcp.NewToolResultText(fmt.Sprintf("Successfully created %s vector database '%s' with collection '%s'",

0 commit comments

Comments
 (0)