
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@eox/elements-mcp-server
Advanced tools
A server to provide information about EOxElements custom elements for coding agents.
This server provides a set of tools for a coding agent to get information about the EOxElements custom elements. It uses the @modelcontextprotocol/sdk to expose the tools.
Install the package globally from npm:
npm install -g @eox/elements-mcp-server
Then, run the server:
eox-elements-mcp-server
The server will fetch the latest custom-elements.json from the EOxElements GitHub repository and start on http://localhost:3000.
If you are working on the EOxElements project itself, you will want to run the server with a local custom-elements.json file.
Installation:
From the root of the EOxElements project, install all dependencies:
```bash
npm install
2. **Generate the manifest:**
Make sure the `custom-elements.json` file is up-to-date:
```bash
npm run generate-manifest
Run the server:
Run the server with the --manifest flag, pointing to the generated custom-elements.json file:
node mcp-server/index.js --manifest ./custom-elements.json
You can also provide a local path to the story snippets file using the --snippets flag:
node mcp-server/index.js --manifest ./custom-elements.json --snippets ./story-snippets.json
The server will start on http://localhost:3000.
FAQs
A server to provide information about EOxElements custom elements for coding agents.
The npm package @eox/elements-mcp-server receives a total of 84 weekly downloads. As such, @eox/elements-mcp-server popularity was classified as not popular.
We found that @eox/elements-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.