presseportale/.codex/config.toml
Kevin Adametz 0a3e52d603 19-05-2026 Rebrand Pressekonto, Hub-Flux UI und Legacy-Media-Migration
Umbenennung presseportale → pressekonto in Domains, Themes und Dokumentation.
Design-Tokens, Portal-Shell, Customer-Dashboard, Auth- und Admin-PM-Views.
Artisan-Befehl migrate:legacy-media mit Tests und Hub-Flux-Entwicklungsdocs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-19 16:36:13 +00:00

22 lines
445 B
TOML

[mcp_servers.context7]
args = [
"-y",
"@upstash/context7-mcp",
"--api-key",
"ctx7sk-119cd4ab-8983-4229-8702-e84c59c34fc9",
]
command = "npx"
[mcp_servers.playwright]
url = "https://playwright.test/mcp"
[mcp_servers.sequential-thinking]
args = [
"-y",
"@modelcontextprotocol/server-sequential-thinking",
]
command = "npx"
[mcp_servers.laravel-boost]
command = "php"
args = ["artisan", "boost:mcp"]
cwd = "/var/www/html"