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.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# mcp-xray-pilot
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/mcp-xray-pilot)
|
|
4
|
+
[](https://www.npmjs.com/package/mcp-xray-pilot)
|
|
5
|
+
[](https://nodejs.org)
|
|
6
|
+
[](./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.
|
|
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": {
|