@chinchillaenterprises/mcp-dev-logger 3.1.4 → 3.1.5
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -155,7 +155,7 @@ async function startSandbox() {
|
|
|
155
155
|
1. Call mcp__amplify-docs__get_amplify_concepts with { "concept": "core-principles" } to understand Amplify Gen 2 architecture
|
|
156
156
|
2. Call mcp__amplify-docs__get_sandbox_details with { "topic": "sandbox-workflow" } to understand what's being deployed
|
|
157
157
|
3. If resources/patterns/README.md exists, read it for implementation patterns with Amplify Gen 2 (auth, data, functions, scheduled tasks, etc.)
|
|
158
|
-
|
|
158
|
+
4. Wait 5 seconds then call dev_tail_sandbox_logs to check sandbox startup progress
|
|
159
159
|
|
|
160
160
|
CRITICAL - UNDERSTAND THESE LOGS:
|
|
161
161
|
- CloudFormation deployment progress (stack updates, resource creation)
|
|
@@ -383,7 +383,7 @@ function stopNextJs() {
|
|
|
383
383
|
// Initialize MCP server
|
|
384
384
|
const server = new Server({
|
|
385
385
|
name: "mcp-dev-logger",
|
|
386
|
-
version: "3.1.
|
|
386
|
+
version: "3.1.5",
|
|
387
387
|
}, {
|
|
388
388
|
capabilities: {
|
|
389
389
|
tools: {},
|
package/package.json
CHANGED