12-05-2026 Frontend dev
This commit is contained in:
parent
405df0a122
commit
5b8bdf4182
779 changed files with 480564 additions and 6241 deletions
22
.codex/config.toml
Normal file
22
.codex/config.toml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue