Skip to content

Add .claude/launch.json with dev server configurations#1353

Open
javamojo wants to merge 1 commit into
ed-donner:mainfrom
javamojo:add-claude-launch-config
Open

Add .claude/launch.json with dev server configurations#1353
javamojo wants to merge 1 commit into
ed-donner:mainfrom
javamojo:add-claude-launch-config

Conversation

@javamojo
Copy link
Copy Markdown

Summary

  • Auto-detected 3 Gradio web apps and 3 FastMCP stdio servers across the project
  • Saved launch configurations to .claude/launch.json for use with Claude Code's preview tooling

What changed

Added .claude/launch.json with entries for all runnable servers in the repo:

Name File Port
Foundations Chat 1_foundations/app.py 7860
LangGraph Sidekick 4_langgraph/app.py 7861
Trading Floor Dashboard 6_mcp/app.py 7862
MCP Accounts Server 6_mcp/accounts_server.py stdio
MCP Market Server 6_mcp/market_server.py stdio
MCP Push Server 6_mcp/push_server.py stdio

Notes for reviewer

This file is Claude Code tooling only — no runtime code was changed. The Gradio apps are assigned sequential ports (7860–7862) to avoid conflicts when running simultaneously. MCP servers use port: 0 as they communicate over stdio, not a network port.

🤖 Generated with Claude Code

Auto-detected Gradio web apps and MCP stdio servers across the project
and saved their launch configurations for use with Claude Code's preview
tooling. Includes ports for the three Gradio UIs and stdio transport
entries for the three FastMCP servers.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant