8000 Comparing anaisbetts:main...altommo:main · anaisbetts/mcp-installer · 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: anaisbetts/mcp-installer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: altommo/mcp-installer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 16, 2025

  1. Configuration menu
    Copy the full SHA
    e8f259a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70b1aae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0afe45f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    833e6f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c62abd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    355564f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f255768 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1 from altommo/n8n-integration

    Add n8n integration support
    altommo authored Mar 16, 2025
    10000 Configuration menu
    Copy the full SHA
    81cf839 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44da0d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    47947d3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0138a92 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f10b9bf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5231066 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    11d578e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    64569a3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4164cbb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bb14985 View commit details
    Browse the repository at this point in the history
  18. Improve the package detection logic to better identify npm packages

    This commit improves the isNpmPackage function to be more reliable when detecting npm packages by:
    
    1. Adding a list of known MCP packages that should always be treated as npm packages
    2. Automatically treating packages with @modelcontextprotocol/ prefix as npm packages
    3. Treating all scoped packages (starting with @) as npm packages
    4. Adding better logging to help diagnose issues when package detection fails
    5. Adding a fallback to npm search when npm view fails
    
    These changes should help prevent the installer from incorrectly trying to use Python's uv/uvx when installing npm packages.
    altommo committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    e71a5ba View commit details
    Browse the repository at this point in the history
  19. Fix debug parameter usage in checkPythonPackageManagers function

    This commit fixes the TypeScript error related to the unused debug parameter in
    the checkPythonPackageManagers function. The debug parameter is now properly
    used for conditional logging throughout the function.
    
    Additionally:
    1. Added "server-youtube" to the list of known npm packages
    2. Added more debug logging in the installRepoMcpServer function
    3. Improved logging to help diagnose package detection issues
    altommo committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    40a0852 View commit details
    Browse the repository at this point in the history
Loading
0