@xyd-js/mcp-server 0.0.0-build-c348243-20251013000932 → 0.0.0-build-56377ca-20251013180714
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/CHANGELOG.md +2 -2
- package/dist/index.js +1 -1
- package/dist/mcp.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# @xyd-js/mcp-server
|
|
2
2
|
|
|
3
|
-
## 0.0.0-build-
|
|
3
|
+
## 0.0.0-build-56377ca-20251013180714
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- update all packages
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @xyd-js/mcp@0.0.0-build-
|
|
9
|
+
- @xyd-js/mcp@0.0.0-build-56377ca-20251013180714
|
package/dist/index.js
CHANGED
|
@@ -183938,7 +183938,7 @@ function oapSchemaToReferences(schema2, options) {
|
|
|
183938
183938
|
if (reference) {
|
|
183939
183939
|
const ctx = reference.context;
|
|
183940
183940
|
ctx.path = endpointPath;
|
|
183941
|
-
if (!ctx.fullPath) {
|
|
183941
|
+
if (!ctx.fullPath && server) {
|
|
183942
183942
|
const u29 = new URL(server);
|
|
183943
183943
|
u29.pathname = path3.join(u29.pathname, endpointPath);
|
|
183944
183944
|
ctx.fullPath = decodeURIComponent(u29.toString());
|
package/dist/mcp.js
CHANGED
|
@@ -161660,7 +161660,7 @@ function oapSchemaToReferences(schema2, options) {
|
|
|
161660
161660
|
if (reference) {
|
|
161661
161661
|
const ctx = reference.context;
|
|
161662
161662
|
ctx.path = endpointPath;
|
|
161663
|
-
if (!ctx.fullPath) {
|
|
161663
|
+
if (!ctx.fullPath && server) {
|
|
161664
161664
|
const u29 = new URL(server);
|
|
161665
161665
|
u29.pathname = path3.join(u29.pathname, endpointPath);
|
|
161666
161666
|
ctx.fullPath = decodeURIComponent(u29.toString());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyd-js/mcp-server",
|
|
3
|
-
"version": "0.0.0-build-
|
|
3
|
+
"version": "0.0.0-build-56377ca-20251013180714",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "MCP server for xyd",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@modelcontextprotocol/sdk": "^1.18.1",
|
|
23
23
|
"express": "^5.1.0",
|
|
24
|
-
"@xyd-js/mcp": "0.0.0-build-
|
|
24
|
+
"@xyd-js/mcp": "0.0.0-build-56377ca-20251013180714"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/express": "^4.17.21",
|