presseportale/.codex/config.toml
Kevin Adametz 5b8bdf4182
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
12-05-2026 Frontend dev
2026-05-12 18:32:33 +02:00

22 lines
457 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 = "vendor/bin/sail"
args = ["artisan", "boost:mcp"]
cwd = "/var/www/html"