Skip to content

Commit 998cb90

Browse files
committed
fix: smithery
1 parent cca4a46 commit 998cb90

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/index.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
This file provides essential functions and tools for MCP servers, serving as a library.
44
The ActorsMcpServer should be the only class exported from the package
55
*/
6-
import { ActorsMcpServer } from './mcp/server.js';
6+
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';
711

8-
export { ActorsMcpServer };

0 commit comments

Comments
 (0)