Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Demos/SwiftMCPDemo/Commands/HTTPSSECommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import ArgumentParser
import SwiftMCP
import Logging
import ServiceLifecycle
#if canImport(OSLog)
import OSLog
#endif

/**
A command that starts an HTTP server with Server-Sent Events (SSE) support for SwiftMCP.
Expand Down
3 changes: 0 additions & 3 deletions Demos/SwiftMCPDemo/Commands/StdioCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import SwiftMCP
import Logging
import NIOCore
import ServiceLifecycle
#if canImport(OSLog)
import OSLog
#endif

/**
A command that processes JSON-RPC requests from standard input and writes responses to standard output.
Expand Down
3 changes: 0 additions & 3 deletions Demos/SwiftMCPDemo/Commands/TCPBonjourCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import ArgumentParser
import SwiftMCP
import Logging
import ServiceLifecycle
#if canImport(OSLog)
import OSLog
#endif

/**
A command that exposes the demo server over TCP with Bonjour discovery.
Expand Down
4 changes: 0 additions & 4 deletions Demos/SwiftMCPDemo/MCPCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import SwiftMCP
import Logging
import NIOCore
import Dispatch

#if canImport(OSLog)
import OSLog
#endif
#endif

/**
Expand Down
3 changes: 0 additions & 3 deletions Demos/SwiftMCPIntentsDemo/Commands/HTTPSSECommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import ArgumentParser
import SwiftMCP
import Logging
import ServiceLifecycle
#if canImport(OSLog)
import OSLog
#endif

/**
A command that starts an HTTP server with Server-Sent Events (SSE) support for SwiftMCP.
Expand Down
3 changes: 0 additions & 3 deletions Demos/SwiftMCPIntentsDemo/Commands/StdioCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import SwiftMCP
import Logging
import NIOCore
import ServiceLifecycle
#if canImport(OSLog)
import OSLog
#endif

/**
A command that processes JSON-RPC requests from standard input and writes responses to standard output.
Expand Down
3 changes: 0 additions & 3 deletions Demos/SwiftMCPIntentsDemo/Commands/TCPBonjourCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import ArgumentParser
import SwiftMCP
import Logging
import ServiceLifecycle
#if canImport(OSLog)
import OSLog
#endif

/**
A command that exposes the AppIntents demo server over TCP with Bonjour discovery.
Expand Down
Loading