콘텐츠로 이동

invalidateServerToolsCache

이 콘텐츠는 아직 번역되지 않았습니다.

function invalidateServerToolsCache(serverName): Promise<void>;

Remove cached tools for the given server so the next lookup fetches fresh data.

Parameter Type Description

serverName

string

Name of the MCP server whose cache should be cleared.

Promise<void>