MCPcopy Create free account
hub / github.com/doggybee/mcp-server-leetcode / fetchProblem

Method fetchProblem

src/services/leetcode-service.ts:79–81  ·  view source on GitHub ↗

* Fetch details about a specific problem

(titleSlug: string)

Source from the content-addressed store, hash-verified

77 * Fetch details about a specific problem
78 */
79 async fetchProblem(titleSlug: string) {
80 return this.executeQuery(problemDetailsQuery, { titleSlug });
81 }
82
83 /**
84 * Search for problems matching criteria

Callers 2

registerProblemToolsFunction · 0.80
registerProblemResourcesFunction · 0.80

Calls 1

executeQueryMethod · 0.95

Tested by

no test coverage detected