Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ba7d4bc248 | |||
| 29d6463f7c |
+19
-2
@@ -27,9 +27,26 @@
|
||||
"/home/pplate/pi_mcps/mcp/webscraper",
|
||||
"src/server.py"
|
||||
],
|
||||
"alwaysAllow": []
|
||||
},
|
||||
"gitea": {
|
||||
"command": "/home/pplate/.local/bin/forgejo-mcp",
|
||||
"args": [
|
||||
"stdio",
|
||||
"--server",
|
||||
"http://192.168.188.119:30008",
|
||||
"--token",
|
||||
"8bf0c734ebda3e61d9c9068489ce58a2bf8d33db"
|
||||
],
|
||||
"alwaysAllow": [
|
||||
"webscraper_fetch"
|
||||
"*"
|
||||
]
|
||||
},
|
||||
"playwright": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"@playwright/mcp@latest"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user