dev immobile
This commit is contained in:
parent
18ca2ce858
commit
e198d842ce
18 changed files with 5931 additions and 3 deletions
25
.codex/config.toml
Normal file
25
.codex/config.toml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[mcp_servers.context7]
|
||||
args = [
|
||||
"-y",
|
||||
"@upstash/context7-mcp",
|
||||
"--api-key",
|
||||
"ctx7sk-119cd4ab-8983-4229-8702-e84c59c34fc9",
|
||||
]
|
||||
command = "npx"
|
||||
|
||||
[mcp_servers.laravel-boost]
|
||||
args = [
|
||||
"artisan",
|
||||
"boost:mcp",
|
||||
]
|
||||
command = "php"
|
||||
|
||||
[mcp_servers.playwright]
|
||||
url = "https://playwright.test/mcp"
|
||||
|
||||
[mcp_servers.sequential-thinking]
|
||||
args = [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-sequential-thinking",
|
||||
]
|
||||
command = "npx"
|
||||
Loading…
Add table
Add a link
Reference in a new issue