- Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Question
I use qwen_agent as mcp client, and I can connect to a local mcp server with configuratoin like:
tools = [ { 'mcpServers': { # You can specify the MCP configuration file "get_life_state": { "command": sys.executable, "args": ["life_states/get_life_state.py"] } } }, ]but how can I write it when I wanna add a remote mcp server I wrote myself
by the way, how can I specify the port of myself's mcp server with transport="streamable-http"
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested