- Add wrapper script run-crawl4ai-mcp.sh for stdio transport - Update config.toml to use stdio instead of SSE - llmx uses Streamable HTTP transport which is incompatible with SSE - DB and REST still run via docker compose, MCP runs on-demand 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
273 B
Plaintext
23 lines
273 B
Plaintext
# Ignore everything by default
|
|
*
|
|
|
|
# Allow configuration files
|
|
!.gitignore
|
|
!config.toml
|
|
!compose.yaml
|
|
!*.sh
|
|
|
|
# Allow servers directory and its contents
|
|
!servers/
|
|
!servers/**
|
|
|
|
# Ignore sensitive files
|
|
.env
|
|
*.log
|
|
*.tmp
|
|
|
|
# Ignore Docker/runtime data
|
|
__pycache__/
|
|
*.pyc
|
|
.cache/
|