@ivotoby/openapi-mcp-server 1.12.3 → 1.12.4
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/bundle.js +1 -1
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -14726,7 +14726,7 @@ var OpenAPISpecLoader = class {
|
|
|
14726
14726
|
const name = this.abbreviateOperationId(nameSource);
|
|
14727
14727
|
const tool = {
|
|
14728
14728
|
name,
|
|
14729
|
-
description: op.description || `Make a ${method.toUpperCase()} request to ${path2}`,
|
|
14729
|
+
description: op.description || op.summary || `Make a ${method.toUpperCase()} request to ${path2}`,
|
|
14730
14730
|
inputSchema: {
|
|
14731
14731
|
type: "object",
|
|
14732
14732
|
properties: {}
|
package/dist/cli.js
CHANGED
|
@@ -14726,7 +14726,7 @@ var OpenAPISpecLoader = class {
|
|
|
14726
14726
|
const name = this.abbreviateOperationId(nameSource);
|
|
14727
14727
|
const tool = {
|
|
14728
14728
|
name,
|
|
14729
|
-
description: op.description || `Make a ${method.toUpperCase()} request to ${path2}`,
|
|
14729
|
+
description: op.description || op.summary || `Make a ${method.toUpperCase()} request to ${path2}`,
|
|
14730
14730
|
inputSchema: {
|
|
14731
14731
|
type: "object",
|
|
14732
14732
|
properties: {}
|