diff --git a/.changeset/s2-docs-mcp-initial-release.md b/.changeset/s2-docs-mcp-initial-release.md deleted file mode 100644 index 39e073e9..00000000 --- a/.changeset/s2-docs-mcp-initial-release.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@adobe/s2-docs-mcp": major ---- - -Initial release of S2 Docs MCP server and Spectrum 2 documentation. - -This adds comprehensive Spectrum 2 documentation to the monorepo: -- **102 markdown pages** with YAML frontmatter scraped from s2.spectrum.corp.adobe.com -- **MCP server** (`@adobe/s2-docs-mcp`) providing AI assistants with structured access to - S2 component docs via tools: list-s2-components, get-s2-component, search-s2-docs, - find-s2-component-by-use-case, get-s2-stats -- **Transform scripts** (`tools/s2-docs-transformer`) for maintaining frontmatter and scraping - workflow diff --git a/tools/s2-docs-mcp/CHANGELOG.md b/tools/s2-docs-mcp/CHANGELOG.md new file mode 100644 index 00000000..5e0fc4dd --- /dev/null +++ b/tools/s2-docs-mcp/CHANGELOG.md @@ -0,0 +1,15 @@ +# @adobe/s2-docs-mcp + +## 1.0.0 + +### Major Changes + +- [#697](https://github.com/adobe/spectrum-design-data/pull/697) [`d1a8659`](https://github.com/adobe/spectrum-design-data/commit/d1a865919459a294995cf1f64e07bc960ddbd493) Thanks [@GarthDB](https://github.com/GarthDB)! - Initial release of S2 Docs MCP server and Spectrum 2 documentation. + + This adds comprehensive Spectrum 2 documentation to the monorepo: + - **102 markdown pages** with YAML frontmatter scraped from s2.spectrum.corp.adobe.com + - **MCP server** (`@adobe/s2-docs-mcp`) providing AI assistants with structured access to + S2 component docs via tools: list-s2-components, get-s2-component, search-s2-docs, + find-s2-component-by-use-case, get-s2-stats + - **Transform scripts** (`tools/s2-docs-transformer`) for maintaining frontmatter and scraping + workflow diff --git a/tools/s2-docs-mcp/package.json b/tools/s2-docs-mcp/package.json index fb82d46c..f26c0ff2 100644 --- a/tools/s2-docs-mcp/package.json +++ b/tools/s2-docs-mcp/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/s2-docs-mcp", - "version": "0.0.0", + "version": "1.0.0", "description": "MCP server for Spectrum 2 documentation", "type": "module", "main": "./src/index.js",