| 1 | using Microsoft.AspNetCore.Http; |
| 2 | |
| 3 | namespace AgentForge.Abstractions; |
| 4 | |
| 5 | /// <summary>Creates loopback HTTP clients for MCP tools that call forge REST API.</summary> |
| 6 | public interface IForgeMcpHttpClientSource |
| 7 | { |
| 8 | HttpClient CreateClient(HttpContext context); |
| 9 | } |
| 10 | |
View only · write via MCP/CIDE