Skip to content

Commit a8ef3ae

Browse files
committed
Fix incorrect import
1 parent 1956980 commit a8ef3ae

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
@@ -3,7 +3,7 @@ import { BalldontlieAPI } from '@balldontlie/sdk';
33
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
44
import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
55
import z from 'zod';
6-
import { formatMLBGame, formatNBAGame, formatNFLGame } from './utils';
6+
import { formatMLBGame, formatNBAGame, formatNFLGame } from './utils.js';
77

88
const server = new McpServer(
99
{

0 commit comments

Comments
 (0)