dswbx
1ef5bf7d15
fix: adjust mcp schema validation and add default path support
...
Updated `mcp.json` to enhance validation by supporting `anyOf` schema for `entity` properties and refined `role` typing. Introduced default `path` property for MCP system API and aligned build assets configuration accordingly.
2025-09-15 10:09:51 +02:00
dswbx
f231353228
bump version to 0.17.2-rc.1
2025-09-15 09:31:01 +02:00
dswbx
d2de642c17
fix: update build config and improve e2e adapter handling
...
Added dynamic inclusion of dependencies as external packages and switched build platform to browser. Streamlined e2e adapter test setup, improved type safety, and standardized console output for better clarity.
2025-09-15 09:25:32 +02:00
dswbx
50c5383138
Merge pull request #257 from bknd-io/fix/postgres-0.17-updates
...
postgres: bump 0.17.1 and improve custom connection API
2025-09-14 17:10:32 +02:00
dswbx
fff88a9237
Merge pull request #258 from bknd-io/fix/mcp-auth-and-insert
...
fix: handle numbered object conversion and update MCP tool URL
2025-09-14 17:09:55 +02:00
dswbx
0d79b19c66
Merge pull request #255 from bknd-io/fix/node-static-import
...
fix raw node execution by making sure import attributes stick on builds
2025-09-14 17:08:54 +02:00
dswbx
fea2812688
fix: handle numbered object conversion and update MCP tool URL
...
Add `convertNumberedObjectToArray` utility for handling numbered object to array conversion, addressing MCP tool allOf behavior. Adjust MCP tool URL in configuration and ensure default inspect options in development environment. Minor improvement in role enumeration handling for auth.
2025-09-14 17:03:23 +02:00
dswbx
62368c691a
postgres: bump 0.17.1 and improve custom connection API
...
Aligned connection constructors to include an explicit name parameter, updated documentation, and streamlined connection methods for consistency. Adjusted dependencies and cleaned unused references.
2025-09-14 16:01:37 +02:00
dswbx
a7f6d45ca9
fix raw node execution by making sure import attributes stick on builds
2025-09-14 13:43:45 +02:00
anton
e6ef7d9ff4
Add UUID validation utility
...
Add uuidValidate function to validate UUID strings and check their version.
Supports validation for v4 and v7 UUIDs using the uuid library's validate
and version functions.
2025-09-08 05:06:42 +02:00
dswbx
734235c798
cloudflare: fix missing serve export
2025-09-05 09:17:08 +02:00
dswbx
c9773d49a6
bump 0.17.1
2025-09-03 17:17:26 +02:00
dswbx
c9fb497c2d
Merge pull request #246 from bknd-io/fix/mobile-input-zoom
...
style: fix mobile zoom on input focus/blur
2025-09-03 17:03:14 +02:00
dswbx
847f75b725
docs: update cloudflare imports
2025-09-03 17:00:24 +02:00
dswbx
8b4bf0d94a
style: fix mobile zoom on input focus/blur
2025-09-03 08:28:27 +02:00
dswbx
bf521e2931
cloudflare: fixing multiple instances competing with configuration state by always serving fresh
2025-09-03 07:54:40 +02:00
dswbx
7ee07adc70
v0.17.0
2025-08-30 14:20:25 +02:00
dswbx
4591631d3c
fix e2e tests by forcely setting to be used db
2025-08-30 14:11:08 +02:00
dswbx
5a27c41516
mcp: fix tests changing new default mcp endpoint
2025-08-30 14:08:20 +02:00
dswbx
24eefa5357
mcp: added path config, register at /api path by default to work with frameworks
2025-08-30 14:06:13 +02:00
dswbx
d898018b49
mcp ui: add copy on history
2025-08-30 13:41:15 +02:00
dswbx
09fdde1c5b
fix mcp auth, styling fixes
2025-08-30 13:31:48 +02:00
dswbx
fb0dbb9a51
fix system mcp notification console
2025-08-30 11:19:26 +02:00
dswbx
81f578895e
bump version, fix cloudflare export
2025-08-30 10:20:07 +02:00
dswbx
2de12674d9
docs: mcp ( #243 )
...
* added mcp documentation
* added mcp docs
2025-08-30 10:15:56 +02:00
dswbx
5ed1cf19b6
docs: plugins, cloudflare, sdk, elements, database ( #240 )
...
* docs: added plugins docs, updated cloudflare docs
* updated cli help text
* added `systemEntity` and added docs on how to work with system entities
* docs: added defaults to cloudflare image plugin
* docs: updated sdk and elements
2025-08-29 12:50:23 +02:00
dswbx
c04ad89a86
cli: align config aware commands options
2025-08-29 09:40:27 +02:00
dswbx
93019827b0
cli: updated config to get config from app, added sync command ( #241 )
...
* cli: updated config to get config from app, added sync command
* updated command description
2025-08-29 08:40:14 +02:00
dswbx
9436b8bac5
cloudflare: enable fs with @cloudflare/vite-plugin ( #239 )
...
* init dev vite write plugin
* reorganized cf proxy, fixed dev write
2025-08-29 06:44:20 +02:00
dswbx
8f471a29b0
json viewer: updated size display
2025-08-28 19:35:32 +02:00
dswbx
dcf88cf587
mcp: improve auth id type + styling fixes
2025-08-21 10:58:31 +02:00
dswbx
bc1ab0f6d3
mcp: sorting tools, fixed cloudflare example, fixed some styling
2025-08-20 18:26:48 +02:00
dswbx
8ec03afbe8
fix mcp ui heights
2025-08-20 15:45:03 +02:00
dswbx
5c28511fe6
added getMcpClient to app
2025-08-15 10:27:05 +02:00
dswbx
deb8aacca4
added mcp ui as tool
2025-08-15 10:12:09 +02:00
dswbx
aafd333d12
fix form isRequired utils and test
2025-08-14 16:56:12 +02:00
dswbx
9e0eaf42e5
fix jsonv-ts version
2025-08-14 16:52:22 +02:00
dswbx
63254de13a
added a simple mcp ui in tests
2025-08-14 16:49:31 +02:00
dswbx
9ac5fa03c6
optimized performance
2025-08-14 10:05:15 +02:00
dswbx
70f0240da5
mcp: added auth tests, updated data tests
2025-08-12 22:13:09 +02:00
dswbx
a6ed74d904
added mcp tests for media
2025-08-12 20:57:13 +02:00
dswbx
bd3d2ea900
added data mcp tests
2025-08-12 20:22:38 +02:00
dswbx
871cec9251
Merge remote-tracking branch 'origin/release/0.17' into feat/mcp
...
# Conflicts:
# app/src/data/AppData.ts
# app/src/data/server/query.ts
# examples/cloudflare-worker/src/index.ts
2025-08-12 16:17:26 +02:00
dswbx
97d6af3792
cleaned up left over bknd/utils imports ( #235 )
2025-08-12 16:12:10 +02:00
dswbx
725a2d453a
adapter(cf): fix exports and type name for do db ( #232 )
2025-08-12 15:30:45 +02:00
dswbx
375d2c205f
adapter(cloudflare): removed durable mode, added withPlatformProxy ( #233 )
...
* removed `durable` mode as it requires an import from "cloudflare:" that often fails in non-cf environments
* remove worker configuration types
* add `withPlatformProxy`
* withPlatformProxy: make configuration optional
2025-08-12 15:29:09 +02:00
dswbx
f40ea0ec5b
init mcp data tests, added crud for $record
2025-08-12 12:55:14 +02:00
dswbx
1e8c373dd4
added mcp server tests
2025-08-12 09:17:38 +02:00
dswbx
2e145bbf95
init mcp tools test
2025-08-12 08:51:32 +02:00
dswbx
822e6fd644
fix tools when auth is disabled + log notifications to console
2025-08-09 15:07:20 +02:00