From 4d1bd9aaf2bdcc415372ea23986a3edb2752813b Mon Sep 17 00:00:00 2001 From: Luigi Maiorano Date: Fri, 10 Apr 2026 14:53:03 +0200 Subject: [PATCH] fixed nono profile --- .mcp.json | 4 ++-- nono/claude-openspec.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 nono/claude-openspec.json diff --git a/.mcp.json b/.mcp.json index 232320c..e2656e3 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,8 +1,8 @@ { "mcpServers": { "Astro docs": { - "command": "npx", - "args": ["-y", "mcp-remote", "https://mcp.docs.astro.build/mcp"] + "type": "http", + "url": "https://mcp.docs.astro.build/mcp" } } } \ No newline at end of file diff --git a/nono/claude-openspec.json b/nono/claude-openspec.json new file mode 100644 index 0000000..40dd687 --- /dev/null +++ b/nono/claude-openspec.json @@ -0,0 +1,31 @@ +{ + "extends": "claude-code", + "meta": { + "name": "claude-openspec", + "description": "Claude Code + OpenSpec" + }, + "filesystem": { + "allow": [ + "$HOME/.config/openspec", + "$HOME/.local/share/openspec", + "$HOME/.local/state/claude", + "$HOME/.mcp-auth", + "$HOME/.cache/uv", + "/tmp" + ], + "read": [ + "/home/linuxbrew/.linuxbrew", + "/proc", + "/var/lib/dpkg" + ] + }, + "network": { + "network_profile": "claude-code", + "allow_domain": [ + "mcp.docs.astro.build", + "mcp-proxy.anthropic.com", + "storage.googleapis.com" + ] + } +} +