Andrey Buzin
Andrey Buzin
@elprans normal mode via `uv`: ```bash uv add "gel @ git+https://github.com/geldata/gel-python.git" ```
I tried fiddling with the venv and the reflections a little bit but it didn't do much.
@dnwpark I'm specifically referring to ```bash Hint: This is most likely a bug in Gel. Please consider opening an issue ticket at https://github.com/edgedb/edgedb/issues/new?template=bug_report.md ``` Sorry, this is kind of a...
That is all assuming we need the RAG API in the first place. Honestly, I can think of maybe one use case: ```python from pydantic_ai import Agent, RunContext agent =...
Update for Claude Code. This is how you whitelist the server and all its tools in `.claude/settings.local.json`: ```json { "enableAllProjectMcpServers": true, "enabledMcpjsonServers": [ "gel" ], "permissions": { "allow": [ "mcp__gel__list_examples",...
@1st1 yes, weirdly enough. I'd expect Zed to provide the best integration seeing how they co-authored the spec.