This repository may not be an MCP server
We could not detect MCP SDK imports or tool registrations.
Using sudo in scripts escalates privileges and may allow unintended system-wide modifications.
sudo apt-get update && sudo apt-get install -y jq
Remove sudo usage. Run processes with the minimum required privileges.
Using sudo in scripts escalates privileges and may allow unintended system-wide modifications.
sudo apt-get update && sudo apt-get install -y jq
Remove sudo usage. Run processes with the minimum required privileges.
Using sudo in scripts escalates privileges and may allow unintended system-wide modifications.
sudo mv mcp-publisher /usr/local/bin/
Remove sudo usage. Run processes with the minimum required privileges.