fixed nono profile

This commit is contained in:
2026-04-10 14:53:03 +02:00
parent ed946c03d7
commit 4d1bd9aaf2
2 changed files with 33 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
{ {
"mcpServers": { "mcpServers": {
"Astro docs": { "Astro docs": {
"command": "npx", "type": "http",
"args": ["-y", "mcp-remote", "https://mcp.docs.astro.build/mcp"] "url": "https://mcp.docs.astro.build/mcp"
} }
} }
} }

31
nono/claude-openspec.json Normal file
View File

@@ -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"
]
}
}