scra

Results 20 issues of scra

## Definition of Done ### General - [ ] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org) - [ ] Test manually the implemented changes -...

## Definition of Done ### General - [ ] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org) - [ ] Test manually the implemented changes -...

## Definition of Done ### General - [ ] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org) - [ ] Test manually the implemented changes -...

## Summary - Add `schemas.ts` with Zod schemas for runtime route validation - Validate `dispatchBody` (ai-query route) - requires `messages` array with at least one message - Validate `invokeRemoteToolBody` -...

## Summary - Add `ServerRemoteTool` for server-side tools (`sourceType: 'server'`) - Extract tool building logic into `ServerRemoteToolBuilder` - Update `RemoteTools` to use `ServerRemoteToolBuilder` - Update router types This prepares the...

## Summary - Make `RemoteTool` an abstract base class with `sourceType` as a property - Add `McpServerRemoteTool` for MCP server tools (`sourceType: 'mcp-server'`) - Add `ServerRemoteTool` for server-side tools (`sourceType:...

## Summary - Add `withDefaultImplementation` function that wraps partial `ForestAdminServerInterface` with a Proxy - Methods not implemented in the custom interface will fallback to `ForestHttpApi` default implementation - `buildApplicationServices` now...

…ngoTypes Sometimes MongoDB driver returns ObjectId instances that don't pass `instanceof Types.ObjectId` checks due to different BSON module versions being loaded. These objects have a `_bsontype: 'ObjectId'` property. This fix...

## Definition of Done ### General - [ ] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org) - [ ] Test manually the implemented changes -...

## Summary Add MCP tools for working with Forest Admin actions: ### getActionForm - Load form fields for an action with dynamic form support - Shows field types, options, validation,...