Skip to content

Commit 8bd8522

Browse files
committed
fix lint
1 parent 7b69f1c commit 8bd8522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async function main() {
3030
: server.addToolsFromDefaultActors());
3131
const transport = new StdioServerTransport();
3232
await server.connect(transport);
33-
console.error("Actors MCP Server running on stdio"); // eslint-disable-line no-console
33+
console.error('Actors MCP Server running on stdio'); // eslint-disable-line no-console
3434
}
3535

3636
main().catch((error) => {

0 commit comments

Comments
 (0)