Skip to content

fix(config): make AWS_MCP_APP_CONFIG optional in Wrangler configs (#175) - #183

Merged
rafaself merged 1 commit into
mainfrom
fix/175-optional-app-config-binding
Jun 23, 2026
Merged

fix(config): make AWS_MCP_APP_CONFIG optional in Wrangler configs (#175)#183
rafaself merged 1 commit into
mainfrom
fix/175-optional-app-config-binding

Conversation

@rafaself

Copy link
Copy Markdown
Owner

Summary

  • Remove AWS_MCP_APP_CONFIG from the default wrangler.jsonc so users can deploy with only AWS_MCP_CACHE
  • Show the app-config binding as a fully commented optional block in wrangler.example.jsonc
  • Clarify in docs that application profiles are optional and the binding can be added later
  • Add contract tests for env validation and Wrangler config without the binding

Closes #175

Test plan

  • pnpm run typecheck
  • pnpm test
  • pnpm run repo:safety
  • pnpm run test:integrity
  • pnpm run output:guardrail
  • pnpm run verify:connector-contract

Made with Cursor

Remove the default app-config KV binding so users can deploy with only
AWS_MCP_CACHE. Document optional profile setup and add contract tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
@rafaself
rafaself merged commit e59adad into main Jun 23, 2026
2 checks passed
@rafaself
rafaself deleted the fix/175-optional-app-config-binding branch June 23, 2026 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make AWS_MCP_APP_CONFIG truly optional in Wrangler configs

1 participant