From 8446d1405ed741f7ee4adf421f9fb6adef23f505 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 29 Jun 2025 08:37:06 -0500 Subject: [PATCH] feat: add missing zod peer dep to @agentic/platform-tool-client --- docs/marketplace/index.mdx | 4 ++++ packages/tool-client/package.json | 3 ++- pnpm-lock.yaml | 3 +++ todo.md | 1 + 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/marketplace/index.mdx b/docs/marketplace/index.mdx index 65608cf8..ff524f18 100644 --- a/docs/marketplace/index.mdx +++ b/docs/marketplace/index.mdx @@ -63,6 +63,10 @@ description: A quick start on how to use tools from Agentic's marketplace. +## MCP Clients + +_MCP client docs are coming soon..._ + ## Python AI SDKs _Python docs are coming soon..._ diff --git a/packages/tool-client/package.json b/packages/tool-client/package.json index d3671f47..a9182263 100644 --- a/packages/tool-client/package.json +++ b/packages/tool-client/package.json @@ -31,7 +31,8 @@ "@agentic/platform-core": "workspace:*", "@agentic/platform-types": "workspace:*", "@agentic/platform-validators": "workspace:*", - "ky": "catalog:" + "ky": "catalog:", + "zod": "catalog:" }, "publishConfig": { "access": "public", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b2f3dec4..20bc5ad8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1396,6 +1396,9 @@ importers: ky: specifier: 'catalog:' version: 1.8.1 + zod: + specifier: 'catalog:' + version: 3.25.67 packages/types: dependencies: diff --git a/todo.md b/todo.md index 809ec9f1..a35da49c 100644 --- a/todo.md +++ b/todo.md @@ -34,6 +34,7 @@ - maybe default `strict` to `false` in `createAIFunction` for now? - also add `@agentic/json-schema` to `createJsonSchema` parsing instead of current no-op - add support to `@agentic/platform-tool-client` for +- double check example usage for all TS sdks ## TODO: Post-MVP