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: server/v5.11.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: server/v5.12.0
Choose a head ref
  • 16 commits
  • 66 files changed
  • 8 contributors

Commits on Sep 23, 2025

  1. feat: add ui-request-render-data message type (#111)

    * Initial plan
    
    * Add ui-request-render-data message type with tests and documentation
    
    Co-authored-by: idosal <[email protected]>
    
    * Remove host code example from embeddable UI guide
    
    Removed unnecessary code example for host handling.
    
    * Add ui-request-render-data documentation to resource-renderer.md and react-usage-examples.md
    
    Co-authored-by: idosal <[email protected]>
    
    * Remove benefits of ui-request-render-data approach
    
    Removed benefits section for ui-request-render-data approach from React usage examples.
    
    * Remove advantages of render data requests
    
    Removed advantages section from resource-renderer.md
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: idosal <[email protected]>
    Co-authored-by: Ido Salomon <[email protected]>
    3 people authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    26135ce View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.12.0 [skip ci]\n\n# [5.12.0](v5.11.0...v5.12.0) (20…

    …25-09-23)
    
    ### Features
    
    * add ui-request-render-data message type ([#111](#111)) ([26135ce](26135ce))
    semantic-release-bot committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    e4bd007 View commit details
    Browse the repository at this point in the history

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

Commits on Oct 10, 2025

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

Commits on Oct 13, 2025

  1. Configuration menu
    Copy the full SHA
    061686c View commit details
    Browse the repository at this point in the history
  2. feat: support adapters (#127)

    idosal authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    d4bd152 View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.13.0 [skip ci]\n\n# [5.13.0](client/v5.12.1...clien…

    …t/v5.13.0) (2025-10-13)
    
    ### Features
    
    * support adapters ([#127](#127)) ([d4bd152](d4bd152))
    semantic-release-bot committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    e5f88f4 View commit details
    Browse the repository at this point in the history
  4. chore(release): 5.12.0 [skip ci]\n\n# [5.12.0](server/v5.11.0...serve…

    …r/v5.12.0) (2025-10-13)
    
    ### Bug Fixes
    
    * update isUIResource to use EmbeddedResource type ([#122](#122)) ([5a65a0b](5a65a0b)), closes [#117](#117)
    
    ### Features
    
    * add ui-request-render-data message type ([#111](#111)) ([26135ce](26135ce))
    * support adapters ([#127](#127)) ([d4bd152](d4bd152))
    semantic-release-bot committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    cbaa336 View commit details
    Browse the repository at this point in the history
Loading