-
Notifications
You must be signed in to change notification settings - Fork 142
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: altommo/mcp-installer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 5 files changed
- 1 contributor
Commits on Mar 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e8f259a - Browse repository at this point
Copy the full SHA e8f259aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70b1aae - Browse repository at this point
Copy the full SHA 70b1aaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0afe45f - Browse repository at this point
Copy the full SHA 0afe45fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 833e6f1 - Browse repository at this point
Copy the full SHA 833e6f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c62abd8 - Browse repository at this point
Copy the full SHA c62abd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 355564f - Browse repository at this point
Copy the full SHA 355564fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f255768 - Browse repository at this point
Copy the full SHA f255768View commit details -
Merge pull request #1 from altommo/n8n-integration
Add n8n integration support
10000 Configuration menu - View commit details
-
Copy full SHA for 81cf839 - Browse repository at this point
Copy the full SHA 81cf839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44da0d5 - Browse repository at this point
Copy the full SHA 44da0d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47947d3 - Browse repository at this point
Copy the full SHA 47947d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0138a92 - Browse repository at this point
Copy the full SHA 0138a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for f10b9bf - Browse repository at this point
Copy the full SHA f10b9bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5231066 - Browse repository at this point
Copy the full SHA 5231066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d578e - Browse repository at this point
Copy the full SHA 11d578eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64569a3 - Browse repository at this point
Copy the full SHA 64569a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4164cbb - Browse repository at this point
Copy the full SHA 4164cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb14985 - Browse repository at this point
Copy the full SHA bb14985View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e71a5ba - Browse repository at this point
Copy the full SHA e71a5baView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 40a0852 - Browse repository at this point
Copy the full SHA 40a0852View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main