@chinchillaenterprises/mcp-dev-logger 3.1.2 → 3.1.3

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -154,7 +154,7 @@ async function startSandbox() {
154
154
 
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
- 3. Read resources/patterns/README.md for copy-paste-ready implementation patterns (auth, data, functions, scheduled tasks, etc.)
157
+ 3. Read resources/patterns/README.md for implementation patterns with Amplify Gen 2 (auth, data, functions, scheduled tasks, etc.)
158
158
 
159
159
  CRITICAL - UNDERSTAND THESE LOGS:
160
160
  - CloudFormation deployment progress (stack updates, resource creation)
@@ -382,7 +382,7 @@ function stopNextJs() {
382
382
  // Initialize MCP server
383
383
  const server = new Server({
384
384
  name: "mcp-dev-logger",
385
- version: "3.1.2",
385
+ version: "3.1.3",
386
386
  }, {
387
387
  capabilities: {
388
388
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chinchillaenterprises/mcp-dev-logger",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "Simplified MCP server for streaming Amplify Gen2 sandbox and Next.js dev server logs",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",