Skip to content

Commit 796e79c

Browse files
correct import string
1 parent 86ae263 commit 796e79c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,4 @@ _autosummary
122122
uv.lock
123123
JANAF_*_data.json
124124
.gemini
125+
.codex

dev/inspect_mcp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Tool to run the MCP inspector:
44
# https://modelcontextprotocol.io/docs/tools/inspector
55

6-
server_path=$(python -c 'from importlib_resources import files ; print(str((files("mp_api.client") / ".."/ "..").resolve()))')
6+
server_path=$(python -c 'from importlib.resources import files ; print(str((files("mp_api.client") / ".."/ "..").resolve()))')
77

88
fastmcp dev \
99
--python 3.12 \

0 commit comments

Comments
 (0)