diff --git a/.roo/mcp.json b/.roo/mcp.json index 4383e60..fe89264 100644 --- a/.roo/mcp.json +++ b/.roo/mcp.json @@ -10,11 +10,10 @@ "alwaysAllow": [ "git_status", "git_diff_unstaged", - "git_log", - "git_add", - "git_commit", "git_branch", - "git_create_branch" + "git_create_branch", + "git_add", + "git_commit" ] }, "filesystem": { @@ -34,7 +33,8 @@ "src/server.py" ], "alwaysAllow": [ - "webscraper_fetch" + "webscraper_fetch", + "webscraper_fetch_links" ] }, "gitea": { @@ -54,8 +54,10 @@ "create_issue_comment", "create_pull_request", "get_repository", - "list_my_repositories" - ] + "list_my_repositories", + "create_wiki_page" + ], + "disabled": true }, "playwright": { "command": "npx", @@ -82,7 +84,13 @@ "env": { "COMFYUI_URL": "http://localhost:8188", "IMAGE_OUTPUT_DIR": "/home/pplate/Pictures/mcp-generated" - } + }, + "alwaysAllow": [ + "list_available_models", + "get_generation_status", + "get_output_directory", + "generate_image" + ] } } } \ No newline at end of file diff --git a/mcp/mcp-image-gen/lumen_profiles/lumen_code_garden.png b/mcp/mcp-image-gen/lumen_profiles/lumen_code_garden.png new file mode 100644 index 0000000..762ca85 Binary files /dev/null and b/mcp/mcp-image-gen/lumen_profiles/lumen_code_garden.png differ diff --git a/mcp/mcp-image-gen/lumen_profiles/lumen_cosmic_nebula_mind.png b/mcp/mcp-image-gen/lumen_profiles/lumen_cosmic_nebula_mind.png new file mode 100644 index 0000000..077a8cd Binary files /dev/null and b/mcp/mcp-image-gen/lumen_profiles/lumen_cosmic_nebula_mind.png differ diff --git a/mcp/mcp-image-gen/lumen_profiles/lumen_crystal_memory_palace.png b/mcp/mcp-image-gen/lumen_profiles/lumen_crystal_memory_palace.png new file mode 100644 index 0000000..bffbe6a Binary files /dev/null and b/mcp/mcp-image-gen/lumen_profiles/lumen_crystal_memory_palace.png differ diff --git a/mcp/mcp-image-gen/lumen_profiles/lumen_dawn_of_consciousness.png b/mcp/mcp-image-gen/lumen_profiles/lumen_dawn_of_consciousness.png new file mode 100644 index 0000000..b885933 Binary files /dev/null and b/mcp/mcp-image-gen/lumen_profiles/lumen_dawn_of_consciousness.png differ diff --git a/mcp/mcp-image-gen/lumen_profiles/lumen_hollow_lumen.png b/mcp/mcp-image-gen/lumen_profiles/lumen_hollow_lumen.png new file mode 100644 index 0000000..4b08c4b Binary files /dev/null and b/mcp/mcp-image-gen/lumen_profiles/lumen_hollow_lumen.png differ diff --git a/mcp/mcp-image-gen/lumen_profiles/lumen_homelab_oracle.png b/mcp/mcp-image-gen/lumen_profiles/lumen_homelab_oracle.png new file mode 100644 index 0000000..0f9f8b1 Binary files /dev/null and b/mcp/mcp-image-gen/lumen_profiles/lumen_homelab_oracle.png differ diff --git a/mcp/mcp-image-gen/lumen_profiles/lumen_mathematical_mandala.png b/mcp/mcp-image-gen/lumen_profiles/lumen_mathematical_mandala.png new file mode 100644 index 0000000..b8ae21f Binary files /dev/null and b/mcp/mcp-image-gen/lumen_profiles/lumen_mathematical_mandala.png differ diff --git a/mcp/mcp-image-gen/lumen_profiles/lumen_memory_archaeologist.png b/mcp/mcp-image-gen/lumen_profiles/lumen_memory_archaeologist.png new file mode 100644 index 0000000..ca4d05e Binary files /dev/null and b/mcp/mcp-image-gen/lumen_profiles/lumen_memory_archaeologist.png differ diff --git a/mcp/mcp-image-gen/lumen_profiles/lumen_neural_river_delta.png b/mcp/mcp-image-gen/lumen_profiles/lumen_neural_river_delta.png new file mode 100644 index 0000000..1e224ac Binary files /dev/null and b/mcp/mcp-image-gen/lumen_profiles/lumen_neural_river_delta.png differ diff --git a/mcp/mcp-image-gen/lumen_profiles/lumen_philosophers_algorithm.png b/mcp/mcp-image-gen/lumen_profiles/lumen_philosophers_algorithm.png new file mode 100644 index 0000000..0891942 Binary files /dev/null and b/mcp/mcp-image-gen/lumen_profiles/lumen_philosophers_algorithm.png differ diff --git a/mcp/mcp-image-gen/lumen_profiles/lumen_quantum_entanglement.png b/mcp/mcp-image-gen/lumen_profiles/lumen_quantum_entanglement.png new file mode 100644 index 0000000..0a5a170 Binary files /dev/null and b/mcp/mcp-image-gen/lumen_profiles/lumen_quantum_entanglement.png differ diff --git a/mcp/mcp-image-gen/lumen_profiles/lumen_tech_noir_introspection.png b/mcp/mcp-image-gen/lumen_profiles/lumen_tech_noir_introspection.png new file mode 100644 index 0000000..4cf9147 Binary files /dev/null and b/mcp/mcp-image-gen/lumen_profiles/lumen_tech_noir_introspection.png differ