@kya-os/create-mcpi-app 1.9.33 β 1.9.35
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/.turbo/turbo-build.log +16 -12
- package/.turbo/turbo-test$colon$coverage.log +1829 -0
- package/.turbo/turbo-test.log +628 -0
- package/dist/bundles/blank.js +94964 -81677
- package/dist/bundles/ecommerce.js +94964 -81677
- package/dist/bundles/hardware-world.js +94979 -81692
- package/dist/bundles/manifest.json +14 -9
- package/dist/bundles/mix-station.js +112480 -0
- package/dist/cli-runner.d.ts.map +1 -1
- package/dist/cli-runner.js +23 -0
- package/dist/cli-runner.js.map +1 -1
- package/dist/helpers/fetch-cloudflare-mcpi-template.js +1 -1
- package/dist/helpers/generate-cloudflare-files.d.ts +1 -1
- package/dist/helpers/generate-cloudflare-files.d.ts.map +1 -1
- package/dist/helpers/generate-cloudflare-files.js +441 -7
- package/dist/helpers/generate-cloudflare-files.js.map +1 -1
- package/dist/helpers/generate-openapi-project.d.ts +36 -0
- package/dist/helpers/generate-openapi-project.d.ts.map +1 -0
- package/dist/helpers/generate-openapi-project.js +114 -0
- package/dist/helpers/generate-openapi-project.js.map +1 -0
- package/dist/helpers/generate-openapi-tools.d.ts +43 -0
- package/dist/helpers/generate-openapi-tools.d.ts.map +1 -0
- package/dist/helpers/generate-openapi-tools.js +550 -0
- package/dist/helpers/generate-openapi-tools.js.map +1 -0
- package/dist/helpers/generate-runtime-config.d.ts +16 -0
- package/dist/helpers/generate-runtime-config.d.ts.map +1 -0
- package/dist/helpers/generate-runtime-config.js +49 -0
- package/dist/helpers/generate-runtime-config.js.map +1 -0
- package/dist/helpers/get-package-versions.js +3 -3
- package/dist/helpers/get-package-versions.js.map +1 -1
- package/dist/helpers/openapi-ingestion.d.ts +21 -0
- package/dist/helpers/openapi-ingestion.d.ts.map +1 -0
- package/dist/helpers/openapi-ingestion.js +433 -0
- package/dist/helpers/openapi-ingestion.js.map +1 -0
- package/dist/helpers/wrap/command.d.ts +12 -0
- package/dist/helpers/wrap/command.d.ts.map +1 -0
- package/dist/helpers/wrap/command.js +344 -0
- package/dist/helpers/wrap/command.js.map +1 -0
- package/dist/helpers/wrap/detect-server.d.ts +30 -0
- package/dist/helpers/wrap/detect-server.d.ts.map +1 -0
- package/dist/helpers/wrap/detect-server.js +207 -0
- package/dist/helpers/wrap/detect-server.js.map +1 -0
- package/dist/helpers/wrap/index.d.ts +13 -0
- package/dist/helpers/wrap/index.d.ts.map +1 -0
- package/dist/helpers/wrap/index.js +11 -0
- package/dist/helpers/wrap/index.js.map +1 -0
- package/dist/helpers/wrap/templates.d.ts +24 -0
- package/dist/helpers/wrap/templates.d.ts.map +1 -0
- package/dist/helpers/wrap/templates.js +221 -0
- package/dist/helpers/wrap/templates.js.map +1 -0
- package/dist/types/openapi-generator.d.ts +142 -0
- package/dist/types/openapi-generator.d.ts.map +1 -0
- package/dist/types/openapi-generator.js +8 -0
- package/dist/types/openapi-generator.js.map +1 -0
- package/package.json +31 -9
|
@@ -0,0 +1,628 @@
|
|
|
1
|
+
|
|
2
|
+
> @kya-os/create-mcpi-app@1.9.33 test /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app
|
|
3
|
+
> vitest run
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
[1m[46m RUN [49m[22m [36mv4.0.18 [39m[90m/Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app[39m
|
|
7
|
+
|
|
8
|
+
(node:20092) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
|
|
9
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
10
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould scaffold with correct @kya-os/mcp-i-cloudflare version
|
|
11
|
+
[22m[39m
|
|
12
|
+
ποΈ Generating Cloudflare MCP-I project: test-project...
|
|
13
|
+
|
|
14
|
+
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould include envPrefix in generated index.ts
|
|
15
|
+
[22m[39m
|
|
16
|
+
ποΈ Generating Cloudflare MCP-I project: test-agent...
|
|
17
|
+
|
|
18
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould scaffold with correct @kya-os/mcp-i-cloudflare version
|
|
19
|
+
[22m[39mπ Generating cryptographic identity...
|
|
20
|
+
|
|
21
|
+
(node:20080) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
|
|
22
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
23
|
+
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould include envPrefix in generated index.ts
|
|
24
|
+
[22m[39mπ Generating cryptographic identity...
|
|
25
|
+
|
|
26
|
+
(node:20084) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
|
|
27
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
28
|
+
(node:20087) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
|
|
29
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
30
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mDependency installation[2m > [22m[2mshould install dependencies with npm
|
|
31
|
+
[22m[39m
|
|
32
|
+
(node:20081) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
|
|
33
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
34
|
+
π¦ Installing dependencies with npm...
|
|
35
|
+
β Lockfile created (package-lock.json) - remember to commit it
|
|
36
|
+
|
|
37
|
+
[31mβ―[39m src/__tests__/helpers/identity-manager.test.ts [2m([22m[2m16 tests[22m[2m | [22m[31m1 failed[39m[2m)[22m[32m 19[2mms[22m[39m
|
|
38
|
+
[32mβ[39m should detect Node.js MCP-I project with identity.json[32m 3[2mms[22m[39m
|
|
39
|
+
[32mβ[39m should detect Node.js MCP-I project with xmcp.config.ts[32m 1[2mms[22m[39m
|
|
40
|
+
[32mβ[39m should return false for non-MCP-I project[32m 1[2mms[22m[39m
|
|
41
|
+
[32mβ[39m should return false for directory with only package.json[32m 1[2mms[22m[39m
|
|
42
|
+
[32mβ[39m should detect Cloudflare project with MCP_IDENTITY_AGENT_DID[32m 1[2mms[22m[39m
|
|
43
|
+
[32mβ[39m should detect Cloudflare project with durable_objects.bindings[32m 1[2mms[22m[39m
|
|
44
|
+
[32mβ[39m should detect Cloudflare project with AGENTSHIELD_API_KEY[32m 1[2mms[22m[39m
|
|
45
|
+
[32mβ[39m should return false for non-Cloudflare project[32m 0[2mms[22m[39m
|
|
46
|
+
[32mβ[39m should return false for plain wrangler.toml without MCP-I markers[32m 1[2mms[22m[39m
|
|
47
|
+
[32mβ[39m should reset Node.js identity by removing identity.json[32m 1[2mms[22m[39m
|
|
48
|
+
[32mβ[39m should reset Cloudflare identity by removing variables from wrangler.toml[32m 1[2mms[22m[39m
|
|
49
|
+
[32mβ[39m should handle missing identity gracefully[32m 0[2mms[22m[39m
|
|
50
|
+
[31m [31mΓ[31m should regenerate identity for Node.js project[39m[32m 4[2mms[22m[39m
|
|
51
|
+
[32mβ[39m should regenerate identity for Cloudflare project[32m 2[2mms[22m[39m
|
|
52
|
+
[32mβ[39m should exit if not an MCP-I project[32m 1[2mms[22m[39m
|
|
53
|
+
[32mβ[39m should handle both Node.js and Cloudflare project markers[32m 3[2mms[22m[39m
|
|
54
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mDependency installation[2m > [22m[2mshould install dependencies with yarn
|
|
55
|
+
[22m[39m
|
|
56
|
+
π¦ Installing dependencies with yarn...
|
|
57
|
+
β Lockfile created (yarn.lock) - remember to commit it
|
|
58
|
+
|
|
59
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mDependency installation[2m > [22m[2mshould install dependencies with pnpm
|
|
60
|
+
[22m[39m
|
|
61
|
+
π¦ Installing dependencies with pnpm...
|
|
62
|
+
β Lockfile created (pnpm-lock.yaml) - remember to commit it
|
|
63
|
+
|
|
64
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mDependency installation[2m > [22m[2mshould use correct working directory
|
|
65
|
+
[22m[39m
|
|
66
|
+
π¦ Installing dependencies with npm...
|
|
67
|
+
β Lockfile created (package-lock.json) - remember to commit it
|
|
68
|
+
|
|
69
|
+
[90mstderr[2m | src/helpers/__tests__/config-builder.spec.ts[2m > [22m[2mbuildConfigWithRemote[2m > [22m[2mshould fallback to local config when remote fetch fails
|
|
70
|
+
[22m[39m[RemoteConfig] Neither projectId nor agentDid provided
|
|
71
|
+
|
|
72
|
+
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould include envPrefix in generated index.ts
|
|
73
|
+
[22m[39mβ Created Cloudflare MCP-I template files
|
|
74
|
+
- Generated identity keys in .dev.vars
|
|
75
|
+
- Configured wrangler.toml with unified KV namespace (auto-provisioned)
|
|
76
|
+
- Created modular tool structure
|
|
77
|
+
|
|
78
|
+
============================================================
|
|
79
|
+
π Cloudflare MCP-I project created successfully!
|
|
80
|
+
============================================================
|
|
81
|
+
|
|
82
|
+
π Important Configuration Notes:
|
|
83
|
+
|
|
84
|
+
1. ADMIN_API_KEY (in .dev.vars):
|
|
85
|
+
- Set to same value as AGENTSHIELD_API_KEY for convenience
|
|
86
|
+
- You can change it if you need separate admin endpoint security
|
|
87
|
+
- Required for admin endpoints like /admin/clear-cache
|
|
88
|
+
|
|
89
|
+
2. KV Namespace (auto-provisioned by Wrangler v4):
|
|
90
|
+
- Single unified namespace for all MCP-I storage
|
|
91
|
+
- β¨ Automatically created on first deploy - no setup needed!
|
|
92
|
+
- Wrangler updates wrangler.toml with namespace ID
|
|
93
|
+
|
|
94
|
+
π Next Steps:
|
|
95
|
+
cd test-agent
|
|
96
|
+
wrangler login # Login to Cloudflare first!
|
|
97
|
+
npm run dev # Start local development
|
|
98
|
+
npm run deploy # Deploy (KV auto-created!)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
[32mβ[39m src/helpers/__tests__/config-builder.spec.ts [2m([22m[2m12 tests[22m[2m)[22m[32m 6[2mms[22m[39m
|
|
102
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould scaffold with correct @kya-os/mcp-i-cloudflare version
|
|
103
|
+
[22m[39mβ Created Cloudflare MCP-I template files
|
|
104
|
+
- Generated identity keys in .dev.vars
|
|
105
|
+
- Configured wrangler.toml with unified KV namespace (auto-provisioned)
|
|
106
|
+
[90mstderr[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mInstall progress reporting[2m > [22m[2mshould report correct package manager in log
|
|
107
|
+
- Created modular tool structure
|
|
108
|
+
|
|
109
|
+
============================================================
|
|
110
|
+
π Cloudflare MCP-I project created successfully!
|
|
111
|
+
============================================================
|
|
112
|
+
|
|
113
|
+
π Important Configuration Notes:
|
|
114
|
+
|
|
115
|
+
1. ADMIN_API_KEY (in .dev.vars):
|
|
116
|
+
- Set to same value as AGENTSHIELD_API_KEY for convenience
|
|
117
|
+
[22m[39mβ οΈ Warning: No lockfile generated (pnpm-lock.yaml)
|
|
118
|
+
|
|
119
|
+
- You can change it if you need separate admin endpoint security
|
|
120
|
+
- Required for admin endpoints like /admin/clear-cache
|
|
121
|
+
|
|
122
|
+
2. KV Namespace (auto-provisioned by Wrangler v4):
|
|
123
|
+
- Single unified namespace for all MCP-I storage
|
|
124
|
+
- β¨ Automatically created on first deploy - no setup needed!
|
|
125
|
+
- Wrangler updates wrangler.toml with namespace ID
|
|
126
|
+
|
|
127
|
+
π Next Steps:
|
|
128
|
+
cd test-project
|
|
129
|
+
wrangler login # Login to Cloudflare first!
|
|
130
|
+
npm run dev # Start local development
|
|
131
|
+
npm run deploy # Deploy (KV auto-created!)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mInstall progress reporting[2m > [22m[2mshould check for lockfile after installation
|
|
135
|
+
[22m[39m
|
|
136
|
+
π¦ Installing dependencies with npm...
|
|
137
|
+
β Lockfile created (package-lock.json) - remember to commit it
|
|
138
|
+
|
|
139
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould throw error when installation fails
|
|
140
|
+
[22m[39m
|
|
141
|
+
π¦ Installing dependencies with npm...
|
|
142
|
+
|
|
143
|
+
[32mβ[39m src/__tests__/helpers/generate-identity.test.ts [2m([22m[2m24 tests[22m[2m)[22m[32m 43[2mms[22m[39m
|
|
144
|
+
[90mstderr[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould throw error when installation fails
|
|
145
|
+
[22m[39mFailed to install dependencies with npm.
|
|
146
|
+
|
|
147
|
+
[90mstderr[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould handle network errors during installation
|
|
148
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould handle network errors during installation
|
|
149
|
+
[22m[39m
|
|
150
|
+
[22m[39mFailed to install dependencies with npm.
|
|
151
|
+
π¦ Installing dependencies with npm...
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould handle permission errors during installation
|
|
155
|
+
[90mstderr[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould handle permission errors during installation
|
|
156
|
+
[22m[39mFailed to install dependencies with npm.
|
|
157
|
+
|
|
158
|
+
[22m[39m
|
|
159
|
+
π¦ Installing dependencies with npm...
|
|
160
|
+
|
|
161
|
+
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould use correct prefix format (uppercase with underscores)
|
|
162
|
+
[22m[39m
|
|
163
|
+
ποΈ Generating Cloudflare MCP-I project: my-awesome-agent...
|
|
164
|
+
|
|
165
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould log error message when installation fails
|
|
166
|
+
[22m[39m
|
|
167
|
+
π¦ Installing dependencies with npm...
|
|
168
|
+
|
|
169
|
+
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould use correct prefix format (uppercase with underscores)
|
|
170
|
+
[22m[39mπ Generating cryptographic identity...
|
|
171
|
+
|
|
172
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould handle invalid package manager gracefully
|
|
173
|
+
[90mstderr[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mError handling[2m > [22m[2mshould handle invalid package manager gracefully
|
|
174
|
+
[22m[39mβ οΈ Warning: Unknown package manager "unknown", cannot check lockfile
|
|
175
|
+
|
|
176
|
+
[22m[39m
|
|
177
|
+
π¦ Installing dependencies with unknown...
|
|
178
|
+
|
|
179
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould include AGENTSHIELD_PROJECT_ID in wrangler.toml template
|
|
180
|
+
[22m[39m
|
|
181
|
+
ποΈ Generating Cloudflare MCP-I project: test-project-env...
|
|
182
|
+
|
|
183
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould include AGENTSHIELD_PROJECT_ID in wrangler.toml template
|
|
184
|
+
[22m[39mπ Generating cryptographic identity...
|
|
185
|
+
|
|
186
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mLockfile validation[2m > [22m[2mshould warn when lockfile not created
|
|
187
|
+
[22m[39m
|
|
188
|
+
π¦ Installing dependencies with npm...
|
|
189
|
+
|
|
190
|
+
[90mstdout[2m | src/__tests__/helpers/install.test.ts[2m > [22m[2minstall[2m > [22m[2mLockfile validation[2m > [22m[2mshould warn when package manager lockfile cannot be determined
|
|
191
|
+
[22m[39m
|
|
192
|
+
π¦ Installing dependencies with custom...
|
|
193
|
+
|
|
194
|
+
[32mβ[39m src/__tests__/helpers/install.test.ts [2m([22m[2m21 tests[22m[2m)[22m[32m 37[2mms[22m[39m
|
|
195
|
+
[32mβ[39m src/__tests__/helpers/generate-config.test.ts [2m([22m[2m25 tests[22m[2m)[22m[32m 40[2mms[22m[39m
|
|
196
|
+
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould use correct prefix format (uppercase with underscores)
|
|
197
|
+
[22m[39mβ Created Cloudflare MCP-I template files
|
|
198
|
+
- Generated identity keys in .dev.vars
|
|
199
|
+
- Configured wrangler.toml with unified KV namespace (auto-provisioned)
|
|
200
|
+
- Created modular tool structure
|
|
201
|
+
|
|
202
|
+
============================================================
|
|
203
|
+
π Cloudflare MCP-I project created successfully!
|
|
204
|
+
============================================================
|
|
205
|
+
|
|
206
|
+
π Important Configuration Notes:
|
|
207
|
+
|
|
208
|
+
1. ADMIN_API_KEY (in .dev.vars):
|
|
209
|
+
- Set to same value as AGENTSHIELD_API_KEY for convenience
|
|
210
|
+
- You can change it if you need separate admin endpoint security
|
|
211
|
+
- Required for admin endpoints like /admin/clear-cache
|
|
212
|
+
|
|
213
|
+
2. KV Namespace (auto-provisioned by Wrangler v4):
|
|
214
|
+
- Single unified namespace for all MCP-I storage
|
|
215
|
+
- β¨ Automatically created on first deploy - no setup needed!
|
|
216
|
+
- Wrangler updates wrangler.toml with namespace ID
|
|
217
|
+
|
|
218
|
+
π Next Steps:
|
|
219
|
+
cd my-awesome-agent
|
|
220
|
+
wrangler login # Login to Cloudflare first!
|
|
221
|
+
npm run dev # Start local development
|
|
222
|
+
npm run deploy # Deploy (KV auto-created!)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould include AGENTSHIELD_PROJECT_ID in wrangler.toml template
|
|
226
|
+
[22m[39mβ Created Cloudflare MCP-I template files
|
|
227
|
+
- Generated identity keys in .dev.vars
|
|
228
|
+
- Configured wrangler.toml with unified KV namespace (auto-provisioned)
|
|
229
|
+
- Created modular tool structure
|
|
230
|
+
|
|
231
|
+
============================================================
|
|
232
|
+
π Cloudflare MCP-I project created successfully!
|
|
233
|
+
============================================================
|
|
234
|
+
|
|
235
|
+
π Important Configuration Notes:
|
|
236
|
+
|
|
237
|
+
1. ADMIN_API_KEY (in .dev.vars):
|
|
238
|
+
- Set to same value as AGENTSHIELD_API_KEY for convenience
|
|
239
|
+
- You can change it if you need separate admin endpoint security
|
|
240
|
+
- Required for admin endpoints like /admin/clear-cache
|
|
241
|
+
|
|
242
|
+
2. KV Namespace (auto-provisioned by Wrangler v4):
|
|
243
|
+
- Single unified namespace for all MCP-I storage
|
|
244
|
+
- β¨ Automatically created on first deploy - no setup needed!
|
|
245
|
+
- Wrangler updates wrangler.toml with namespace ID
|
|
246
|
+
|
|
247
|
+
π Next Steps:
|
|
248
|
+
cd test-project-env
|
|
249
|
+
wrangler login # Login to Cloudflare first!
|
|
250
|
+
npm run dev # Start local development
|
|
251
|
+
npm run deploy # Deploy (KV auto-created!)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mpasses CLI flags to createProject when using --yes
|
|
255
|
+
[22m[39m
|
|
256
|
+
create-mcpi-app@1.9.33
|
|
257
|
+
|
|
258
|
+
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mpasses CLI flags to createProject when using --yes
|
|
259
|
+
[22m[39mBANNER
|
|
260
|
+
|
|
261
|
+
Enhanced with identity features by MCP-I
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mpasses CLI flags to createProject when using --yes
|
|
265
|
+
[22m[39m
|
|
266
|
+
Next Steps:
|
|
267
|
+
1. Install dependencies:
|
|
268
|
+
cd my-agent
|
|
269
|
+
npm install
|
|
270
|
+
|
|
271
|
+
2. Start development server:
|
|
272
|
+
npm run dev
|
|
273
|
+
|
|
274
|
+
3. Deploy when ready:
|
|
275
|
+
npm run start
|
|
276
|
+
|
|
277
|
+
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mexits when project name validation fails
|
|
278
|
+
[22m[39m
|
|
279
|
+
create-mcpi-app@1.9.33
|
|
280
|
+
|
|
281
|
+
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould include comment explaining envPrefix purpose
|
|
282
|
+
[22m[39m
|
|
283
|
+
ποΈ Generating Cloudflare MCP-I project: test-agent...
|
|
284
|
+
|
|
285
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould set AGENTSHIELD_PROJECT_ID when --project is provided
|
|
286
|
+
[22m[39m
|
|
287
|
+
ποΈ Generating Cloudflare MCP-I project: test-project-with-id...
|
|
288
|
+
|
|
289
|
+
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mexits when project name validation fails
|
|
290
|
+
[22m[39mBANNER
|
|
291
|
+
|
|
292
|
+
Enhanced with identity features by MCP-I
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
[90mstderr[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mexits when project name validation fails
|
|
296
|
+
[22m[39mInvalid project name:
|
|
297
|
+
- bad
|
|
298
|
+
|
|
299
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould set AGENTSHIELD_PROJECT_ID when --project is provided
|
|
300
|
+
[22m[39mπ Generating cryptographic identity...
|
|
301
|
+
|
|
302
|
+
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mhonors package manager and version flags
|
|
303
|
+
[22m[39m
|
|
304
|
+
create-mcpi-app@1.9.33
|
|
305
|
+
|
|
306
|
+
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mhonors package manager and version flags
|
|
307
|
+
[22m[39mBANNER
|
|
308
|
+
|
|
309
|
+
Enhanced with identity features by MCP-I
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mhonors package manager and version flags
|
|
313
|
+
[22m[39m
|
|
314
|
+
Next Steps:
|
|
315
|
+
1. Install dependencies:
|
|
316
|
+
cd pnpm-agent
|
|
317
|
+
pnpm install
|
|
318
|
+
|
|
319
|
+
2. Initialize identity:
|
|
320
|
+
pnpm init
|
|
321
|
+
|
|
322
|
+
3. Start development server:
|
|
323
|
+
pnpm dev
|
|
324
|
+
|
|
325
|
+
4. Deploy when ready:
|
|
326
|
+
pnpm start
|
|
327
|
+
|
|
328
|
+
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mprompts for package manager and transports when --yes is not set
|
|
329
|
+
[22m[39m
|
|
330
|
+
create-mcpi-app@1.9.33
|
|
331
|
+
|
|
332
|
+
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mprompts for package manager and transports when --yes is not set
|
|
333
|
+
[22m[39mBANNER
|
|
334
|
+
|
|
335
|
+
Enhanced with identity features by MCP-I
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mprompts for package manager and transports when --yes is not set
|
|
339
|
+
[22m[39m
|
|
340
|
+
Creating a new xmcp app in /Users/dylanhobbs/@kya-os/xmcp-i/packages/create-mcpi-app/interactive-app.
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
[32mβ[39m src/__tests__/helpers/fetch-mcpi-template.test.ts [2m([22m[2m16 tests[22m[2m)[22m[32m 49[2mms[22m[39m
|
|
344
|
+
[90mstdout[2m | src/__tests__/cli-runner.test.ts[2m > [22m[2mrunCLI[2m > [22m[2mprompts for package manager and transports when --yes is not set
|
|
345
|
+
[22m[39m
|
|
346
|
+
Next Steps:
|
|
347
|
+
1. Install dependencies:
|
|
348
|
+
cd interactive-app
|
|
349
|
+
pnpm install
|
|
350
|
+
|
|
351
|
+
2. Start development server:
|
|
352
|
+
pnpm dev
|
|
353
|
+
|
|
354
|
+
3. Deploy when ready:
|
|
355
|
+
pnpm start
|
|
356
|
+
|
|
357
|
+
[32mβ[39m src/__tests__/index.test.ts [2m([22m[2m4 tests[22m[2m)[22m[32m 101[2mms[22m[39m
|
|
358
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould set AGENTSHIELD_PROJECT_ID when --project is provided
|
|
359
|
+
[22m[39mβ Created Cloudflare MCP-I template files
|
|
360
|
+
- Generated identity keys in .dev.vars
|
|
361
|
+
- Configured wrangler.toml with unified KV namespace (auto-provisioned)
|
|
362
|
+
- Created modular tool structure
|
|
363
|
+
|
|
364
|
+
============================================================
|
|
365
|
+
π Cloudflare MCP-I project created successfully!
|
|
366
|
+
============================================================
|
|
367
|
+
|
|
368
|
+
π Important Configuration Notes:
|
|
369
|
+
|
|
370
|
+
1. ADMIN_API_KEY (in .dev.vars):
|
|
371
|
+
- Set to same value as AGENTSHIELD_API_KEY for convenience
|
|
372
|
+
- You can change it if you need separate admin endpoint security
|
|
373
|
+
- Required for admin endpoints like /admin/clear-cache
|
|
374
|
+
|
|
375
|
+
2. KV Namespace (auto-provisioned by Wrangler v4):
|
|
376
|
+
- Single unified namespace for all MCP-I storage
|
|
377
|
+
- β¨ Automatically created on first deploy - no setup needed!
|
|
378
|
+
- Wrangler updates wrangler.toml with namespace ID
|
|
379
|
+
|
|
380
|
+
π Next Steps:
|
|
381
|
+
cd test-project-with-id
|
|
382
|
+
wrangler login # Login to Cloudflare first!
|
|
383
|
+
npm run dev # Start local development
|
|
384
|
+
npm run deploy # Deploy (KV auto-created!)
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould include comment explaining envPrefix purpose
|
|
388
|
+
[22m[39mπ Generating cryptographic identity...
|
|
389
|
+
|
|
390
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould comment out AGENTSHIELD_PROJECT_ID when --project is NOT provided
|
|
391
|
+
[22m[39m
|
|
392
|
+
ποΈ Generating Cloudflare MCP-I project: test-project-no-id...
|
|
393
|
+
|
|
394
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould comment out AGENTSHIELD_PROJECT_ID when --project is NOT provided
|
|
395
|
+
[22m[39mπ Generating cryptographic identity...
|
|
396
|
+
|
|
397
|
+
[32mβ[39m src/__tests__/cli-runner.test.ts [2m([22m[2m4 tests[22m[2m)[22m[32m 131[2mms[22m[39m
|
|
398
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mCloudflare Template Dependencies[2m > [22m[2mshould comment out AGENTSHIELD_PROJECT_ID when --project is NOT provided
|
|
399
|
+
[22m[39mβ Created Cloudflare MCP-I template files
|
|
400
|
+
- Generated identity keys in .dev.vars
|
|
401
|
+
- Configured wrangler.toml with unified KV namespace (auto-provisioned)
|
|
402
|
+
- Created modular tool structure
|
|
403
|
+
|
|
404
|
+
============================================================
|
|
405
|
+
π Cloudflare MCP-I project created successfully!
|
|
406
|
+
============================================================
|
|
407
|
+
|
|
408
|
+
π Important Configuration Notes:
|
|
409
|
+
|
|
410
|
+
1. ADMIN_API_KEY (in .dev.vars):
|
|
411
|
+
- Set to same value as AGENTSHIELD_API_KEY for convenience
|
|
412
|
+
- You can change it if you need separate admin endpoint security
|
|
413
|
+
- Required for admin endpoints like /admin/clear-cache
|
|
414
|
+
|
|
415
|
+
2. KV Namespace (auto-provisioned by Wrangler v4):
|
|
416
|
+
- Single unified namespace for all MCP-I storage
|
|
417
|
+
- β¨ Automatically created on first deploy - no setup needed!
|
|
418
|
+
- Wrangler updates wrangler.toml with namespace ID
|
|
419
|
+
|
|
420
|
+
π Next Steps:
|
|
421
|
+
cd test-project-no-id
|
|
422
|
+
wrangler login # Login to Cloudflare first!
|
|
423
|
+
npm run dev # Start local development
|
|
424
|
+
npm run deploy # Deploy (KV auto-created!)
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mRuntime Config Includes projectId[2m > [22m[2mshould pass AGENTSHIELD_PROJECT_ID to runtime config
|
|
428
|
+
[22m[39m
|
|
429
|
+
ποΈ Generating Cloudflare MCP-I project: test-project-runtime...
|
|
430
|
+
|
|
431
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mRuntime Config Includes projectId[2m > [22m[2mshould pass AGENTSHIELD_PROJECT_ID to runtime config
|
|
432
|
+
[22m[39mπ Generating cryptographic identity...
|
|
433
|
+
|
|
434
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mRuntime Config Includes projectId[2m > [22m[2mshould pass AGENTSHIELD_PROJECT_ID to runtime config
|
|
435
|
+
[22m[39mβ Created Cloudflare MCP-I template files
|
|
436
|
+
- Generated identity keys in .dev.vars
|
|
437
|
+
- Configured wrangler.toml with unified KV namespace (auto-provisioned)
|
|
438
|
+
- Created modular tool structure
|
|
439
|
+
|
|
440
|
+
============================================================
|
|
441
|
+
π Cloudflare MCP-I project created successfully!
|
|
442
|
+
============================================================
|
|
443
|
+
|
|
444
|
+
π Important Configuration Notes:
|
|
445
|
+
|
|
446
|
+
1. ADMIN_API_KEY (in .dev.vars):
|
|
447
|
+
- Set to same value as AGENTSHIELD_API_KEY for convenience
|
|
448
|
+
- You can change it if you need separate admin endpoint security
|
|
449
|
+
- Required for admin endpoints like /admin/clear-cache
|
|
450
|
+
|
|
451
|
+
2. KV Namespace (auto-provisioned by Wrangler v4):
|
|
452
|
+
- Single unified namespace for all MCP-I storage
|
|
453
|
+
- β¨ Automatically created on first deploy - no setup needed!
|
|
454
|
+
- Wrangler updates wrangler.toml with namespace ID
|
|
455
|
+
|
|
456
|
+
π Next Steps:
|
|
457
|
+
cd test-project-runtime
|
|
458
|
+
wrangler login # Login to Cloudflare first!
|
|
459
|
+
npm run dev # Start local development
|
|
460
|
+
npm run deploy # Deploy (KV auto-created!)
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
[32mβ[39m src/__tests__/helpers/create.test.ts [2m([22m[2m13 tests[22m[2m)[22m[32m 57[2mms[22m[39m
|
|
464
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mNo Workspace References[2m > [22m[2mshould not include workspace: references in scaffolded package.json
|
|
465
|
+
[22m[39m
|
|
466
|
+
ποΈ Generating Cloudflare MCP-I project: test-project-no-workspace...
|
|
467
|
+
|
|
468
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mNo Workspace References[2m > [22m[2mshould not include workspace: references in scaffolded package.json
|
|
469
|
+
[22m[39mπ Generating cryptographic identity...
|
|
470
|
+
|
|
471
|
+
[90mstdout[2m | src/__tests__/e2e/scaffolder-dependency-verification.test.ts[2m > [22m[2mScaffolder Dependency Verification E2E[2m > [22m[2mNo Workspace References[2m > [22m[2mshould not include workspace: references in scaffolded package.json
|
|
472
|
+
[22m[39mβ Created Cloudflare MCP-I template files
|
|
473
|
+
- Generated identity keys in .dev.vars
|
|
474
|
+
- Configured wrangler.toml with unified KV namespace (auto-provisioned)
|
|
475
|
+
- Created modular tool structure
|
|
476
|
+
|
|
477
|
+
============================================================
|
|
478
|
+
π Cloudflare MCP-I project created successfully!
|
|
479
|
+
============================================================
|
|
480
|
+
|
|
481
|
+
π Important Configuration Notes:
|
|
482
|
+
|
|
483
|
+
1. ADMIN_API_KEY (in .dev.vars):
|
|
484
|
+
- Set to same value as AGENTSHIELD_API_KEY for convenience
|
|
485
|
+
- You can change it if you need separate admin endpoint security
|
|
486
|
+
- Required for admin endpoints like /admin/clear-cache
|
|
487
|
+
|
|
488
|
+
2. KV Namespace (auto-provisioned by Wrangler v4):
|
|
489
|
+
- Single unified namespace for all MCP-I storage
|
|
490
|
+
- β¨ Automatically created on first deploy - no setup needed!
|
|
491
|
+
- Wrangler updates wrangler.toml with namespace ID
|
|
492
|
+
|
|
493
|
+
π Next Steps:
|
|
494
|
+
cd test-project-no-workspace
|
|
495
|
+
wrangler login # Login to Cloudflare first!
|
|
496
|
+
npm run dev # Start local development
|
|
497
|
+
npm run deploy # Deploy (KV auto-created!)
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
[32mβ[39m src/__tests__/e2e/scaffolder-dependency-verification.test.ts [2m([22m[2m7 tests[22m[2m)[22m[32m 112[2mms[22m[39m
|
|
501
|
+
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould include comment explaining envPrefix purpose
|
|
502
|
+
[22m[39mβ Created Cloudflare MCP-I template files
|
|
503
|
+
- Generated identity keys in .dev.vars
|
|
504
|
+
- Configured wrangler.toml with unified KV namespace (auto-provisioned)
|
|
505
|
+
- Created modular tool structure
|
|
506
|
+
|
|
507
|
+
============================================================
|
|
508
|
+
π Cloudflare MCP-I project created successfully!
|
|
509
|
+
============================================================
|
|
510
|
+
|
|
511
|
+
π Important Configuration Notes:
|
|
512
|
+
|
|
513
|
+
1. ADMIN_API_KEY (in .dev.vars):
|
|
514
|
+
- Set to same value as AGENTSHIELD_API_KEY for convenience
|
|
515
|
+
- You can change it if you need separate admin endpoint security
|
|
516
|
+
- Required for admin endpoints like /admin/clear-cache
|
|
517
|
+
|
|
518
|
+
2. KV Namespace (auto-provisioned by Wrangler v4):
|
|
519
|
+
- Single unified namespace for all MCP-I storage
|
|
520
|
+
- β¨ Automatically created on first deploy - no setup needed!
|
|
521
|
+
- Wrangler updates wrangler.toml with namespace ID
|
|
522
|
+
|
|
523
|
+
π Next Steps:
|
|
524
|
+
cd test-agent
|
|
525
|
+
wrangler login # Login to Cloudflare first!
|
|
526
|
+
npm run dev # Start local development
|
|
527
|
+
npm run deploy # Deploy (KV auto-created!)
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould match envPrefix with KV binding names in wrangler.toml
|
|
531
|
+
[22m[39m
|
|
532
|
+
ποΈ Generating Cloudflare MCP-I project: test-agent...
|
|
533
|
+
|
|
534
|
+
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould match envPrefix with KV binding names in wrangler.toml
|
|
535
|
+
[22m[39mπ Generating cryptographic identity...
|
|
536
|
+
|
|
537
|
+
[90mstdout[2m | src/__tests__/scaffolder-envprefix.test.ts[2m > [22m[2mScaffolder envPrefix Configuration[2m > [22m[2mshould match envPrefix with KV binding names in wrangler.toml
|
|
538
|
+
[22m[39mβ Created Cloudflare MCP-I template files
|
|
539
|
+
- Generated identity keys in .dev.vars
|
|
540
|
+
- Configured wrangler.toml with unified KV namespace (auto-provisioned)
|
|
541
|
+
- Created modular tool structure
|
|
542
|
+
|
|
543
|
+
============================================================
|
|
544
|
+
π Cloudflare MCP-I project created successfully!
|
|
545
|
+
============================================================
|
|
546
|
+
|
|
547
|
+
π Important Configuration Notes:
|
|
548
|
+
|
|
549
|
+
1. ADMIN_API_KEY (in .dev.vars):
|
|
550
|
+
- Set to same value as AGENTSHIELD_API_KEY for convenience
|
|
551
|
+
- You can change it if you need separate admin endpoint security
|
|
552
|
+
- Required for admin endpoints like /admin/clear-cache
|
|
553
|
+
|
|
554
|
+
2. KV Namespace (auto-provisioned by Wrangler v4):
|
|
555
|
+
- Single unified namespace for all MCP-I storage
|
|
556
|
+
- β¨ Automatically created on first deploy - no setup needed!
|
|
557
|
+
- Wrangler updates wrangler.toml with namespace ID
|
|
558
|
+
|
|
559
|
+
π Next Steps:
|
|
560
|
+
cd test-agent
|
|
561
|
+
wrangler login # Login to Cloudflare first!
|
|
562
|
+
npm run dev # Start local development
|
|
563
|
+
npm run deploy # Deploy (KV auto-created!)
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
[32mβ[39m src/__tests__/scaffolder-envprefix.test.ts [2m([22m[2m4 tests[22m[2m)[22m[32m 163[2mms[22m[39m
|
|
567
|
+
[32mβ[39m src/__tests__/helpers/apply-identity-preset.test.ts [2m([22m[2m16 tests[22m[2m)[22m[32m 166[2mms[22m[39m
|
|
568
|
+
(node:20095) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
|
|
569
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
570
|
+
[32mβ[39m src/__tests__/wrangler-v4-compatibility.test.ts [2m([22m[2m11 tests[22m[2m)[22m[32m 173[2mms[22m[39m
|
|
571
|
+
[32mβ[39m src/__tests__/helpers/copy-template.test.ts [2m([22m[2m11 tests[22m[2m)[22m[32m 41[2mms[22m[39m
|
|
572
|
+
[32mβ[39m src/__tests__/cloudflare-template.test.ts [2m([22m[2m30 tests[22m[2m | [22m[33m2 skipped[39m[2m)[22m[32m 221[2mms[22m[39m
|
|
573
|
+
[32mβ[39m src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts [2m([22m[2m25 tests[22m[2m)[22m[32m 231[2mms[22m[39m
|
|
574
|
+
[32mβ[39m src/__tests__/helpers/rename.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m 10[2mms[22m[39m
|
|
575
|
+
[32mβ[39m src/__tests__/helpers/fetch-cloudflare-template.test.ts [2m([22m[2m4 tests[22m[2m)[22m[32m 19[2mms[22m[39m
|
|
576
|
+
[32mβ[39m src/__tests__/utils/is-folder-empty.test.ts [2m([22m[2m21 tests[22m[2m)[22m[32m 16[2mms[22m[39m
|
|
577
|
+
[32mβ[39m src/__tests__/helpers/kta-registration.test.ts [2m([22m[2m8 tests[22m[2m)[22m[32m 67[2mms[22m[39m
|
|
578
|
+
[32mβ[39m src/__tests__/helpers/get-package-versions.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m 21[2mms[22m[39m
|
|
579
|
+
(node:20103) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
|
|
580
|
+
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
581
|
+
[32mβ[39m src/__tests__/helpers/validate-project-structure.test.ts [2m([22m[2m23 tests[22m[2m)[22m[32m 55[2mms[22m[39m
|
|
582
|
+
[32mβ[39m src/__tests__/helpers/generate-cloudflare-files.test.ts [2m([22m[2m26 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[32m 140[2mms[22m[39m
|
|
583
|
+
[32mβ[39m test-cloudflare/tests/do-routing.test.ts [2m([22m[2m14 tests[22m[2m)[22m[32m 139[2mms[22m[39m
|
|
584
|
+
[90mstdout[2m | test-cloudflare/tests/session-management.test.ts[2m > [22m[2mSession Management[2m > [22m[2mSession Security[2m > [22m[2mshould not expose session data in logs
|
|
585
|
+
[22m[39m[Session] Created session: secure-session
|
|
586
|
+
|
|
587
|
+
[32mβ[39m test-cloudflare/tests/session-management.test.ts [2m([22m[2m17 tests[22m[2m)[22m[32m 30[2mms[22m[39m
|
|
588
|
+
[32mβ[39m src/helpers/__tests__/generate-cloudflare-files.spec.ts [2m([22m[2m28 tests[22m[2m)[22m[32m 48[2mms[22m[39m
|
|
589
|
+
[32mβ[39m src/__tests__/utils/check-node.test.ts [2m([22m[2m7 tests[22m[2m)[22m[32m 13[2mms[22m[39m
|
|
590
|
+
[32mβ[39m test-cloudflare/tests/cache-invalidation.test.ts [2m([22m[2m18 tests[22m[2m)[22m[32m 5[2mms[22m[39m
|
|
591
|
+
[90mstderr[2m | src/__tests__/helpers/fetch-xmcp-template.test.ts[2m > [22m[2mfetchXMCPTemplate[2m > [22m[2mfalls back to default when next channel is unavailable
|
|
592
|
+
[22m[39mβ οΈ dist-tag 'next' not available for xmcp, falling back to ^0.3.1
|
|
593
|
+
|
|
594
|
+
[32mβ[39m src/__tests__/helpers/fetch-xmcp-template.test.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 12[2mms[22m[39m
|
|
595
|
+
[32mβ[39m src/__tests__/utils/validate-project-name.test.ts [2m([22m[2m29 tests[22m[2m)[22m[32m 8[2mms[22m[39m
|
|
596
|
+
[32mβ[39m test-cloudflare/tests/delegation.test.ts [2m([22m[2m12 tests[22m[2m)[22m[32m 5[2mms[22m[39m
|
|
597
|
+
[32mβ[39m test-cloudflare/tests/cors-security.test.ts [2m([22m[2m29 tests[22m[2m)[22m[32m 5[2mms[22m[39m
|
|
598
|
+
[32mβ[39m src/__tests__/effects/index.test.ts [2m([22m[2m5 tests[22m[2m)[22m[32m 4[2mms[22m[39m
|
|
599
|
+
[32mβ[39m src/utils/__tests__/fetch-remote-config.test.ts [2m([22m[2m9 tests[22m[2m)[22m[32m 4[2mms[22m[39m
|
|
600
|
+
|
|
601
|
+
[31mβ―β―β―β―β―β―β―[39m[1m[41m Failed Tests 1 [49m[22m[31mβ―β―β―β―β―β―β―[39m
|
|
602
|
+
|
|
603
|
+
[41m[1m FAIL [22m[49m src/__tests__/helpers/identity-manager.test.ts[2m > [22mIdentity Manager[2m > [22mregenerateIdentity[2m > [22mshould regenerate identity for Node.js project
|
|
604
|
+
[31m[1mAssertionError[22m: expected false to be true // Object.is equality[39m
|
|
605
|
+
|
|
606
|
+
[32m- Expected[39m
|
|
607
|
+
[31m+ Received[39m
|
|
608
|
+
|
|
609
|
+
[32m- true[39m
|
|
610
|
+
[31m+ false[39m
|
|
611
|
+
|
|
612
|
+
[36m [2mβ―[22m src/__tests__/helpers/identity-manager.test.ts:[2m214:66[22m[39m
|
|
613
|
+
[90m212| [39m
|
|
614
|
+
[90m213| [39m [90m// New identity should be saved[39m
|
|
615
|
+
[90m214| [39m expect(fs.existsSync(path.join(mcpiDir, 'identity.json'))).toBe(β¦
|
|
616
|
+
[90m | [39m [31m^[39m
|
|
617
|
+
[90m215| [39m const identity = fs.readJsonSync(path.join(mcpiDir, 'identity.jsβ¦
|
|
618
|
+
[90m216| [39m [34mexpect[39m(identity[33m.[39mdid)[33m.[39m[34mtoBe[39m([32m'did:key:zNewGeneratedIdentity123'[39m)[33m;[39m
|
|
619
|
+
|
|
620
|
+
[31m[2mβ―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―β―[1/1]β―[22m[39m
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
[2m Test Files [22m [1m[31m1 failed[39m[22m[2m | [22m[1m[32m33 passed[39m[22m[90m (34)[39m
|
|
624
|
+
[2m Tests [22m [1m[31m1 failed[39m[22m[2m | [22m[1m[32m500 passed[39m[22m[2m | [22m[33m3 skipped[39m[90m (504)[39m
|
|
625
|
+
[2m Start at [22m 08:06:07
|
|
626
|
+
[2m Duration [22m 706ms[2m (transform 1.63s, setup 0ms, import 2.40s, tests 2.19s, environment 2ms)[22m
|
|
627
|
+
|
|
628
|
+
βELIFECYCLEβ Test failed. See above for more details.
|