fix: try and patch the PATCH/update issue with MCP server URL [LET-3933]

* fix: patch update path

* autogenerate

* update

* update

---------

Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
Co-authored-by: Letta Bot <noreply@letta.com>
Co-authored-by: jnjpng <jin@letta.com>
This commit is contained in:
Charles Packer
2025-09-03 09:42:57 -07:00
committed by GitHub
parent 40f03b9780
commit 77cab00cb8
3 changed files with 66 additions and 7 deletions

View File

@@ -26,10 +26,7 @@
"dev": {
"executor": "@nxlv/python:run-commands",
"options": {
"commands": [
"./otel/start-otel-collector.sh",
"uv run letta server"
],
"commands": ["./otel/start-otel-collector.sh", "uv run letta server"],
"parallel": true,
"cwd": "apps/core"
}