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

Function createMCPServerConfig

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

Source from the content-addressed store, hash-verified

2010};
2011
2012export const createMCPServerConfig = (queryClient: QueryClient) => ({
2013 mutationFn: (req: TypesGen.CreateMCPServerConfigRequest) =>
2014 API.experimental.createMCPServerConfig(req),
2015 onSuccess: async () => {
2016 await invalidateMCPServerConfigQueries(queryClient);
2017 },
2018});
2019
2020type UpdateMCPServerConfigMutationArgs = {
2021 id: string;

Callers 1

Calls 2

createMCPServerConfigMethod · 0.80

Tested by

no test coverage detected