This release adds 2 notable features for engineering teams evaluating rollout.
Published 3mo
MCP Developer Tools
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
code-indexing
code-intelligence
code-search
developer-tools
embeddings
fts5
+7 more
mcp
mcp-server
ollama
python
semantic-search
sqlite
tree-sitter
Summary
AI summaryAdded OpenAI‑compatible and Cohere embedding providers
Full changelog
What's New
New embedding providers
- OpenAI-compatible provider — works with any service that speaks the
/v1/embeddingsformat: OpenAI, Together, Fireworks, Mistral, Jina, vLLM, HuggingFace TEI, LiteLLM, DeepInfra, Anyscale, and more - Cohere provider — supports Cohere v2 embed API (embed-v4.0, embed-english-v3.0, embed-multilingual-v3.0)
Usage
# OpenAI
export OPENAI_API_KEY=sk-...
srclight index --embed openai:text-embedding-3-small /path/to/repo
# Any OpenAI-compatible provider (Together, Fireworks, etc.)
export OPENAI_API_KEY=your-key
export OPENAI_BASE_URL=https://api.together.xyz
srclight index --embed openai:your-model /path/to/repo
# Cohere
export COHERE_API_KEY=your-key
srclight index --embed cohere:embed-v4.0 /path/to/repo
Also in this release
- Improved PyPI keywords for better discoverability
- Claude Code custom agents usage guide
- 113 tests (7 new embedding provider tests)
Full Changelog: https://github.com/srclight/srclight/compare/v0.10.0...v0.11.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About srclight/srclight
Deep code indexing MCP server with SQLite FTS5, tree-sitter, and embeddings. 29 tools for symbol search, call graphs, git intelligence, and hybrid semantic search.
Related context
Beta — feedback welcome: [email protected]