Skip to content

Commit e3d39ee

Browse files
committed
add tiny comment
1 parent f18d904 commit e3d39ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mcp-client/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const SERVERS: StdioServerParameters[] = [
2626
if (process.env.EXPERIMENTAL_HF_MCP_SERVER) {
2727
SERVERS.push({
2828
// Early version of a HF-MCP server
29+
// you can download it from gist.github.com/julien-c/0500ba922e1b38f2dc30447fb81f7dc6
2930
command: "node",
3031
args: ["--disable-warning=ExperimentalWarning", join(homedir(), "Desktop/hf-mcp/index.ts")],
3132
env: {

0 commit comments

Comments
 (0)