Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 45678dd

Browse files
authored
Release/jul-03-2026 (#520)
* Updated CHANGELOG * Added e2e test prompts for Azure AI Foundry * Updated version in AzureMcp.csproj
1 parent 38eb108 commit 45678dd

File tree

3 files changed

+41
-31
lines changed

3 files changed

+41
-31
lines changed

CHANGELOG.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# Release History
22

3-
## 0.2.7 (Unreleased)
3+
## 0.3.0 (2025-07-03)
44

55
### Features Added
66

7-
- Add support for telemetry. Enabled by default but can be disabled by setting `AZURE_MCP_COLLECT_TELEMETRY` to `false`. [#386](https://github.com/Azure/azure-mcp/pull/386/)
8-
- Model support for Azure AI Foundry https://github.com/Azure/azure-mcp/pull/274
9-
10-
### Breaking Changes
7+
- Added support for Azure AI Foundry [[#274](https://github.com/Azure/azure-mcp/pull/274)]. The following tools are now available:
8+
- `azmcp-foundry-models-list`
9+
- `azmcp-foundry-models-deploy`
10+
- `azmcp-foundry-models-deployments-list`
11+
- Added support for telemetry [[#386](https://github.com/Azure/azure-mcp/pull/386)]. Telemetry is enabled by default but can be disabled by setting `AZURE_MCP_COLLECT_TELEMETRY` to `false`.
1112

1213
### Bugs Fixed
13-
14-
- Fix bug where CallToolResult is always successful. [#511](https://github.com/Azure/azure-mcp/pull/511)
15-
16-
### Other Changes
14+
- Fixed a bug where `CallToolResult` was always successful. [[#511](https://github.com/Azure/azure-mcp/pull/511)]
1715

1816
## 0.2.6 (2025-07-01)
1917

e2eTests/e2eTestPrompts.md

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Azure MCP End-to-End Test Prompts
2+
13
This file contains prompts used for end-to-end testing to ensure each tool is invoked properly by MCP clients. The tables are organized by Azure MCP Server areas in alphabetical order.
24

35
## Best Practices
@@ -37,6 +39,28 @@ This file contains prompts used for end-to-end testing to ensure each tool is in
3739
| azmcp-tool-list | List all available tools in the Azure MCP server |
3840
| azmcp-tool-list | Show me the available tools in the Azure MCP server |
3941

42+
## Azure AI Search
43+
44+
| Tool Name | Test Prompt |
45+
|:----------|:----------|
46+
| azmcp-search-index-describe | Show me the details of the index \<index-name> in Cognitive Search service \<service-name> |
47+
| azmcp-search-index-list | List all indexes in the Cognitive Search service \<service-name> |
48+
| azmcp-search-index-list | Show me the indexes in the Cognitive Search service \<service-name> |
49+
| azmcp-search-index-query | Search for instances of \<search_term> in the index \<index-name> in Cognitive Search service \<service-name> |
50+
| azmcp-search-list | List all Cognitive Search services in my subscription |
51+
| azmcp-search-list | Show me the Cognitive Search services in my subscription |
52+
| azmcp-search-list | Show me my Cognitive Search services |
53+
54+
## Azure AI Foundry
55+
56+
| Tool Name | Test Prompt |
57+
|:----------|:----------|
58+
| azmcp-foundry-models-list | List all AI Foundry models |
59+
| azmcp-foundry-models-list | Show me the available AI Foundry models |
60+
| azmcp-foundry-models-deploy | Deploy a GPT4o instance on my resource \<resource-name> |
61+
| azmcp-foundry-models-deployments-list | List all AI Foundry model deployments |
62+
| azmcp-foundry-models-deployments-list | Show me all AI Foundry model deployments |
63+
4064
## Azure App Configuration
4165

4266
| Tool Name | Test Prompt |
@@ -141,18 +165,18 @@ This file contains prompts used for end-to-end testing to ensure each tool is in
141165

142166
| Tool Name | Test Prompt |
143167
|:----------|:----------|
144-
| azmcp-postgres-database-list | List all PostgreSQL databases in server <server> |
145-
| azmcp-postgres-database-list | Show me the PostgreSQL databases in server <server> |
146-
| azmcp-postgres-database-query | Show me all items that contain the word <search_term> in the PostgreSQL database <database> in server <server> |
147-
| azmcp-postgres-server-config | Show me the configuration of PostgreSQL server <server> |
168+
| azmcp-postgres-database-list | List all PostgreSQL databases in server \<server> |
169+
| azmcp-postgres-database-list | Show me the PostgreSQL databases in server \<server> |
170+
| azmcp-postgres-database-query | Show me all items that contain the word \<search_term> in the PostgreSQL database \<database> in server \<server> |
171+
| azmcp-postgres-server-config | Show me the configuration of PostgreSQL server \<server> |
148172
| azmcp-postgres-server-list | List all PostgreSQL servers in my subscription |
149173
| azmcp-postgres-server-list | Show me the PostgreSQL servers in my subscription |
150174
| azmcp-postgres-server-list | Show me my PostgreSQL servers |
151-
| azmcp-postgres-server-param | Show me if the parameter my PostgreSQL server <server> has replication enabled |
152-
| azmcp-postgres-server-setparam | Enable replication for my PostgreSQL server <server> |
153-
| azmcp-postgres-table-list | List all tables in the PostgreSQL database <database> in server <server> |
154-
| azmcp-postgres-table-list | Show me the tables in the PostgreSQL database <database> in server <server> |
155-
| azmcp-postgres-table-schema | Show me the schema of table \<table> in the PostgreSQL database <database> in server <server> |
175+
| azmcp-postgres-server-param | Show me if the parameter my PostgreSQL server \<server> has replication enabled |
176+
| azmcp-postgres-server-setparam | Enable replication for my PostgreSQL server \<server> |
177+
| azmcp-postgres-table-list | List all tables in the PostgreSQL database \<database> in server \<server> |
178+
| azmcp-postgres-table-list | Show me the tables in the PostgreSQL database \<database> in server \<server> |
179+
| azmcp-postgres-table-schema | Show me the schema of table \<table> in the PostgreSQL database \<database> in server \<server> |
156180

157181
## Azure Redis
158182

@@ -176,18 +200,6 @@ This file contains prompts used for end-to-end testing to ensure each tool is in
176200
| azmcp-role-assignment-list | List all available role assignments in my subscription |
177201
| azmcp-role-assignment-list | Show me the available role assignments in my subscription |
178202

179-
## Azure AI Search
180-
181-
| Tool Name | Test Prompt |
182-
|:----------|:----------|
183-
| azmcp-search-index-describe | Show me the details of the index <index-name> in Cognitive Search service <service-name> |
184-
| azmcp-search-index-list | List all indexes in the Cognitive Search service <service-name> |
185-
| azmcp-search-index-list | Show me the indexes in the Cognitive Search service <service-name> |
186-
| azmcp-search-index-query | Search for instances of <search_term> in the index <index-name> in Cognitive Search service <service-name> |
187-
| azmcp-search-list | List all Cognitive Search services in my subscription |
188-
| azmcp-search-list | Show me the Cognitive Search services in my subscription |
189-
| azmcp-search-list | Show me my Cognitive Search services |
190-
191203
## Azure Service Bus
192204

193205
| Tool Name | Test Prompt |

src/AzureMcp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.2.7</Version>
4+
<Version>0.3.0</Version>
55
<OutputType>Exe</OutputType>
66
<CliName>azmcp</CliName>
77
<AssemblyName>$(CliName)</AssemblyName>

0 commit comments

Comments
 (0)