Skip to main content

mcp_post_handler

Function mcp_post_handler 

Source
pub async fn mcp_post_handler(
    __arg0: State<Arc<McpState>>,
    __arg1: Extension<AuthContext>,
    __arg2: Extension<TracingState>,
    method: Method,
    headers: HeaderMap,
    __arg5: Json<Value>,
) -> Response