Skip to content

Commit 13f5caf

Browse files
committed
cleanup
1 parent d4ce453 commit 13f5caf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

BankApi.Mcp/Builder.MCP.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
using MCPify.Core.Auth;
33
using MCPify.Core.Auth.OAuth;
44
using MCPify.Hosting;
5-
using ModelContextProtocol.Server;
6-
using MCPify.Tools;
75

86
public static partial class ApiBuilder
97
{
@@ -70,8 +68,6 @@ public static async Task<IServiceCollection> AddMCPService(this IServiceCollecti
7068
});
7169
});
7270

73-
//services.AddSingleton<McpServerTool>(_ => new LoginTool());
74-
7571
return services;
7672
}
7773
}

0 commit comments

Comments
 (0)