|
1 | 1 | // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing |
2 | 2 |
|
3 | | -exports[`options defaults should return specific properties 1`] = ` |
| 3 | +exports[`options defaults should return specific properties: defaults 1`] = ` |
4 | 4 | { |
5 | | - "DEFAULT_OPTIONS": { |
6 | | - "contextPath": "/", |
7 | | - "docsHost": false, |
8 | | - "docsPath": "/documentation", |
9 | | - "http": { |
10 | | - "allowedHosts": [], |
11 | | - "allowedOrigins": [], |
12 | | - "host": "127.0.0.1", |
13 | | - "port": 8080, |
| 5 | + "contextPath": "/", |
| 6 | + "contextUrl": "file:///", |
| 7 | + "docsHost": false, |
| 8 | + "docsPath": "/documentation", |
| 9 | + "http": { |
| 10 | + "allowedHosts": [], |
| 11 | + "allowedOrigins": [], |
| 12 | + "host": "127.0.0.1", |
| 13 | + "port": 8080, |
| 14 | + }, |
| 15 | + "isHttp": false, |
| 16 | + "llmsFilesPath": "/llms-files", |
| 17 | + "logging": { |
| 18 | + "level": "info", |
| 19 | + "logger": "@patternfly/patternfly-mcp", |
| 20 | + "protocol": false, |
| 21 | + "stderr": false, |
| 22 | + "transport": "stdio", |
| 23 | + }, |
| 24 | + "name": "@patternfly/patternfly-mcp", |
| 25 | + "nodeVersion": 22, |
| 26 | + "pfExternal": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content", |
| 27 | + "pfExternalAccessibility": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content/accessibility", |
| 28 | + "pfExternalChartsDesign": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content/design-guidelines/charts", |
| 29 | + "pfExternalDesignComponents": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content/design-guidelines/components", |
| 30 | + "pfExternalDesignLayouts": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content/design-guidelines/layouts", |
| 31 | + "pfExternalExamplesCharts": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-charts/src/victory/components", |
| 32 | + "pfExternalExamplesComponents": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-core/src/components", |
| 33 | + "pfExternalExamplesLayouts": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-core/src/layouts", |
| 34 | + "pfExternalExamplesTable": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-table/src/components", |
| 35 | + "repoName": "patternfly-mcp", |
| 36 | + "resourceMemoOptions": { |
| 37 | + "default": { |
| 38 | + "cacheLimit": 3, |
14 | 39 | }, |
15 | | - "isHttp": false, |
16 | | - "llmsFilesPath": "/llms-files", |
17 | | - "logging": { |
18 | | - "level": "info", |
19 | | - "logger": "@patternfly/patternfly-mcp", |
20 | | - "protocol": false, |
21 | | - "stderr": false, |
22 | | - "transport": "stdio", |
| 40 | + "fetchUrl": { |
| 41 | + "cacheErrors": false, |
| 42 | + "cacheLimit": 100, |
| 43 | + "expire": 180000, |
23 | 44 | }, |
24 | | - "name": "@patternfly/patternfly-mcp", |
25 | | - "pfExternal": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content", |
26 | | - "pfExternalAccessibility": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content/accessibility", |
27 | | - "pfExternalChartsDesign": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content/design-guidelines/charts", |
28 | | - "pfExternalDesignComponents": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content/design-guidelines/components", |
29 | | - "pfExternalDesignLayouts": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content/design-guidelines/layouts", |
30 | | - "pfExternalExamplesCharts": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-charts/src/victory/components", |
31 | | - "pfExternalExamplesComponents": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-core/src/components", |
32 | | - "pfExternalExamplesLayouts": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-core/src/layouts", |
33 | | - "pfExternalExamplesTable": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-table/src/components", |
34 | | - "repoName": "patternfly-mcp", |
35 | | - "resourceMemoOptions": { |
36 | | - "default": { |
37 | | - "cacheLimit": 3, |
38 | | - }, |
39 | | - "fetchUrl": { |
40 | | - "cacheErrors": false, |
41 | | - "cacheLimit": 100, |
42 | | - "expire": 180000, |
43 | | - }, |
44 | | - "readFile": { |
45 | | - "cacheErrors": false, |
46 | | - "cacheLimit": 50, |
47 | | - "expire": 120000, |
48 | | - }, |
| 45 | + "readFile": { |
| 46 | + "cacheErrors": false, |
| 47 | + "cacheLimit": 50, |
| 48 | + "expire": 120000, |
49 | 49 | }, |
50 | | - "separator": " |
| 50 | + }, |
| 51 | + "separator": " |
51 | 52 |
|
52 | 53 | --- |
53 | 54 |
|
54 | 55 | ", |
55 | | - "toolMemoOptions": { |
56 | | - "fetchDocs": { |
57 | | - "cacheErrors": false, |
58 | | - "cacheLimit": 15, |
59 | | - "expire": 60000, |
60 | | - }, |
61 | | - "usePatternFlyDocs": { |
62 | | - "cacheErrors": false, |
63 | | - "cacheLimit": 10, |
64 | | - "expire": 60000, |
65 | | - }, |
| 56 | + "toolMemoOptions": { |
| 57 | + "fetchDocs": { |
| 58 | + "cacheErrors": false, |
| 59 | + "cacheLimit": 15, |
| 60 | + "expire": 60000, |
| 61 | + }, |
| 62 | + "usePatternFlyDocs": { |
| 63 | + "cacheErrors": false, |
| 64 | + "cacheLimit": 10, |
| 65 | + "expire": 60000, |
66 | 66 | }, |
67 | | - "urlRegex": /\\^\\(https\\?:\\)\\\\/\\\\//i, |
68 | | - "version": "0.0.0", |
69 | 67 | }, |
70 | | - "LOG_BASENAME": "pf-mcp:log", |
71 | | - "PF_EXTERNAL": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content", |
72 | | - "PF_EXTERNAL_ACCESSIBILITY": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content/accessibility", |
73 | | - "PF_EXTERNAL_CHARTS_DESIGN": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content/design-guidelines/charts", |
74 | | - "PF_EXTERNAL_DESIGN_COMPONENTS": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content/design-guidelines/components", |
75 | | - "PF_EXTERNAL_DESIGN_LAYOUTS": "https://raw.githubusercontent.com/patternfly/patternfly-org/fb05713aba75998b5ecf5299ee3c1a259119bd74/packages/documentation-site/patternfly-docs/content/design-guidelines/layouts", |
76 | | - "PF_EXTERNAL_EXAMPLES": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages", |
77 | | - "PF_EXTERNAL_EXAMPLES_CHARTS": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-charts/src/victory/components", |
78 | | - "PF_EXTERNAL_EXAMPLES_LAYOUTS": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-core/src/layouts", |
79 | | - "PF_EXTERNAL_EXAMPLES_REACT_CORE": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-core/src/components", |
80 | | - "PF_EXTERNAL_EXAMPLES_TABLE": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-table/src/components", |
81 | | - "PF_EXTERNAL_EXAMPLES_VERSION": "v6.4.0", |
82 | | - "PF_EXTERNAL_VERSION": "fb05713aba75998b5ecf5299ee3c1a259119bd74", |
| 68 | + "urlRegex": /\\^\\(https\\?:\\)\\\\/\\\\//i, |
| 69 | + "version": "0.0.0", |
83 | 70 | } |
84 | 71 | `; |
0 commit comments