Files
.llmx/.gitignore
Sebastian Krüger 45624a4d91 fix: switch MCP server to stdio transport for llmx compatibility
- 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>
2025-11-30 21:44:05 +01:00

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/