Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

anuchandy
Copy link
Member

What does this PR do?

[Provide a clear, concise description of the changes]

[Any additional context, screenshots, or information that helps reviewers]

Adding additional text on the --enable-insecure-transport switch that indicates that connections to the streamable http transport are not authenticated, making it clear why it's marked as insecure.

GitHub issue number?

[Link to the GitHub issue this PR addresses]

Pre-merge Checklist

  • Required for All PRs
    • Read contribution guidelines
    • PR title clearly describes the change
    • Commit history is clean with descriptive messages (cleanup guide)
    • Added comprehensive tests for new/modified functionality
    • Updated CHANGELOG.md for product changes (features, bug fixes, UI/UX, updated dependencies)
  • For MCP tool changes:
    • One tool per PR: This PR adds or modifies only one MCP tool for faster review cycles
    • Updated README.md documentation
    • Updated command list in /docs/azmcp-commands.md
    • Updated test prompts in /docs/e2eTestPrompts.md
    • For new or modified tool descriptions, ran ToolDescriptionEvaluator and obtained a score of 0.4 or more and a top 3 ranking for all related test prompts
  • 👉 For Community (non-Azure team member) PRs:
    • Security review: Reviewed code for security vulnerabilities, malicious code, or suspicious activities before running tests (crypto mining, spam, data exfiltration, etc.)
    • Manual tests run: added comment /azp run mcp - pullrequest - live to run Live Test Pipeline

@Copilot Copilot AI review requested due to automatic review settings September 4, 2025 21:38
@anuchandy anuchandy requested a review from a team as a code owner September 4, 2025 21:38
@github-project-automation github-project-automation bot moved this to Untriaged in Azure MCP Server Sep 4, 2025
@anuchandy anuchandy self-assigned this Sep 4, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates documentation for the --enable-insecure-transports command line option to provide clearer security warnings. The change makes it more explicit that this option enables unauthenticated HTTP transport and poses security risks.

Key Changes

  • Enhanced XML documentation comment for the EnableInsecureTransports property
  • Updated command line option description to include specific security warnings

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
core/Azure.Mcp.Core/src/Areas/Server/Options/ServiceStartOptions.cs Added detailed security warning to XML documentation for EnableInsecureTransports property
core/Azure.Mcp.Core/src/Areas/Server/Options/ServiceOptionDefinitions.cs Updated command line option description with explicit security warnings
Comments suppressed due to low confidence (1)

core/Azure.Mcp.Core/src/Areas/Server/Options/ServiceStartOptions.cs:1

  • There's a duplicate word 'mode' in the documentation comment. It should be 'Gets or sets the mode for the server.'
// Copyright (c) Microsoft Corporation.

@github-project-automation github-project-automation bot moved this from Untriaged to In Progress in Azure MCP Server Sep 4, 2025
@joshfree joshfree enabled auto-merge (squash) September 4, 2025 21:42
$"--{EnableInsecureTransportsName}",
() => false,
"Enable insecure transport")
"Enables insecure, unauthenticated transport over streamable HTTP. Use with extreme caution, this disables all transport security and may expose sensitive data to interception.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rebase

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Description needs to be explicitly set

@joshfree joshfree added this to the 2025-09 milestone Sep 16, 2025
@joshfree joshfree modified the milestones: 2025-09, 2025-11 Sep 30, 2025
@joshfree
Copy link
Member

joshfree commented Oct 7, 2025

@anuchandy please follow up

@joshfree
Copy link
Member

@anuchandy are you planning to merge this PR or should it be closed?

@joshfree joshfree added server-Azure.Mcp Azure.Mcp.Server tools-Core AZMCP Core functionality that all other tools build on top of labels Oct 14, 2025
@joshfree joshfree modified the milestones: 2025-11, 2025-10 Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

server-Azure.Mcp Azure.Mcp.Server tools-Core AZMCP Core functionality that all other tools build on top of

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.