fixed nono profile
This commit is contained in:
@@ -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
31
nono/claude-openspec.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user