This commit is contained in:
bipproduction
2025-11-12 10:14:48 +08:00
commit 9f11e74294
17 changed files with 1919 additions and 0 deletions

23
package.txt Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "n8n-nodes-openapi-mcp-server",
"version": "1.1.2",
"keywords": [
"n8n",
"n8n-nodes"
],
"author": {
"name": "makuro",
"phone": "6289697338821"
},
"license": "ISC",
"description": "",
"n8n": {
"nodes": [
"nodes/OpenapiMcpServer.js"
],
"n8nNodesApiVersion": 1,
"credentials": [
"credentials/OpenapiMcpServerCredentials.credentials.js"
]
}
}