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 7b69f1c commit 8bd8522Copy full SHA for 8bd8522
src/index.ts
@@ -30,7 +30,7 @@ async function main() {
30
: server.addToolsFromDefaultActors());
31
const transport = new StdioServerTransport();
32
await server.connect(transport);
33
- console.error("Actors MCP Server running on stdio"); // eslint-disable-line no-console
+ console.error('Actors MCP Server running on stdio'); // eslint-disable-line no-console
34
}
35
36
main().catch((error) => {
0 commit comments