diff --git a/.bolt/mcp.json b/.bolt/mcp.json new file mode 100644 index 0000000..28c6548 --- /dev/null +++ b/.bolt/mcp.json @@ -0,0 +1,7 @@ +{ + "mcpServers": { + "github": { + "enabled": true + } + } +} diff --git a/.gitignore b/.gitignore index 12bc7fa..f4e4c88 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ Thumbs.db # Replit .cache/ .local/ +.env