Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/s2-docs-mcp-initial-release.md

This file was deleted.

15 changes: 15 additions & 0 deletions tools/s2-docs-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tools/s2-docs-mcp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down