Sign In

weavatrix

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weavatrix - npm Package Compare versions

Comparing version
1.5.0
to
1.6.0
+1
-1
package.json
{
"name": "weavatrix",
"version": "1.5.0",
"version": "1.6.0",
"weavatrixEngineVersion": "2.4.0",

@@ -5,0 +5,0 @@ "description": "Native repository intelligence for coding agents: 43 read-only MCP operations backed by typed evidence graphs, impact, architecture, APIs, Git, search, semantics, and memory.",

@@ -64,2 +64,21 @@ # Weavatrix — native MCP repository intelligence

### Halve every answer on a client that reads structured output
An MCP result carries the payload twice: once as `structuredContent`, and once
mirrored into a text block for clients that read only `content`. The mirror is
the pretty-printed copy, so it is the larger of the two.
```sh
npx -y weavatrix mcp . --output-format=structured
```
Measured on `run_audit` over a real repository, the response falls from 8931 to
3589 bytes, **59.8% smaller**. Whether a client reads structured output does
not change between calls, so it is chosen once at startup rather than restated
as an argument on every call; `WEAVATRIX_OUTPUT_FORMAT=structured` does the
same, and a call that names its own `output_format` still wins.
`json` is the default and keeps the mirror, because a client that ignores
`structuredContent` would otherwise see an empty result.
## What an agent can ask

@@ -114,3 +133,3 @@

v
weavatrix 1.5.0
weavatrix 1.6.0
profile catalog · refresh · watcher · MCP framing

@@ -117,0 +136,0 @@ |

@@ -10,3 +10,3 @@ {

},
"version": "1.5.0",
"version": "1.6.0",
"websiteUrl": "https://weavatrix.com",

@@ -18,3 +18,3 @@ "packages": [

"identifier": "weavatrix",
"version": "1.5.0",
"version": "1.6.0",
"runtimeHint": "npx",

@@ -21,0 +21,0 @@ "transport": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet