We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18d904 commit e3d39eeCopy full SHA for e3d39ee
packages/mcp-client/cli.ts
@@ -26,6 +26,7 @@ const SERVERS: StdioServerParameters[] = [
26
if (process.env.EXPERIMENTAL_HF_MCP_SERVER) {
27
SERVERS.push({
28
// Early version of a HF-MCP server
29
+ // you can download it from gist.github.com/julien-c/0500ba922e1b38f2dc30447fb81f7dc6
30
command: "node",
31
args: ["--disable-warning=ExperimentalWarning", join(homedir(), "Desktop/hf-mcp/index.ts")],
32
env: {
0 commit comments