Skip to main content
Glama

iFlytek Workflow MCP Server

Official
by iflytek
test_ifly_api.py442 B
import logging from typing import Iterator def test_chat(): from mcp_server.entities.ifly_client import IFlyWorkflowClient ifly_client = IFlyWorkflowClient() resp = ifly_client.chat_message( ifly_client.flows[0], { "AGENT_USER_INPUT": "a picture of a cat" } ) if isinstance(resp, Iterator): for res in resp: logging.info(res) else: logging.info(resp)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iflytek/ifly-workflow-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server