| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| server_params = StdioServerParameters( | ||
| command="uv", # Using uv to run the server | ||
| args=["run", "server", "completion", "stdio"], # Server with completion support | ||
| env=os.environ.copy(), # Pass environment variables |
There was a problem hiding this comment.
This is dangerous, I think we should be more conscious about it.
Can you pass a single environment variable instead to show the point?
Sorry, something went wrong.
| server = "servers:run_server" No newline at end of file | ||
| server = "servers:run_server" | ||
| client = "clients.stdio_client:main" | ||
| completion-client = "clients.completion_client:main" No newline at end of file |
There was a problem hiding this comment.
| completion-client = "clients.completion_client:main" | |
| completion-client = "clients.completion_client:main" | |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Part 2, based on #1055
Follow up: