🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

mcp-pine

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-pine - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+2
-2
package.json
{
"name": "mcp-pine",
"version": "0.3.0",
"version": "0.3.1",
"description": "MCP server for emulators that speak PINE — first-class PCSX2 (PS2) and RPCS3 (PS3), with target-aware tool descriptions, memory r/w, and savestate control",

@@ -24,3 +24,3 @@ "license": "MIT",

"engines": {
"node": ">=18"
"node": ">=22"
},

@@ -27,0 +27,0 @@ "repository": {

@@ -7,2 +7,6 @@ # mcp-pine

[![License: MIT](https://img.shields.io/npm/l/mcp-pine.svg)](LICENSE)
[![Snyk](https://snyk.io/test/npm/mcp-pine/badge.svg)](https://snyk.io/test/npm/mcp-pine)
[![Socket](https://img.shields.io/badge/Socket-security-2F7BFF?logo=socket)](https://socket.dev/npm/package/mcp-pine)
[![Bundlephobia](https://img.shields.io/badge/bundlephobia-size-FF6B81)](https://bundlephobia.com/package/mcp-pine)
[![npmgraph](https://img.shields.io/badge/npmgraph-dependencies-2496ED)](https://npmgraph.js.org/?q=mcp-pine)

@@ -54,3 +58,3 @@ An [MCP](https://modelcontextprotocol.io) server for emulators that speak [PINE](https://github.com/GovanifY/pine) (Protocol for Instrumentation of Network Emulators) — first-class support for **PCSX2** (PS2) and **RPCS3** (PS3), with target-aware tool descriptions so the agent sees the right memory map for whichever emulator it's pointed at. Exposes memory read/write and savestate control. Driven from MCP-compatible clients (Claude Desktop, Claude Code, etc.).

- An emulator with PINE enabled (see setup below)
- **Node.js 18+**
- **Node.js 22+**

@@ -57,0 +61,0 @@ ## Install