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>
22 lines
445 B
TOML
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"
|