Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modelcontextprotocol/swift-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.0
Choose a base ref
...
head repository: modelcontextprotocol/swift-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.0
Choose a head ref
  • 6 commits
  • 11 files changed
  • 1 contributor

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    5551f66 View commit details
    Browse the repository at this point in the history
  2. Add configurable strict mode for MCP client initialization (#43)

    * Add configurable strict mode for MCP client initialization
    
    * Rename checkCapability to validateServerCapability
    mattt authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    de829ee View commit details
    Browse the repository at this point in the history
  3. Update transports to send and receive data instead of strings (#42)

    * Update transports to send and receive data instead of strings
    
    * Rename MockTransport helper methods
    
    * Adopt Task.sleep(for:...) instead of variant taking nanoseconds
    
    * Update comment
    
    * Revert inadvertant change to visibility of send method
    mattt authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    a9bcbf9 View commit details
    Browse the repository at this point in the history
  4. Rename Error to MCPError (#44)

    * Rename Error to MCPError
    
    * Conform MCPError to Swift.Error
    
    * Use unqualified Error instead of Swift.Error
    
    * Use unqualified MCPError instead of MCP.MCPError
    
    * Rename file back to Error.swift
    
    * Introduce top-level MCP namespace with nested Error typealias to provide deprecation notice for existing usage of MCP.Error
    
    * Fix markup for MCP enum warning
    mattt authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    09da2a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c84c20 View commit details
    Browse the repository at this point in the history
  6. Bump version to 0.7.0

    mattt committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    402904e View commit details
    Browse the repository at this point in the history
Loading