import React from 'react'; /** * MCP Servers section of the agent form */ const MCPServersSection = ({ formData, handleAddMCPServer, handleRemoveMCPServer, handleMCPServerChange }) => { return (
Configure MCP servers for this agent.