pull/715/head
Travis Fischer 2025-05-30 02:48:26 +07:00
rodzic 22d389f759
commit 9061e99872
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -123,7 +123,7 @@ export const toolConfigSchema = z
* @example * @example
* { * {
* "free": { * "free": {
* "disabled": true * "enabled": false
* } * }
* } * }
*/ */

Wyświetl plik

@ -30,7 +30,6 @@
- consider switching to [consola](https://github.com/unjs/consola) for logging? - consider switching to [consola](https://github.com/unjs/consola) for logging?
- consider switching to `bun` (for `--hot` reloading!!) - consider switching to `bun` (for `--hot` reloading!!)
- consider `projectName` and `projectSlug` or `projectIdentifier`? - consider `projectName` and `projectSlug` or `projectIdentifier`?
- not sure I like the duplication between client and server AgenticProjectConfig and ResolvedAgenticProjectConfig, especially for openapi and mcp processing
## License ## License