fix: resolve npm audit vulnerabilities and dependency conflicts - #22
Open
thebookofiz wants to merge 4 commits into
Open
fix: resolve npm audit vulnerabilities and dependency conflicts#22thebookofiz wants to merge 4 commits into
thebookofiz wants to merge 4 commits into
Conversation
added 4 commits
February 20, 2026 10:03
These operations were implemented but not wired up in the MCP server. Now available as tools for AI agents to query relation data.
…ilities These tools were already registered in TOOLS array and had execute handlers, but were missing from the server capabilities. This could cause issues with MCP clients that use capabilities to enumerate available tools.
…relation-tools
Conflicts resolved:
- index.ts: Keep new SDK tools: {} pattern, re-add get_inbound_relations
and get_outgoing_edges to TOOLS array and switch statement
- package-lock.json: Use remote version
- Update @graphql-codegen/typescript-graphql-request to ^6.4.0 (fixes graphql-request 6.x peer dependency conflict) - Update shx to ^0.4.0 - Reinstall all dependencies with fixed versions - Resolves 2 high severity vulnerabilities: - hono: Authentication bypass in AWS Lambda ALB - minimatch: Multiple ReDoS vulnerabilities npm audit: 0 vulnerabilities
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Resolves 2 high severity vulnerabilities found via npm audit:
Changes
npm run build✓Verification
Note: GitHub Dependabot shows additional vulnerabilities in the base branch - those are pre-existing and may need separate attention.