Skip to content

Commit 7651b02

Browse files
Change name of crates and binary to align with repo (#48)
1 parent eafd516 commit 7651b02

40 files changed

+216
-257
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
purge-primary-key: never
9797
gc-max-store-size: 5G
9898
- name: Build
99-
run: nix build .#mcp-apollo-server
99+
run: nix build .#apollo-mcp-server
100100

101101
test:
102102
name: Run Tests

.vscode/launch.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"runtimeArgs": [
1010
"run",
1111
"--bin",
12-
"mcp-apollo-server",
12+
"apollo-mcp-server",
1313
"--",
1414
"-i",
1515
"--directory",
@@ -37,11 +37,11 @@
3737
"cargo": {
3838
"args": [
3939
"build",
40-
"--bin=mcp-apollo-server",
40+
"--bin=apollo-mcp-server",
4141
"--lib"
4242
],
4343
"filter": {
44-
"name": "mcp-apollo-server",
44+
"name": "apollo-mcp-server",
4545
"kind": "bin"
4646
}
4747
},

0 commit comments

Comments
 (0)