Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions mcp-registry/servers/materials-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,9 @@
"installations": {
"uvx": {
"type": "uvx",
"command": "uv",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/pathintegral-institute/mcp.science#subdirectory=servers/materials-project",
"mcp-materials-project"
"mcp_materials_project"
],
"env": {
"MP_API_KEY": "${MP_API_KEY}"
Expand Down
2 changes: 0 additions & 2 deletions mcp-registry/servers/txyz-search.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
"type": "uvx",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/pathintegral-institute/mcp.science#subdirectory=servers/txyz-search",
"mcp-txyz-search"
],
"env": {
Expand Down
4 changes: 1 addition & 3 deletions mcp-registry/servers/web-fetch.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
"type": "uvx",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/pathintegral-institute/mcp.science#subdirectory=servers/web-fetch",
"mcp-web-fetch"
"mcp_web_fetch"
],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: Fix incorrect CLI executable name

Suggested change
"args": [
"--from",
"git+https://github.com/pathintegral-institute/mcp.science#subdirectory=servers/web-fetch",
"mcp-web-fetch"
"mcp_web_fetch"
],
"args": [
"mcp-web-fetch"
],

"description": "Run using uv (recommended)"
},
Expand Down