### Example Connector Configuration Source: https://anythingmcp.com This YAML file defines a new connector configuration for an ERP system, specifying its type, OpenAPI URL, and authentication method. It shows the generated tools that will be available for the AI agent. ```yaml config/my-connector.yaml ``` -------------------------------- ### New Connector Form Example Source: https://anythingmcp.com This represents a form for creating a new connector from an OpenAPI specification. It includes fields for the connector name, type, OpenAPI URL, and authentication method, indicating the number of tools generated. ```html app.anythingmcp.com/connectors/new New connector from OpenAPI spec Type Spec 3 Auth 4 Expose Name My ERP Type RESTSOAPGraphQLSQL OpenAPI URL https://erp.acme.internal/openapi.json Auth OAuth 2.0 **6** tools generated list_invoicesget_customercreate_quotelist_ordersget_invoiceupdate_quote Generate connector → ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.