Merge pull request #979 from github0hello/fix/Fix_a_document_error

Fix a problem in the document.
This commit is contained in:
Jeremiah Lowin 2025-06-28 08:15:02 -04:00 committed by GitHub
commit dd4ca95899
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,7 +109,7 @@ config = {
},
"local_server": {
# Local stdio server
"transport": "stdio"
"transport": "stdio",
"command": "python",
"args": ["./server.py", "--verbose"],
"env": {"DEBUG": "true"},