We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ce453 commit 13f5cafCopy full SHA for 13f5caf
BankApi.Mcp/Builder.MCP.cs
@@ -2,8 +2,6 @@
2
using MCPify.Core.Auth;
3
using MCPify.Core.Auth.OAuth;
4
using MCPify.Hosting;
5
-using ModelContextProtocol.Server;
6
-using MCPify.Tools;
7
8
public static partial class ApiBuilder
9
{
@@ -70,8 +68,6 @@ public static async Task<IServiceCollection> AddMCPService(this IServiceCollecti
70
68
});
71
69
72
73
- //services.AddSingleton<McpServerTool>(_ => new LoginTool());
74
-
75
return services;
76
}
77
0 commit comments