Skip to content

Conversation

butschster
Copy link
Collaborator

@butschster butschster commented Oct 1, 2025

Command Options

  • Added --sse flag: Enables SSE transport mode
  • Added --host option: Configures bind host (default: 127.0.0.1)
  • Added --port option: Configures bind port (default: 8080)

Usage Examples

# Start with SSE transport on default host/port
ctx server --sse

# Start with custom host and port
ctx server --sse --host=0.0.0.0 --port=3000

# Traditional STDIO transport (unchanged)
ctx server

@butschster butschster added this to the 1.32 milestone Oct 1, 2025
@butschster butschster self-assigned this Oct 1, 2025
@butschster butschster added console:cli Console commands and CLI interface mcp MCP server components labels Oct 1, 2025
@butschster butschster moved this to In review in Context Generator Oct 1, 2025
Copy link

codecov bot commented Oct 1, 2025

Codecov Report

❌ Patch coverage is 0% with 12 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/McpServer/Console/MCPServerCommand.php 0.00% 12 Missing ⚠️

📢 Thoughts on this report? Let us know!

@butschster butschster merged commit 4b70847 into main Oct 1, 2025
8 of 9 checks passed
@github-project-automation github-project-automation bot moved this from In review to Done in Context Generator Oct 1, 2025
@butschster butschster deleted the feature/console-http-options branch October 1, 2025 19:28
@butschster butschster restored the feature/console-http-options branch October 1, 2025 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
console:cli Console commands and CLI interface mcp MCP server components
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant