{
	"name": "MCP Trigger Basic Test",
	"active": false,
	"nodes": [
		{
			"parameters": {
				"authentication": "none",
				"path": "mcp-basic"
			},
			"id": "mcp-trigger-node",
			"name": "MCP Server Trigger",
			"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
			"typeVersion": 2,
			"position": [300, 300]
		},
		{
			"parameters": {
				"name": "echo",
				"description": "Echoes the input message back to the caller",
				"specifyInputSchema": true,
				"jsonSchemaExample": "{\n\t\"message\": \"Hello, world!\"\n}",
				"jsCode": "return `Echo: ${query.message}`;"
			},
			"id": "echo-tool-node",
			"name": "Echo Tool",
			"type": "@n8n/n8n-nodes-langchain.toolCode",
			"typeVersion": 1.1,
			"position": [500, 300]
		}
	],
	"connections": {
		"Echo Tool": {
			"ai_tool": [
				[
					{
						"node": "MCP Server Trigger",
						"type": "ai_tool",
						"index": 0
					}
				]
			]
		}
	},
	"settings": {
		"executionOrder": "v1"
	},
	"staticData": null,
	"meta": null,
	"pinData": {},
	"versionId": null,
	"triggerCount": 0,
	"tags": []
}
