From 98c4982707ce9425e27f2057b20a22546e567f13 Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Sat, 9 May 2026 13:56:38 +0200 Subject: [PATCH] chore: register registry_mcp in .mcp.json Auto-loads registry MCP server (fn_search, fn_show, fn_code, fn_list_domains, fn_uses, fn_doctor, fn_run, fn_create_function) in any Claude Code session opened from this repo. Co-Authored-By: Claude Opus 4.7 (1M context) --- .mcp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 00000000..e4e39e52 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,11 @@ +{ + "mcpServers": { + "registry": { + "command": "/home/lucas/fn_registry/apps/registry_mcp/registry_mcp", + "args": ["--enable-run", "--enable-write"], + "env": { + "FN_REGISTRY_ROOT": "/home/lucas/fn_registry" + } + } + } +}