This repository was archived by the owner on Jan 13, 2026. It is now read-only.
chore: upgrade all dependencies and fix breaking changes#1
Open
bobsummerwill wants to merge 1 commit intoblockapps:mainfrom
Open
chore: upgrade all dependencies and fix breaking changes#1bobsummerwill wants to merge 1 commit intoblockapps:mainfrom
bobsummerwill wants to merge 1 commit intoblockapps:mainfrom
Conversation
- Updated all npm packages to their latest versions:
* @modelcontextprotocol/sdk: 1.9.0 → 1.20.2
* @types/node: 22.14.1 → 24.9.2
* axios: 1.8.4 → 1.13.1
* dotenv: 16.5.0 → 17.2.3
* typescript: 5.8.3 → 5.9.3
* zod: 3.24.2 → 4.1.12
- Fixed breaking changes in MCP SDK v1.20.2:
* Updated tool registration API calls in all tool files
* The new API requires callbacks to receive parsed arguments
as the first parameter instead of being passed directly
* Modified registerAlertsTool, registerForecastTool,
registerBorrowTool, registerPurchaseTool, and registerStakeTool
to use the new callback signature
- Added .gitignore file:
* Includes node_modules/, build/, dist/, .env files
* Configured for Node.js/TypeScript projects
* Excludes logs, editor files, and OS-specific files
- Successfully rebuilt project with all changes
* All TypeScript compilation errors resolved
* Build artifacts generated in build/ directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated all npm packages to their latest versions:
Fixed breaking changes in MCP SDK v1.20.2:
Added .gitignore file:
Successfully rebuilt project with all changes