arcade-mcp/libs/arcade-mcp-server/arcade_mcp_server
jottakka 178c194ef2
[TOO-192] Update tdk to add figma typed oauth (#711)
Closes TOO-192

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Adds a Figma OAuth2 auth provider and wires it through TDK and MCP
server, with tests updated and package versions bumped.
> 
> - **Auth**:
> - Add `Figma` OAuth2 provider in
`libs/arcade-core/arcade_core/auth.py`.
> - **Exports**:
> - Expose `Figma` in
`libs/arcade-mcp-server/arcade_mcp_server/auth/__init__.py` and
`libs/arcade-tdk/arcade_tdk/auth/__init__.py` (`__all__`).
> - **Tests**:
> - Add Figma auth requirement test case in
`libs/tests/tool/test_create_tool_definition.py` and import `Figma`.
> - **Versioning**:
>   - Bump `arcade-mcp-server` to `1.10.2` and `arcade-tdk` to `3.2.0`.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
2bacfdc5695b3e7fc5e4532dbd360c3b2263130e. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

---------

Co-authored-by: Francisco Liberal <francisco@arcade.dev>
2025-12-05 16:38:12 -03:00
..
auth [TOO-192] Update tdk to add figma typed oauth (#711) 2025-12-05 16:38:12 -03:00
fastapi Local MCP Fixes and Address General Feedback (#586) 2025-09-29 16:00:47 -07:00
managers Rename _meta requirements field to arcade_requirements (#616) 2025-10-14 19:01:05 -07:00
middleware MCP Local (#563) 2025-09-25 15:28:15 -07:00
transports Fix MCP capabilities, examples, tests, and more (#657) 2025-10-30 11:59:00 -07:00
usage Fix race condition (#676) 2025-11-04 15:40:47 -08:00
__init__.py MCP Local (#563) 2025-09-25 15:28:15 -07:00
__main__.py Don't display tool names in catalog on arcade_mcp_server startup 2025-12-01 11:04:31 -08:00
context.py Fix MCP capabilities, examples, tests, and more (#657) 2025-10-30 11:59:00 -07:00
convert.py Rename _meta requirements field to arcade_requirements (#616) 2025-10-14 19:01:05 -07:00
exceptions.py Re-import arcade_core errors into arcade_mcp_server (#620) 2025-10-13 17:48:54 -07:00
lifespan.py MCP Local (#563) 2025-09-25 15:28:15 -07:00
mcp_app.py Worker Stability (#688) 2025-11-20 11:13:41 -08:00
server.py Track whether a tool call event happened (#661) 2025-10-30 13:19:46 -07:00
session.py Fix MCP capabilities, examples, tests, and more (#657) 2025-10-30 11:59:00 -07:00
settings.py Only serve worker endpoints if secret is set (#691) 2025-11-24 14:39:14 -08:00
types.py MCP Local (#563) 2025-09-25 15:28:15 -07:00
worker.py Only serve worker endpoints if secret is set (#691) 2025-11-24 14:39:14 -08:00