You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,17 @@
1
1
# Release History
2
2
3
-
## 0.2.7 (Unreleased)
3
+
## 0.3.0 (2025-07-03)
4
4
5
5
### Features Added
6
6
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`.
11
12
12
13
### 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)]
Copy file name to clipboardExpand all lines: e2eTests/e2eTestPrompts.md
+33-21Lines changed: 33 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# Azure MCP End-to-End Test Prompts
2
+
1
3
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.
2
4
3
5
## Best Practices
@@ -37,6 +39,28 @@ This file contains prompts used for end-to-end testing to ensure each tool is in
37
39
| azmcp-tool-list | List all available tools in the Azure MCP server |
38
40
| azmcp-tool-list | Show me the available tools in the Azure MCP server |
39
41
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
+
40
64
## Azure App Configuration
41
65
42
66
| Tool Name | Test Prompt |
@@ -141,18 +165,18 @@ This file contains prompts used for end-to-end testing to ensure each tool is in
141
165
142
166
| Tool Name | Test Prompt |
143
167
|:----------|:----------|
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> |
148
172
| azmcp-postgres-server-list | List all PostgreSQL servers in my subscription |
149
173
| azmcp-postgres-server-list | Show me the PostgreSQL servers in my subscription |
150
174
| 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> |
156
180
157
181
## Azure Redis
158
182
@@ -176,18 +200,6 @@ This file contains prompts used for end-to-end testing to ensure each tool is in
176
200
| azmcp-role-assignment-list | List all available role assignments in my subscription |
177
201
| azmcp-role-assignment-list | Show me the available role assignments in my subscription |
178
202
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 |
0 commit comments