Skip to content

Commit 20b3254

Browse files
committed
fix(tools): register NavigationTools with MCP server
1 parent 664c83b commit 20b3254

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/CodingWithCalvin.MCPServer.Server/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ static async Task RunServerAsync(string pipeName, string host, int port, string
9696
.WithHttpTransport()
9797
.WithTools<SolutionTools>()
9898
.WithTools<DocumentTools>()
99-
.WithTools<BuildTools>();
99+
.WithTools<BuildTools>()
100+
.WithTools<NavigationTools>();
100101

101102
var app = builder.Build();
102103

0 commit comments

Comments
 (0)