Update an existing MCP server. All fields are optional.
authentication_method determines how the server authenticates requests. Possible values:
none: no authentication requiredurl: credentials are appended to the url as the apiKey query parameterbearer_token: credentials are sent as a Bearer token in the Authorization header (provide the token in the credentials field)Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
none - noneurl - urlbearer_token - bearer_tokennone, url, bearer_token all_companies - all_companiesselected_company - selected_companyselected_companies - selected_companiesall_companies, selected_company, selected_companies