diff --git a/.roo/mcp.json b/.roo/mcp.json new file mode 100644 index 0000000..6d69702 --- /dev/null +++ b/.roo/mcp.json @@ -0,0 +1,28 @@ +{ + "mcpServers": { + "git": { + "command": "uvx", + "args": [ + "mcp-server-git", + "--repository", + "/Volumes/macminissd/Projects/ThrillWiki/thrillwiki_laravel" + ] + }, + "filesystem": { + "command": "npx", + "args": [ + "-y", + "@modelcontextprotocol/server-filesystem", + "/Volumes/macminissd/Projects/ThrillWiki/thrillwiki_laravel" + ] + }, + "postgres": { + "command": "npx", + "args": [ + "-y", + "@modelcontextprotocol/server-postgres", + "postgresql://192.168.86.3:5432" + ] + } + } +} \ No newline at end of file