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: MCP-UI-Org/mcp-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.12.0
Choose a base ref
...
head repository: MCP-UI-Org/mcp-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.12.1
Choose a head ref
  • 9 commits
  • 33 files changed
  • 7 contributors

Commits on Sep 24, 2025

  1. chore: add comprehensive GitHub Copilot development instructions (#113)

    * Initial plan
    
    * Add comprehensive GitHub Copilot development instructions
    
    Co-authored-by: idosal <[email protected]>
    
    * Delete examples/typescript-server-demo/src/index.js
    
    * Update copilot-instructions.md
    
    * Update .github/copilot-instructions.md
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: idosal <[email protected]>
    Co-authored-by: Ido Salomon <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    4 people authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    438ee1e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Configuration menu
    Copy the full SHA
    15f1c11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bda7b44 View commit details
    Browse the repository at this point in the history
  3. docs: improve readme (#115)

    idosal authored Sep 26, 2025
    Configuration menu
    Copy the full SHA
    4ba8983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65a9c76 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. refactor: update UIResourceRenderer to use EmbeddedResource type (#117)

    - Changed the resource prop type from Partial<Resource> to Partial<EmbeddedResource>.
    - Updated the getContentType function to accept the new resource type.
    aharvard authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    ac8d5a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3673a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. fix: update isUIResource to use EmbeddedResource type (#122)

    - Changed the resource type from Partial<Resource> to Partial<EmbeddedResource['resource']>
    - Aligns with PR #117 changes to UIResourceRenderer for type consistency
    aharvard authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    5a65a0b View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.12.1 [skip ci]\n\n## [5.12.1](v5.12.0...v5.12.1) (2…

    …025-10-08)
    
    ### Bug Fixes
    
    * update isUIResource to use EmbeddedResource type ([#122](#122)) ([5a65a0b](5a65a0b)), closes [#117](#117)
    semantic-release-bot committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    2020f4e View commit details
    Browse the repository at this point in the history
Loading