- Remove sentence-transformers dependency (saves ~3GB PyTorch/CUDA) - Make CrossEncoder import optional with graceful fallback - Optimize Dockerfile for layer caching (incremental builds ~3s) - Change PostgREST port from 3000 to 3001 (avoid Next.js conflict) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
350 B
TOML
15 lines
350 B
TOML
[project]
|
|
name = "crawl4ai-mcp"
|
|
version = "0.1.0"
|
|
description = "MCP server for integrating web crawling and RAG into AI agents and AI coding assistants"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"crawl4ai==0.6.2",
|
|
"mcp==1.7.1",
|
|
"supabase==2.15.1",
|
|
"openai==1.71.0",
|
|
"dotenv==0.9.9",
|
|
"neo4j>=5.28.1",
|
|
]
|