arcade-mcp/arcade/tests
Nate Barbettini 75c6a2becf
arcade chat: allow overriding host, port, TLS (#31)
Adds:
- New options to `arcade chat`: `-h/--host`, `-p/--port`, and
`--tls/--notls`. This allows us to point `arcade chat` at a different
server than what's configured in `arcade.toml` which is very helpful for
debugging.
- Special case: if you do `-h localhost`, it will automatically use port
9099 and no TLS unless otherwise specified.
- Adds a non-fatal engine health check to `arcade chat` startup:

<img width="499" alt="image"
src="https://github.com/user-attachments/assets/b7fae29e-2f8d-4004-a27b-645b4cd997a8">
2024-09-10 09:25:05 -07:00
..
cli arcade chat: allow overriding host, port, TLS (#31) 2024-09-10 09:25:05 -07:00
client arcade chat: allow overriding host, port, TLS (#31) 2024-09-10 09:25:05 -07:00
core Pass ToolContext and CLI cleanup (#13) 2024-08-13 15:40:08 -07:00
sdk Add ToolContext and OAuth tool support (#10) 2024-08-02 11:25:08 -07:00
tool gmail: search_emails_by_header tool (#28) 2024-08-30 15:29:02 -07:00
utils Refactor into library approach (#7) 2024-07-23 16:26:54 -07:00
__init__.py Tool SDK, Schemas (#2) 2024-07-14 23:37:46 -07:00