This commit is contained in:
bipproduction
2025-11-19 21:46:54 +08:00
parent 426bdb3a3d
commit 69eed4d73a
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ function createToolFromOperation(
tags: string[]
): McpTool | null {
try {
const rawName = _.snakeCase(`${method}_${operation.operationId}` || `${method}_${path}`) || "unnamed_tool";
const rawName = _.snakeCase(`${operation.operationId}` || `${method}_${path}`) || "unnamed_tool";
const name = cleanToolName(rawName);
if (!name || name === "unnamed_tool") {

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-openapi-mcp-server",
"version": "1.1.24",
"version": "1.1.25",
"keywords": [
"n8n",
"n8n-nodes"