From aaabca876e1f9531a5de068ad89014ec5765ac9e Mon Sep 17 00:00:00 2001 From: host Date: Fri, 28 Aug 2026 17:37:35 +0300 Subject: [PATCH] Add mcpo config.json (registers truenas-mcp-server as stdio MCP server) --- config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..c7ac2b8 --- /dev/null +++ b/config.json @@ -0,0 +1,7 @@ +{ + "mcpServers": { + "truenas": { + "command": "truenas-mcp-server" + } + } +}