Skip to content

chore: clean up launch.json - remove docker config and fix JSON syntax - #3272

Closed
ksawdob44 wants to merge 4 commits into
github:mainfrom
ksawdob44:main
Closed

chore: clean up launch.json - remove docker config and fix JSON syntax#3272
ksawdob44 wants to merge 4 commits into
github:mainfrom
ksawdob44:main

Conversation

@ksawdob44

Copy link
Copy Markdown
  • Remove unrelated Docker .NET attach configuration
  • Remove all trailing commas from debug configurations
  • Clean up extra whitespace
  • All three Go launch configurations now properly formatted

Summary

Why

Fixes #

What changed

MCP impact

  • No tool or API changes
  • Tool schema or behavior changed
  • New tool added

Prompts tested (tool changes only)

Security / limits

  • No security or limits impact
  • Auth / permissions considered
  • Data exposure, filtering, or token/size limits considered

Tool renaming

  • I am renaming tools as part of this PR (e.g. a part of a consolidation effort)
    • I have added the new tool aliases in deprecated_tool_aliases.go
  • I am not renaming tools as part of this PR

Note: if you're renaming tools, you must add the tool aliases. For more information on how to do so, please refer to the official docs.

Lint & tests

  • Linted locally with ./script/lint
  • Tested locally with ./script/test

Docs

  • Not needed
  • Updated (README / docs / examples)

Remove trailing comma from stdio server launch configuration object.
This fixes a JSON parsing error that would prevent VS Code from loading
the debug configurations.
- Remove unrelated Docker .NET attach configuration
- Remove all trailing commas from debug configurations
- Clean up extra whitespace
- All three Go launch configurations now properly formatted
@ksawdob44
ksawdob44 requested a review from a team as a code owner September 13, 2026 09:22
@SamMorrowDrums SamMorrowDrums added the invalid This doesn't seem right label Sep 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalid This doesn't seem right

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants