Skip to content

Commit 0c7b330

Browse files
chore: daily sync of plugin metadata and READMEs [automated]
1 parent dd75b76 commit 0c7b330

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

plugins/advanced-alchemy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ maintainers:
1515
compatibility:
1616
litestar: '>=2.0.0'
1717
icon: advanced-alchemy.png
18-
stars: 774
19-
monthly_downloads: 413071
18+
stars: 775
19+
monthly_downloads: 440702
2020
latest_version: 1.11.0
2121
updated_at: '2026-05-31T18:14:26'
2222
created_at: '2023-09-17T17:39:42'

plugins/litestar-asyncpg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ compatibility:
1616
litestar: '>=2.0.0'
1717
icon: litestar-asyncpg.svg
1818
stars: 14
19-
monthly_downloads: 884
19+
monthly_downloads: 911
2020
latest_version: 0.5.0
2121
updated_at: '2025-06-24T16:45:09'
2222
created_at: '2023-10-01T23:31:27'

plugins/litestar-granian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ compatibility:
1616
litestar: '>=2.0.0'
1717
icon: litestar-granian.png
1818
stars: 42
19-
monthly_downloads: 65575
19+
monthly_downloads: 66018
2020
latest_version: 0.15.0
2121
updated_at: '2026-04-18T23:15:31'
2222
created_at: '2023-10-02T01:42:04'

plugins/sqlspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ compatibility:
1616
litestar: '>=2.0.0'
1717
icon: _default_icon.svg
1818
stars: 76
19-
monthly_downloads: 10882
19+
monthly_downloads: 10749
2020
latest_version: 0.48.2
2121
updated_at: '2026-05-28T15:34:25'
2222
created_at: '2024-10-30T00:48:46'

readmes/litestar-mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Once configured, your application exposes these MCP-compatible endpoints:
141141
- `GET /mcp` - Server-Sent Events stream when `Accept: text/event-stream` is provided
142142
- `POST /mcp` - JSON-RPC endpoint for `initialize`, `ping`, `tools/*`, `resources/*`, and optional task methods
143143
- `GET /.well-known/mcp-server.json` - MCP server manifest
144-
- `GET /.well-known/agent-card.json` - Agent card metadata
144+
- `GET /.well-known/agent-card.json` - Agent metadata card
145145
- `GET /.well-known/oauth-protected-resource` - OAuth protected resource metadata when auth is configured
146146

147147
**Built-in Resources:**

readmes/litestar-vite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Litestar Vite connects the Litestar backend to a Vite toolchain. It supports SPA
44

55
## Features
66

7-
- One-port dev: proxies Vite HTTP + WS/HMR through Litestar by default; switch to two-port with `VITE_PROXY_MODE=direct`.
7+
- One-port dev: proxies Vite HTTP + WS/HMR through Litestar on a single ASGI port by default.
88
- Framework-mode support: use `mode="framework"` (alias `mode="ssr"`) for Astro, Nuxt, and SvelteKit. Litestar proxies everything except your API routes.
99
- Production assets: reads the Vite manifest from `public/manifest.json` (configurable) and serves under `asset_url`.
1010
- Type-safe frontends: optional OpenAPI/routes export plus `@hey-api/openapi-ts` via the Vite plugin.

0 commit comments

Comments
 (0)