arcade-mcp/libs/arcade-mcp-server/arcade_mcp_server
Eric Gustin 25dabbe75f
Inform type checkers that arcade_mcp_server has inline type annotations (#720)
Other packages that depend on `arcade_mcp_server` will now be able to
use the type information that `arcade_mcp_server` provides

Avoids mypy errors like the following:
`arcade_google_drive/tools/folders.py:12: error: Argument 1 to
"create_folder" becomes "Any" due to an unfollowed import
[no-any-unimported]`

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Add `arcade_mcp_server/py.typed` to expose inline type hints and bump
package version to 1.11.2.
> 
> - **Types**:
> - Add `arcade_mcp_server/py.typed` to publish inline type hints to
dependents.
> - **Packaging**:
> - Bump `version` in `libs/arcade-mcp-server/pyproject.toml` from
`1.11.1` to `1.11.2`.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
f566b0acddc9174411896a01d03018cd34cf95cb. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
2025-12-09 15:35:15 -08: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 Add startup warnings for missing secrets (#712) 2025-12-05 13:39:04 -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
logging_utils.py Add startup warnings for missing secrets (#712) 2025-12-05 13:39:04 -08:00
mcp_app.py Add startup warnings for missing secrets (#712) 2025-12-05 13:39:04 -08:00
py.typed Inform type checkers that arcade_mcp_server has inline type annotations (#720) 2025-12-09 15:35:15 -08:00
server.py Add startup warnings for missing secrets (#712) 2025-12-05 13:39:04 -08: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