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 798ea8a commit 6e944cfCopy full SHA for 6e944cf
src/huggingface_hub/inference/_mcp/constants.py
@@ -16,21 +16,17 @@
16
"servers": [
17
{
18
"type": "stdio",
19
- "config": {
20
- "command": "npx",
21
- "args": [
22
- "-y",
23
- "@modelcontextprotocol/server-filesystem",
24
- str(Path.home() / ("Desktop" if sys.platform == "darwin" else "")),
25
- ],
26
- },
+ "command": "npx",
+ "args": [
+ "-y",
+ "@modelcontextprotocol/server-filesystem",
+ str(Path.home() / ("Desktop" if sys.platform == "darwin" else "")),
+ ],
27
},
28
29
30
31
32
- "args": ["@playwright/mcp@latest"],
33
+ "args": ["@playwright/mcp@latest"],
34
35
],
36
}
0 commit comments