1
0
Fork 0

chore: drop lazy-lock from chezmoi; sync omp agent config + dir mode from host

This commit is contained in:
Rain 2026-07-02 18:11:11 -04:00
parent b78e23aa16
commit 13fa1a01dc
7 changed files with 9 additions and 53 deletions

View file

@ -0,0 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/src/config/mcp-schema.json",
"mcpServers": {
"firecrawl": {
"command": "npx",
"args": ["-y", "firecrawl-mcp"],
"env": {
"FIRECRAWL_API_KEY": "123",
"FIRECRAWL_API_URL": "http://bazzite.local:3002"
}
}
}
}