diff --git a/docs/publishing/guides/existing-mcp-server.mdx b/docs/publishing/guides/existing-mcp-server.mdx index b15cf019..e10c8d0f 100644 --- a/docs/publishing/guides/existing-mcp-server.mdx +++ b/docs/publishing/guides/existing-mcp-server.mdx @@ -108,6 +108,7 @@ Create an `agentic.config.json` file in the root of your project's source. ```json agentic.config.json { + "$schema": "https://agentic.so/schema.json", "name": "", "description": "", "origin": { diff --git a/docs/publishing/guides/existing-openapi-service.mdx b/docs/publishing/guides/existing-openapi-service.mdx index a4166d38..d41f448c 100644 --- a/docs/publishing/guides/existing-openapi-service.mdx +++ b/docs/publishing/guides/existing-openapi-service.mdx @@ -109,6 +109,7 @@ Create an `agentic.config.json` file in the root of your project's source. ```json agentic.config.json { + "$schema": "https://agentic.so/schema.json", "name": "", "description": "", "origin": {