Skip to content

Commit ec3a2d5

Browse files
chore: update mcp-science servers to pypi package (#250)
* chore: update mcp-science servers to pypi package * Update mcp-registry/servers/materials-project.json Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com> * fix: revert mcp project * chore: update with mcp-science sub command --------- Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>
1 parent cdc3f14 commit ec3a2d5

File tree

7 files changed

+15
-21
lines changed

7 files changed

+15
-21
lines changed

mcp-registry/servers/materials-project.json

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

mcp-registry/servers/mathematica-check.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
"type": "uvx",
2121
"command": "uvx",
2222
"args": [
23-
"--from",
24-
"git+https://github.com/pathintegral-institute/mcp.science#subdirectory=servers/mathematica-check",
25-
"mcp-mathematica-check"
23+
"mcp-science",
24+
"mathematica-check"
2625
],
2726
"env": {},
2827
"description": "Run server using uv"

mcp-registry/servers/nemad.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
}
3939
],
4040
"installations": {
41-
"python": {
42-
"type": "python",
41+
"uvx": {
42+
"type": "uvx",
4343
"command": "uvx",
4444
"args": ["mcp-science", "nemad"],
4545
"env": {

mcp-registry/servers/python-code-execution.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
"type": "uvx",
2222
"command": "uvx",
2323
"args": [
24-
"--from",
25-
"git+https://github.com/pathintegral-institute/mcp.science@main#subdirectory=servers/python-code-execution",
26-
"mcp-python-code-execution"
24+
"mcp-science",
25+
"python-code-execution"
2726
],
2827
"description": "Run using uv (recommended)"
2928
}

mcp-registry/servers/ssh-exec.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@
6868
"type": "uvx",
6969
"command": "uvx",
7070
"args": [
71-
"--from",
72-
"git+https://github.com/pathintegral-institute/mcp.science#subdirectory=servers/ssh-exec",
73-
"mcp-ssh-exec"
71+
"mcp-science",
72+
"ssh-exec"
7473
],
7574
"env": {
7675
"SSH_HOST": "${SSH_HOST}",

mcp-registry/servers/txyz-search.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@
4646
"type": "uvx",
4747
"command": "uvx",
4848
"args": [
49-
"--from",
50-
"git+https://github.com/pathintegral-institute/mcp.science#subdirectory=servers/txyz-search",
51-
"mcp-txyz-search"
49+
"mcp-science",
50+
"txyz-search"
5251
],
5352
"env": {
5453
"TXYZ_API_KEY": "${TXYZ_API_KEY}"

mcp-registry/servers/web-fetch.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@
3030
"type": "uvx",
3131
"command": "uvx",
3232
"args": [
33-
"--from",
34-
"git+https://github.com/pathintegral-institute/mcp.science#subdirectory=servers/web-fetch",
35-
"mcp-web-fetch"
33+
"mcp-science",
34+
"web-fetch"
3635
],
3736
"description": "Run using uv (recommended)"
3837
},

0 commit comments

Comments
 (0)