New:Socket for Asana Is Now Available.Learn more
Get Started

@snowmead/oxcode-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snowmead/oxcode-mcp - npm Package Compare versions

Comparing version
0.3.0
to
0.4.0
+1
-1
package.json
{
"name": "@snowmead/oxcode-mcp",
"version": "0.3.0",
"version": "0.4.0",
"description": "npm launcher for the oxcode MCP server — PageRank-curated code intelligence for coding agents. Requires the self-updating `oxcode` binary on PATH.",

@@ -5,0 +5,0 @@ "mcpName": "io.github.snowmead/oxcode",

@@ -38,4 +38,6 @@ # @snowmead/oxcode-mcp

Index a project first (`oxcode index`, or call the `oxcode_index` tool) so the
read tools have data. See the [oxcode repo](https://github.com/oxgraph/oxcode)
for the full CLI and tool list.
Call the `oxcode_watch` tool once: it builds the index and keeps it current as
files change. Across many `oxcode mcp` processes on one folder, a file lock elects
a single writer (the one watcher/re-indexer) while the rest serve reads, and a
standby takes over if the writer exits. See the
[oxcode repo](https://github.com/oxgraph/oxcode) for the full CLI and tool list.