Skip to content

Commit 62ef41e

Browse files
chore(mcp): formatting
1 parent d0b6815 commit 62ef41e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ export const server = new McpServer(
2828
name: 'isaacus_api',
2929
version: '0.10.0',
3030
},
31-
{
32-
capabilities: {
33-
tools: {},
34-
},
35-
},
31+
{ capabilities: { tools: {} } },
3632
);
3733

3834
/**

0 commit comments

Comments
 (0)