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.10.1
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.10.2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 5 contributors

Commits on Sep 7, 2025

  1. Adopt strict concurrency for project (#157)

    * Adopt strict concurrency for project
    
    * Fix one warning related to that
    
    * Add version-specific manifest for Swift 6.0
    
    ---------
    
    Co-authored-by: Alexey Ivashko <[email protected]>
    Co-authored-by: Mattt Zmuda <[email protected]>
    3 people authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    78d1877 View commit details
    Browse the repository at this point in the history
  2. Make Tool.description optional (#160)

    * Make Tool.description optional
    
    * Make description parameter in Tool initializer optional
    mattt authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    ac90e67 View commit details
    Browse the repository at this point in the history
  3. fix: allow description field to be absent from Tool (#159)

    * fix: allow description field to be absent from `Tool`
    * description field is not a requried field of Tool
    
    * Apply suggestions from code review
    
    * Update Tests/MCPTests/ToolTests.swift
    
    ---------
    
    Co-authored-by: Mattt <[email protected]>
    abcsnowwolf and mattt authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    fb6fffb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Configuration menu
    Copy the full SHA
    c0407a0 View commit details
    Browse the repository at this point in the history
Loading