MCPcopy
hub / github.com/coder/mux / getStoreFilePath

Function getStoreFilePath

src/node/services/mcpOauthService.test.ts:15–17  ·  view source on GitHub ↗
(muxHome: string)

Source from the content-addressed store, hash-verified

13} from "./mcpOauthService";
14
15function getStoreFilePath(muxHome: string): string {
16 return path.join(muxHome, "mcp-oauth.json");
17}
18
19describe("McpOauthService store", () => {
20 let muxHome: string;

Callers 2

readStoreFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected