Commit e776015
Update McpServer submodule: session logging precondition in marker file
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e24fe55 commit e776015
1 file changed
Lines changed: 1 addition & 1 deletion
- docs/Project/TODO.yaml+1
- src/McpServer.Client/McpServerClient.cs+8-1
- src/McpServer.Client/Models/TunnelModels.cs+27
- src/McpServer.Client/TunnelClient.cs+61
- src/McpServer.Director/Commands/InteractiveCommand.cs+3
- src/McpServer.Director/Program.cs+1
- src/McpServer.Director/Screens/MainScreen.cs+14
- src/McpServer.Director/Screens/TunnelScreen.cs+204
- src/McpServer.Director/TunnelApiClientAdapter.cs+68
- src/McpServer.Support.Mcp/Controllers/TunnelController.cs+104
- src/McpServer.Support.Mcp/Program.cs+40-26
- src/McpServer.Support.Mcp/Services/CloudflareTunnelProvider.cs+277-20
- src/McpServer.Support.Mcp/Services/MarkerFileService.cs+27-1
- src/McpServer.Support.Mcp/Services/NgrokTunnelProvider.cs+282-6
- src/McpServer.Support.Mcp/Services/TunnelRegistry.cs+205
- src/McpServer.Support.Mcp/Storage/McpDbContext.cs+34
- src/McpServer.Support.Mcp/appsettings.json+1-1
- src/McpServer.UI.Core/Authorization/McpArea.cs+3
- src/McpServer.UI.Core/Handlers/TunnelHandlers.cs+131
- src/McpServer.UI.Core/Messages/TunnelMessages.cs+32
- src/McpServer.UI.Core/ServiceCollectionExtensions.cs+1
- src/McpServer.UI.Core/Services/ITunnelApiClient.cs+25
- src/McpServer.UI.Core/ViewModels/TunnelListViewModel.cs+84
- tests/McpServer.Support.Mcp.Tests/Controllers/ContextControllerTests.cs+1
- tests/McpServer.Support.Mcp.Tests/Controllers/GitHubControllerTests.cs+1
- tests/McpServer.Support.Mcp.Tests/Controllers/MarkerRegenerationIntegrationTests.cs+1
- tests/McpServer.Support.Mcp.Tests/Controllers/RepoControllerTests.cs+1
- tests/McpServer.Support.Mcp.Tests/Controllers/SessionLogControllerTests.cs+1
- tests/McpServer.Support.Mcp.Tests/Controllers/ToolRegistryControllerTests.cs+1
- tests/McpServer.Support.Mcp.Tests/Controllers/TunnelControllerTests.cs+218
- tests/McpServer.Support.Mcp.Tests/Controllers/WorkspaceControllerTests.cs+1
- tests/McpServer.Support.Mcp.Tests/CustomWebApplicationFactory.cs+16
- tests/McpServer.Support.Mcp.Tests/Services/TunnelProviderTests.cs+135
- tests/McpServer.Support.Mcp.Tests/TestAuthHelper.cs+32
0 commit comments