We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46abe2 commit 953beb7Copy full SHA for 953beb7
Tests/MCPTests/SSEClientTransportTests.swift
@@ -1,11 +1,11 @@
1
-import EventSource
2
-@preconcurrency import Foundation
3
-import Logging
4
-import Testing
+#if swift(>=6.1) && !os(Linux)
+ import EventSource
+ @preconcurrency import Foundation
+ import Logging
5
+ import Testing
6
-@testable import MCP
7
+ @testable import MCP
8
-#if swift(>=6.1) && !os(Linux)
9
final class MockSSEURLProtocol: URLProtocol, @unchecked Sendable {
10
static let requestHandlerStorage = RequestHandlerStorage()
11
private var loadingTask: Task<Void, Swift.Error>?
0 commit comments