Skip to content

Commit 22321f0

Browse files
fix get-me
1 parent 1f43410 commit 22321f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/get-me

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
echo '{"jsonrpc":"2.0","id":3,"params":{"name":"get_me"},"method":"tools/call"}' | go run cmd/server/main.go stdio | jq .
3+
echo '{"jsonrpc":"2.0","id":3,"params":{"name":"get_me"},"method":"tools/call"}' | go run cmd/github-mcp-server/main.go stdio | jq .

0 commit comments

Comments
 (0)