@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 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: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivotoby/openapi-mcp-server",
3
- "version": "1.12.3",
3
+ "version": "1.12.4",
4
4
  "description": "An MCP server that exposes OpenAPI endpoints as resources",
5
5
  "license": "MIT",
6
6
  "type": "module",