arcade-mcp/libs/arcade-cli/arcade_cli
Eric Gustin 66a126bba5
Disallow executing auth/secret tools for unauthenticated servers using HTTP transport (#641)
## PR Description
This PR tackles 3 things:
1. At tool execution runtime, blocks local HTTP servers from executing
tools that have `requires_auth` or `requires_secrets`
2. Make `stdio` the default transport in various locations
3. Improve the `arcade configure` CLI command


<img width="1408" height="1194" alt="image"
src="https://github.com/user-attachments/assets/badf1b55-ec7d-4741-89f5-4b5fee294890"
/>
<img width="3034" height="906" alt="image"
src="https://github.com/user-attachments/assets/aea528c5-4ea6-4eed-b5d7-f946626e58a7"
/>

---------

Co-authored-by: Evan Tahler <evantahler@gmail.com>
2025-10-22 13:14:46 -07:00
..
templates Disallow executing auth/secret tools for unauthenticated servers using HTTP transport (#641) 2025-10-22 13:14:46 -07:00
usage CLI Usage (#593) 2025-10-03 10:15:08 -07:00
__init__.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
authn.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
config.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
configure.py Disallow executing auth/secret tools for unauthenticated servers using HTTP transport (#641) 2025-10-22 13:14:46 -07:00
constants.py CLI Usage (#593) 2025-10-03 10:15:08 -07:00
deploy.py arcade deploy for MCP Servers (#618) 2025-10-16 09:00:10 -07:00
display.py MCP Local (#563) 2025-09-25 15:28:15 -07:00
main.py Disallow executing auth/secret tools for unauthenticated servers using HTTP transport (#641) 2025-10-22 13:14:46 -07:00
new.py Disallow executing auth/secret tools for unauthenticated servers using HTTP transport (#641) 2025-10-22 13:14:46 -07:00
secret.py CLI Usage (#593) 2025-10-03 10:15:08 -07:00
show.py CLI Usage (#593) 2025-10-03 10:15:08 -07:00
utils.py CLI Usage (#593) 2025-10-03 10:15:08 -07:00
worker.py CLI Usage (#593) 2025-10-03 10:15:08 -07:00