@atlaskit/ads-mcp 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/ads-mcp
2
2
 
3
+ ## 0.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.8.2
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -129,16 +129,17 @@ const fixes = await suggest_a11y_fixes({
129
129
 
130
130
  ### For AFM Users (internal Atlassians only)
131
131
 
132
- If you are working in the AFM root folder or any of the main product folders (`platform/`, `jira/`, `confluence/`,
133
- `post-office/`, `confluence/`, or `townsquare/`), ads-mcp is pre-configured and ready to use with
134
- supported tools like Cursor, VSCode (Copilot/Codelassian), and Rovodev.
132
+ If you are working in the AFM root folder or any of the main product folders (`platform/`, `jira/`,
133
+ `confluence/`, `post-office/`, `confluence/`, or `townsquare/`), ads-mcp is pre-configured and ready
134
+ to use with supported tools like Cursor, VSCode (Copilot/Codelassian), and Rovodev.
135
135
 
136
- For most users, ads-mcp is pre-configured in AFM, but you may need to manually enable it in
137
- Cursor or Copilot. Rovodev users get ads-mcp enabled automatically anywhere within AFM. For other
138
- tools, make sure you are running them from the AFM root or one of the main product folders to access
136
+ For most users, ads-mcp is pre-configured in AFM, but you may need to manually enable it in Cursor
137
+ or Copilot. Rovodev users get ads-mcp enabled automatically anywhere within AFM. For other tools,
138
+ make sure you are running them from the AFM root or one of the main product folders to access
139
139
  ads-mcp.
140
140
 
141
141
  ### For non-AFM Users
142
+
142
143
  #### Cursor IDE
143
144
 
144
145
  Add the following entry to your `mcp.json` file (located at `~/.cursor/mcp.json` for user-level or
@@ -252,7 +253,8 @@ The ADS MCP server supports several environment variables, mainly for analytics
252
253
  improve the service. These variables enable platform identification, specification of configuration
253
254
  paths, and opting out of analytics collection if needed.
254
255
 
255
- > **Note:** All environment variables are optional. The MCP server will work without any of them set.
256
+ > **Note:** All environment variables are optional. The MCP server will work without any of them
257
+ > set.
256
258
 
257
259
  - `ADSMCP_AGENT` - Identifies the AI agent/platform using the MCP server. Supported values:
258
260
  - `cursor` - Cursor editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/ads-mcp",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "The official Atlassian Design System MCP server to develop apps and user interfaces matching the Atlassian style.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -26,7 +26,7 @@
26
26
  "atlaskit:src": "src/index.tsx",
27
27
  "dependencies": {
28
28
  "@atlaskit/icon": "^28.5.0",
29
- "@atlaskit/tokens": "^7.1.0",
29
+ "@atlaskit/tokens": "^8.0.0",
30
30
  "@axe-core/playwright": "^4.8.0",
31
31
  "@axe-core/puppeteer": "^4.7.3",
32
32
  "@babel/runtime": "^7.0.0",