mcp-xray-pilot 0.15.0 → 0.15.2
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15,7 +15,7 @@ import { CallToolRequestSchema, ListToolsRequestSchema, ListResourcesRequestSche
|
|
|
15
15
|
import { TOOL_SCHEMAS } from "./tools.js";
|
|
16
16
|
import { dispatch } from "./handlers.js";
|
|
17
17
|
import { loadIndex } from "./state.js";
|
|
18
|
-
const server = new Server({ name: "mcp-xray-pilot", version: "0.
|
|
18
|
+
const server = new Server({ name: "mcp-xray-pilot", version: "0.15.2" }, { capabilities: { tools: {}, resources: {} } });
|
|
19
19
|
server.setRequestHandler(ListToolsRequestSchema, async () => ({
|
|
20
20
|
tools: TOOL_SCHEMAS,
|
|
21
21
|
}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-xray-pilot",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
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": {
|