We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17276ff commit 61dcb19Copy full SHA for 61dcb19
packages/mcp/tests/mcp-cli.js renamed to packages/mcp/tests/mcp-cli.test.js
@@ -20,7 +20,7 @@ const EXECUTABLE_PATH = path.resolve("./src/mcp-cli.js");
20
21
/**
22
* Forks the process to run an instance of ESLint.
23
- * @returns {ChildProcess} The resulting child process
+ * @returns {childProcess.ChildProcess} The resulting child process
24
*/
25
function runServer(options) {
26
const newProcess = childProcess.fork(
0 commit comments