build
This commit is contained in:
@@ -74,7 +74,7 @@ function createToolFromOperation(
|
|||||||
tags: string[]
|
tags: string[]
|
||||||
): McpTool | null {
|
): McpTool | null {
|
||||||
try {
|
try {
|
||||||
const rawName = _.snakeCase(`${method}_${operation.operationId}` || `${method}_${path}`) || "unnamed_tool";
|
const rawName = _.snakeCase(`${operation.operationId}` || `${method}_${path}`) || "unnamed_tool";
|
||||||
const name = cleanToolName(rawName);
|
const name = cleanToolName(rawName);
|
||||||
|
|
||||||
if (!name || name === "unnamed_tool") {
|
if (!name || name === "unnamed_tool") {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "n8n-nodes-openapi-mcp-server",
|
"name": "n8n-nodes-openapi-mcp-server",
|
||||||
"version": "1.1.24",
|
"version": "1.1.25",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"n8n",
|
"n8n",
|
||||||
"n8n-nodes"
|
"n8n-nodes"
|
||||||
|
|||||||
Reference in New Issue
Block a user