UNPKG
n8n-mcp-server
Version:
latest (0.1.0)
0.1.0
Model Context Protocol (MCP) server for n8n workflow automation
n8n-mcp-server
/
build
/
index.d.ts
9 lines
(8 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node
/** * n8n MCP Server - Main Entry Point * * This file serves as the entry point for the n8n MCP Server, * which allows AI assistants to interact with n8n workflows through the MCP protocol. */
export
{};