Add explicit JSON tool-call protocol for local providers, improve parsing of JSON-only tool calls, and add heuristic routing to MCP-capable profiles for repo/PR intents. Also document and mount local-cloned MCP servers and expand MCP env var handling. Made-with: Cursor
30 lines
313 B
Plaintext
30 lines
313 B
Plaintext
.assets
|
|
.env
|
|
.env.*
|
|
*.pyc
|
|
dist/
|
|
build/
|
|
docs/
|
|
*.egg-info/
|
|
*.egg
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.pyw
|
|
*.pyz
|
|
*.pywz
|
|
*.pyzz
|
|
.venv/
|
|
vllm-env/
|
|
venv/
|
|
__pycache__/
|
|
poetry.lock
|
|
.pytest_cache/
|
|
botpy.log
|
|
tests/
|
|
|
|
# Local-cloned MCP servers (kept out of git; clone/build locally)
|
|
mcp-servers/*
|
|
!mcp-servers/README.md
|
|
!mcp-servers/.gitkeep
|