-
Notifications
You must be signed in to change notification settings - Fork 108
Description
Is your feature request related to a problem? Please describe.
Currently, llm-functions can only connect to a local MCP server. This limits flexibility for users who require remote MCP server access in distributed or cloud environments.
Describe the solution you'd like
Add support for configuring and connecting to a remote MCP server over the network. This could involve providing a configuration option for the remote server address and handling communication securely.
Describe alternatives you've considered
Continuing to use only a local MCP server, but this restricts deployment flexibility and scalability.
Additional context
Supporting remote MCP servers will improve extensibility and adaptability for more scenarios, such as cloud deployments or multi-node setups.