Skip to content

Commit 539d5ac

Browse files
fix: revert mcp project
1 parent 24ca788 commit 539d5ac

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

mcp-registry/servers/materials-project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,11 @@
178178
"installations": {
179179
"uvx": {
180180
"type": "uvx",
181-
"command": "uvx",
181+
"command": "uv",
182182
"args": [
183-
"mcp_materials_project"
183+
"--from",
184+
"git+https://github.com/pathintegral-institute/mcp.science#subdirectory=servers/materials-project",
185+
"mcp-materials-project"
184186
],
185187
"env": {
186188
"MP_API_KEY": "${MP_API_KEY}"

mcp-registry/servers/web-fetch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"type": "uvx",
3131
"command": "uvx",
3232
"args": [
33-
"mcp_web_fetch"
33+
"mcp-web-fetch"
3434
],
3535
"description": "Run using uv (recommended)"
3636
},

0 commit comments

Comments
 (0)