mcp-xray-pilot 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # mcp-xray-pilot
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/mcp-xray-pilot.svg)](https://www.npmjs.com/package/mcp-xray-pilot)
4
+ [![npm downloads](https://img.shields.io/npm/dm/mcp-xray-pilot.svg)](https://www.npmjs.com/package/mcp-xray-pilot)
5
+ [![node](https://img.shields.io/node/v/mcp-xray-pilot.svg)](https://nodejs.org)
6
+ [![license](https://img.shields.io/npm/l/mcp-xray-pilot.svg)](./LICENSE)
7
+
3
8
  [Русская версия ниже / Russian version below](#mcp-xray-pilot-ru)
4
9
 
5
10
  A Model Context Protocol (MCP) server that gives an LLM offline access to the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-xray-pilot",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "MCP server for xray-core: offline docs cache (auto-refresh), config validation, REALITY/XTLS lint, anti-DPI recipes, GitHub research from XTLS repos.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {