MCPcopy Index your code
hub / github.com/coder/coder / deleteMCPServerConfig

Function deleteMCPServerConfig

site/src/api/queries/chats.ts:2033–2038  ·  view source on GitHub ↗
(queryClient: QueryClient)

Source from the content-addressed store, hash-verified

2031});
2032
2033export const deleteMCPServerConfig = (queryClient: QueryClient) => ({
2034 mutationFn: (id: string) => API.experimental.deleteMCPServerConfig(id),
2035 onSuccess: async () => {
2036 await invalidateMCPServerConfigQueries(queryClient);
2037 },
2038});
2039
2040type SetChatUserRoleVariables = {
2041 chatId: string;

Callers 1

Calls 2

deleteMCPServerConfigMethod · 0.80

Tested by

no test coverage detected