
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
trie-system
Advanced tools
A Command Line Interface made with Node which can interact with a Trie hosted globally live on a Google Cloud server
A Command Line Interface made with Node which can interact with a Trie hosted globally live on a Google Cloud server
A Trie is a type of search tree often called a prefix tree which stores keys through the use of nodes that hold individual characters.
The Trie used in this project is implemented in Javascript using nodes that contain a String character, boolean variable to keep track if it is an end word, and a Javascript Object to hold children references
(Rationale behind using A Javascript Object is that it is near equivalent to that of a HashMap with O(1) lookup and insert .etc, however with Javascript, a HashMap is an instance of an Object, therefore an Object is more basic and allows for a performance boost in many cases)
Install npm
https://www.npmjs.com/get-npm
In your command line of choice, install the npm package trie-system
npm install -g trie-system
In order to activate the CLI use the following command below
trie-system
The rest is mainly self-explanatory from there. You will be greeted by a menu with a variety of options to choose from to interact with the Trie on the server.
The CLI currently supports the following operations:
You can only input words that contain only english letters. No special characters or spaces .etc
Since the Trie is hosted globally on a server, it can be manipulated by multiple clients at the same time, so if another client performs operations at the same time as you, your operations may reflect different results than expected.
This repository was made as part of a project with a time constraint, so currently I am not longer actively working on this project.
These are some potential ideas/plans I could've done with this:
FAQs
A Command Line Interface made with Node which can interact with a Trie hosted globally live on a Google Cloud server
We found that trie-system demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.