File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
veadk/tools/builtin_tools Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4141 url: #mcp sse url
4242 dataset_id: #dataset name
4343 mcp_router:
44- url: #mcp sse url
44+ url: #mcp sse/streamable-http url
4545
4646
4747observability:
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from google .adk .tools .mcp_tool .mcp_toolset import MCPToolset , SseConnectionParams
15+ from google .adk .tools .mcp_tool .mcp_toolset import MCPToolset
1616
1717from veadk .config import getenv
18+ from veadk .utils .mcp_utils import get_mcp_params
1819
1920url = getenv ("TOOL_MCP_ROUTER_URL" )
2021
21- mcp_router = MCPToolset (connection_params = SseConnectionParams (url = url ))
22+ mcp_router = MCPToolset (connection_params = get_mcp_params (url = url ))
You can’t perform that action at this time.
0 commit comments