외부 MCP 연결 수정

View as Markdown
이름과 활성화 여부, 접속 정보를 수정합니다. **url 또는 transport 를 바꾸면** 기존 도구 목록을 폐기하고 status 가 untested 로 돌아갑니다. 다른 서버를 가리키게 된 연결이 옛 도구 목록으로 통화에 사용되지 않도록 하기 위해서입니다. 에이전트 연결(binding)은 유지되며, 연결 테스트를 다시 통과하면 그대로 다시 동작합니다.

Authentication

AuthorizationBearer

API Key를 Bearer 토큰으로 전달

Path parameters

accountIdstringRequired

계정 ID

connectionIdstringRequired

MCP 연결 ID

Request

This endpoint expects an object.
namestringOptional<=80 characters
urlstringOptionalformat: "uri"<=2048 characters
transportenumOptional
Allowed values:
enabledbooleanOptional

false 로 두면 통화에서 사용되지 않습니다.

Response

수정 성공

connectionIdstring

연결 ID

namestring
urlstringformat: "uri"
hoststring

url 의 호스트. 목록 화면 표시용.

transportenum
authTypeenum
authHeaderNamestring or null

authType=api_key 일 때의 헤더 이름. bearer 는 Authorization 고정이라 null.

hasSecretboolean

자격증명 설정 여부. 값 자체는 조회할 수 없습니다.

enabledboolean
statusenum

untested 는 연결 테스트를 통과하지 않은 상태입니다. 에이전트에 붙이려면 tested 여야 하며, 통화 중에도 tested 인 연결만 사용됩니다. credential_error 는 마지막 테스트가 인증 실패한 경우입니다.

toolCountinteger>=0
toolslist of objects

마지막 연결 테스트에서 발견된 도구 목록. 표시·선택용 스냅샷입니다.

lastTestedAtdatetime or null
lastErrorCodeenum or null

마지막 연결 실패 사유.

agentCountinteger>=0

이 연결을 사용하는 에이전트 수.

dateCreateddatetime
dateUpdateddatetime

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error