8000 Comparing v0.1.8...v0.1.9 · grll/mcpadapt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: grll/mcpadapt 8000
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.8
Choose a base ref
...
head repository: grll/mcpadapt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.9
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on May 24, 2025

  1. Fix #46: Filter None values in CrewAI adapter when schema doesn't all…

    …ow null (#49)
    
    * Fix issue #46: Filter None values in CrewAI adapter when schema doesn't allow null
    
    - Add schema-aware filtering in CrewAI adapter's _run method
    - Only filter None values when the parameter's schema doesn't explicitly allow null
    - Preserves None values when schema allows them (type: ["string", "null"] or anyOf with null)
    - Add test to verify None values are filtered appropriately
    - Fixes error "parameter X is not of type string, is <nil>" with GitHub MCP server
    
    * fix formatting
    grll authored May 24, 2025
    Configuration menu
    Copy the full SHA
    f66b653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4deaddd View commit details
    Browse the repository at this point in the history
Loading
0