@fragments-sdk/mcp 0.2.0 → 0.2.1

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/dist/index.js CHANGED
@@ -2,7 +2,8 @@ import { createRequire } from 'module'; const require = createRequire(import.met
2
2
  import {
3
3
  createMcpServer,
4
4
  startMcpServer
5
- } from "./chunk-EN6JMJFP.js";
5
+ } from "./chunk-RUZV6VLE.js";
6
+ import "./chunk-7OMNY6JX.js";
6
7
  export {
7
8
  createMcpServer,
8
9
  startMcpServer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fragments-sdk/mcp",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "MCP server for AI agent integration with Fragments",
5
5
  "type": "module",
6
6
  "bin": {
@@ -32,7 +32,13 @@
32
32
  "@fragments/service": "0.1.1"
33
33
  },
34
34
  "peerDependencies": {
35
- "typescript": "^5.0.0"
35
+ "typescript": "^5.0.0",
36
+ "playwright": "^1.40.0"
37
+ },
38
+ "peerDependenciesMeta": {
39
+ "playwright": {
40
+ "optional": true
41
+ }
36
42
  },
37
43
  "scripts": {
38
44
  "build": "tsup",