Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: lukingoo/mcp

Tags

Azure.Mcp.Server-0.9.5

Toggle Azure.Mcp.Server-0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add instructions on configure Azure MCP for GitHub coding agent (micr…

…osoft#888)

* Add instructions on configure Azure MCP for coding agent

* Update CHANGELOG

* Update azure-coding-agent-best-practices.txt

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Josh Free <[email protected]>
Co-authored-by: Copilot <[email protected]>

Azure.Mcp.Server-0.9.4

Toggle Azure.Mcp.Server-0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove azmcp from being used as a root prefix. (microsoft#868)

* Remove azmcp prefix from dictionary creation.

* Remove RemoveRootGroupFromCommandName since we no longer prefix.

* Update documentation for ServiceOptionDefinitions

* Fix consolidated-tools.json without prefix.

* Remove azmcp from tools list

* Fix test breaks.

* Update CHANGELOG

* Add PR #

* Apply suggestion from @Copilot

Co-authored-by: Copilot <[email protected]>

* Update all azmcp_ test calls

* Fix uses of azmcp in ToolEvaluator

---------

Co-authored-by: Copilot <[email protected]>

Azure.Mcp.Server-0.9.3

Toggle Azure.Mcp.Server-0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed npm readme inconsistencies (microsoft#816)

Template.Mcp.Server-0.0.12-alpha.5460800

Toggle Template.Mcp.Server-0.0.12-alpha.5460800's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance tool description of communication (microsoft#804)

* enhance tool description for email and sms

* added changelog

Template.Mcp.Server-0.0.12-alpha.5459756

Toggle Template.Mcp.Server-0.0.12-alpha.5459756's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Initialize TelemetryService in Fabric before configuring services (mi…

…crosoft#807)

Template.Mcp.Server-0.0.12-alpha.5455083

Toggle Template.Mcp.Server-0.0.12-alpha.5455083's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Initialize TelemetryService in Fabric before configuring services (mi…

…crosoft#807)

Azure.Mcp.Server-0.9.2

Toggle Azure.Mcp.Server-0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build scripts to use common metadata file (microsoft#534)

Azure.Mcp.Server-0.9.1

Toggle Azure.Mcp.Server-0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Switch to Ubuntu 24.04 images" (microsoft#812)

Revert "Switch to Ubuntu 24.04 images (microsoft#791)"

This reverts commit 05208a2.

Azure.Mcp.Server-0.9.0

Toggle Azure.Mcp.Server-0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance tool description for workbook tool (microsoft#787)

* Fix prompt

* enhance tool description

* improve description

Azure.Mcp.Server-0.8.6

Toggle Azure.Mcp.Server-0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add changes to verify packages before release (microsoft#717)

* Add changes to verify packages before release

* Update eng/pipelines/templates/jobs/verify-packages.yml

Co-authored-by: Copilot <[email protected]>

* Update eng/scripts/McpServerSmokeTests.ps1

Co-authored-by: Copilot <[email protected]>

* Update eng/scripts/McpServerSmokeTests.ps1

Co-authored-by: Copilot <[email protected]>

* Verify Nuget and npm packages

* Add Debug comments

* Add Job dependency

* Install Platform package first before Installing wrapper

* Cast result of function to bool

* Move script call into file

* ensure we collect output and dump it if the validation fails

* Remove extra brackets

* Update package verification script

* Pipe npm install output to null

* Update artifactOs

* Update Artifact names

* Add more logging

* Only run verification when packages are present

* Remove run test conditon as its no evaluation to anything

* Fix issue in code

* Fix post install script for native package, ensure that all packages are found before runing test

* Fix error in post install script call

* Move postinstall script to after package name is defined

* Create and write wrapper after seting postinstall script

* Detect basePackageName in the post install script

* Fix issues raised in the PR

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>