[skip ci] fix: batch fixes for issues #3007, 3011, 3014, 3017, 3019, 3020, 3021, 3022, 3023, 3025#404
Open
[skip ci] fix: batch fixes for issues #3007, 3011, 3014, 3017, 3019, 3020, 3021, 3022, 3023, 3025#404
Conversation
…, 3022, 3023, 3025 [skip ci] Fixes: - #3007: Add OpenTelemetry tracing support (--otel-endpoint option) - #3011: Add automatic port selection (--port auto or --port 0) - #3014: Add request timeout configuration (--request-timeout option) - #3017: Add MCP server templates (cortex mcp add-template) - #3019: Add MCP server groups (cortex mcp group) - #3020: MCP debug now shows tool schemas with --show-schemas - #3021: Add MCP tool invocation testing (cortex mcp call) - #3022: Validate agent color values on load - #3023: Add custom icon support for agents - #3025: Add agent configuration inheritance (extends field) Also adds --socket option for Unix socket support (planned)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Batch fix for multiple bounty issues.
Issues Fixed
Changes
Server Commands (main.rs)
--otel-endpointoption for OpenTelemetry tracing--port auto(or--port 0) for automatic port selection--request-timeoutoption with default 30s--socketoption for Unix socket support (planned)MCP Commands (mcp_cmd.rs)
cortex mcp add-template <name>for pre-configured servers (github, gitlab, slack, filesystem, sqlite, postgres)cortex mcp groupsubcommands for batch server managementcortex mcp callfor testing individual MCP tools--show-schemasflag to mcp debug for full tool schemasAgent Commands (agent_cmd.rs)
iconfield for visual identificationextendsfield for configuration inheritance