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 cca4a46 commit 998cb90Copy full SHA for 998cb90
src/index.ts
@@ -3,6 +3,9 @@
3
This file provides essential functions and tools for MCP servers, serving as a library.
4
The ActorsMcpServer should be the only class exported from the package
5
*/
6
-import { ActorsMcpServer } from './mcp/server.js';
+export { ActorsMcpServer } from './mcp/server.js';
7
+
8
+// Uncomment the following lines if you want run the server using: npx @smithery/cli build && npx @smithery/cli dev
9
+// export { serverConfigSchemaSmithery as configSchema } from './types.js';
10
+// export { default as smithery } from './smithery.js';
11
-export { ActorsMcpServer };
0 commit comments