diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-16 08:30:14 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-16 08:30:14 +0900 |
| commit | 3fbb9a18372f2b6a675dd6c039ba52be76f3eeb4 (patch) | |
| tree | aa694a36cdd323a7853672ee7a2ba60409ac3b06 /mcp-servers/simple-mcp-server/.claude/settings.json | |
updates
Diffstat (limited to 'mcp-servers/simple-mcp-server/.claude/settings.json')
| -rw-r--r-- | mcp-servers/simple-mcp-server/.claude/settings.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/mcp-servers/simple-mcp-server/.claude/settings.json b/mcp-servers/simple-mcp-server/.claude/settings.json new file mode 100644 index 0000000..557b4f0 --- /dev/null +++ b/mcp-servers/simple-mcp-server/.claude/settings.json @@ -0,0 +1,63 @@ +{ + "permissions": { + "allow": [ + "Bash(npm run dev:*)", + "Bash(npm run build:*)", + "Bash(npm run test:*)", + "Bash(npm run lint:*)", + "Bash(npm run typecheck:*)", + "Bash(npx vitest:*)", + "Bash(npx tsx:*)", + "Bash(npx tsc:*)", + "Bash(npx @modelcontextprotocol/inspector)", + "Write(src/**/*)", + "Write(tests/**/*)", + "Write(dist/**/*)", + "Read(package.json)", + "Read(tsconfig.json)", + "Edit(package.json)", + "Edit(tsconfig.json)" + ], + "deny": [ + "Read(.env.production)", + "Read(.env.local)", + "Write(.env)", + "Bash(rm -rf:*)", + "Bash(npm publish:*)", + "Read(node_modules/**)", + "Write(node_modules/**)" + ] + }, + "env": { + "NODE_ENV": "development", + "LOG_LEVEL": "info", + "MCP_SERVER_NAME": "simple-mcp-server", + "MCP_SERVER_VERSION": "1.0.0" + }, + "hooks": { + "PostToolUse": [ + { + "matcher": "Write|Edit", + "hooks": [ + { + "type": "command", + "command": "npx prettier --write", + "timeout": 10 + } + ] + } + ] + }, + "statusLine": { + "type": "command", + "command": "echo '🚀 MCP Server | $(basename $(pwd))'" + }, + "_metadata": { + "name": "Simple MCP Server", + "version": "1.0.0", + "category": "mcp-server", + "generated": "2025-08-21T00:00:00.000Z", + "generator": "manual", + "note": "Generic MCP server configuration" + } +}
\ No newline at end of file |
