feat(fetch): add support for using proxy for requests

This commit is contained in:
shiquda
2025-03-13 00:20:48 +08:00
parent e65ec2d551
commit 64a654744a
3 changed files with 17 additions and 9 deletions

View File

@@ -107,6 +107,10 @@ ModelContextProtocol/1.0 (User-Specified; +https://github.com/modelcontextprotoc
This can be customized by adding the argument `--user-agent=YourUserAgent` to the `args` list in the configuration.
### Customization - Proxy
The server can be configured to use a proxy by using the `--proxy-url` argument.
## Debugging
You can use the MCP inspector to debug the server. For uvx installations: