MCPcopy Create free account
hub / github.com/wonderwhy-er/DesktopCommanderMCP / runExamples

Function runExamples

test/enhanced-repl-example.js:140–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138
139// Run the examples
140async function runExamples() {
141 try {
142 await pythonREPLExample();
143 console.log('\n----------------------------\n');
144 await nodeREPLExample();
145 } catch (error) {
146 console.error('Error running examples:', error);
147 }
148}
149
150runExamples();

Callers 1

Calls 3

logMethod · 0.80
pythonREPLExampleFunction · 0.70
nodeREPLExampleFunction · 0.70

Tested by

no test coverage detected