@coinbase/cds-mcp-server 8.13.1 → 8.13.2

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 ADDED
@@ -0,0 +1,41 @@
1
+ # @coinbase/cds-mcp-server
2
+
3
+ > [NPM registry](https://www.npmjs.com/package/@coinbase/cds-mcp-server)
4
+
5
+ All notable changes to this project will be documented in this file.
6
+
7
+ `@coinbase/cds-mcp-server` adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
+
9
+ <!-- template-start -->
10
+
11
+ ## 8.13.2 (10/1/2025 PST)
12
+
13
+ #### 🐞 Fixes
14
+
15
+ - Update links for new repo. [[#42](https://github.com/coinbase/cds/pull/42)]
16
+
17
+ #### 📘 Misc
18
+
19
+ - Update analytics event types.
20
+
21
+ ## 8.13.1 ((9/26/2025, 01:47 PM PST))
22
+
23
+ This is an artificial version bump with no new change.
24
+
25
+ ## 8.13.0 ((9/25/2025, 11:04 AM PST))
26
+
27
+ This is an artificial version bump with no new change.
28
+
29
+ ## 8.12.2 ((9/25/2025, 10:10 AM PST))
30
+
31
+ This is an artificial version bump with no new change.
32
+
33
+ ## 8.12.1 (9/24/2025 PST)
34
+
35
+ #### 🐞 Fixes
36
+
37
+ - Fix MCP docs path.
38
+
39
+ ## 8.12.0 (9/18/2025 PST)
40
+
41
+ - Prepare for open source release.
@@ -4,11 +4,14 @@
4
4
  */
5
5
  type CdsEventType = 'cdsCli' | 'cdsMcp' | 'cdsDocs';
6
6
  type CdsEventData = {
7
- version: string;
8
- command: string;
9
- arguments?: string;
10
- context?: string;
7
+ version: string;
8
+ command: string;
9
+ arguments?: string;
10
+ context?: string;
11
11
  };
12
- export declare function postMetric(eventType: CdsEventType, data: Omit<CdsEventData, 'version'>): void;
12
+ export declare function postMetric(
13
+ eventType: CdsEventType,
14
+ data: Omit<CdsEventData, 'version'>,
15
+ ): void;
13
16
  export {};
14
- //# sourceMappingURL=analytics.d.ts.map
17
+ //# sourceMappingURL=analytics.d.ts.map
package/dts/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export {};
2
- //# sourceMappingURL=index.d.ts.map
2
+ //# sourceMappingURL=index.d.ts.map
package/dts/server.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
  export {};
3
- //# sourceMappingURL=server.d.ts.map
3
+ //# sourceMappingURL=server.d.ts.map
package/dts/setup.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
  export {};
3
- //# sourceMappingURL=setup.d.ts.map
3
+ //# sourceMappingURL=setup.d.ts.map
package/esm/cds.mdc CHANGED
@@ -3,7 +3,7 @@ description:
3
3
  globs: *.tsx,*.jsx
4
4
  alwaysApply: false
5
5
  ---
6
- source: https://github.com/coinbase/cds-staging/blob/master/packages/mcp-server/src/cds.mdc
6
+ source: https://github.com/coinbase/cds/blob/master/packages/mcp-server/src/cds.mdc
7
7
 
8
8
  # CDS Component Priority Rules
9
9
 
package/esm/server.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@coinbase/cds-mcp-server",
3
- "version": "8.13.1",
3
+ "version": "8.13.2",
4
4
  "description": "Coinbase Design System - MCP Server",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git@github.com:coinbase/cds-staging.git",
7
+ "url": "git@github.com:coinbase/cds.git",
8
8
  "directory": "packages/mcp-server"
9
9
  },
10
10
  "type": "module",
@@ -44,4 +44,4 @@
44
44
  "@babel/preset-react": "^7.27.1",
45
45
  "@babel/preset-typescript": "^7.27.1"
46
46
  }
47
- }
47
+ }