MCPC Core - A library for building scalable agentic MCP servers. * MCPC allows you to create composable MCP servers with one-prompt automation * workflow declaration, supporting thousands of dependent MCPs from the community.
default
MCPC Core - A library for building scalable agentic MCP servers.
Compose all the tools from all the MCP servers.
Format text with error color tag for Wecom message
Format text with info color tag for Wecom message
Format text with warning color tag for Wecom message
Handles POST messages for all SSE transports
Middleware that imitates tool use functionality for models that don't natively support it
Creates a formatting function from a template string with type-safe input variables (when the template is provided as a string literal).
Attempts to parse JSON with a repair function if initial parse fails.
Creates a middleware that extracts thinking events from LLM responses and formats them as reasoning blocks with customizable formatting
Provider: Alibaba Cloud
Registers all tools from the composed MCP dependencies with a server.
Server transport for SSE: this will send messages over an SSE connection and receive messages from HTTP POST requests.