coalesce-mcp 6.2.0 → 6.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/template/.github/workflows/terraform.yml +1 -1
- package/dist/template/.template.config/template.json +1 -1
- package/dist/template/Coalesce.Starter.Vue.Data/Coalesce.Starter.Vue.Data.csproj +3 -3
- package/dist/template/Coalesce.Starter.Vue.Migrations/Coalesce.Starter.Vue.Migrations.csproj +1 -1
- package/dist/template/Coalesce.Starter.Vue.Web/Coalesce.Starter.Vue.Web.csproj +2 -2
- package/dist/template/terraform/README.md +1 -0
- package/package.json +2 -2
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"datatype": "bool",
|
|
216
216
|
"displayName": "Infrastructure: Azure",
|
|
217
217
|
"description": "Include Terraform configurations for provisioning Azure infrastructure with Container Apps and Azure SQL. Defines dev and prod environments.",
|
|
218
|
-
"$coalesceLink": "https://
|
|
218
|
+
"$coalesceLink": "https://github.com/IntelliTect/Coalesce/blob/main/templates/Coalesce.Vue.Template/content/terraform/README.md",
|
|
219
219
|
"$coalesceWarning": {
|
|
220
220
|
"ifNot": ["and", "GithubActions"],
|
|
221
221
|
"message": "Terraform CI is only provided for GitHub Actions. Without it, significant manual work and rework will be needed."
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
<PackageReference Include="SendGrid" Version="9.29.3" />
|
|
21
21
|
<!--#endif -->
|
|
22
22
|
<!--#if(Hangfire) -->
|
|
23
|
-
<PackageReference Include="Hangfire.Core" Version="1.8.
|
|
23
|
+
<PackageReference Include="Hangfire.Core" Version="1.8.23" />
|
|
24
24
|
<!--#endif -->
|
|
25
25
|
<!--#if(AIChat) -->
|
|
26
|
-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.
|
|
27
|
-
<PackageReference Include="Microsoft.SemanticKernel.Agents.Core" Version="1.
|
|
26
|
+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.72.0" />
|
|
27
|
+
<PackageReference Include="Microsoft.SemanticKernel.Agents.Core" Version="1.72.0" />
|
|
28
28
|
<!--#endif -->
|
|
29
29
|
<!--#if(KeyVault) -->
|
|
30
30
|
<PackageReference Include="Aspire.Azure.Security.KeyVault" Version="13.1.0" />
|
package/dist/template/Coalesce.Starter.Vue.Migrations/Coalesce.Starter.Vue.Migrations.csproj
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
</PackageReference>
|
|
17
17
|
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0" />
|
|
18
18
|
<!--#if(Hangfire) -->
|
|
19
|
-
<PackageReference Include="Hangfire.SqlServer" Version="1.8.
|
|
19
|
+
<PackageReference Include="Hangfire.SqlServer" Version="1.8.23" />
|
|
20
20
|
<!--#endif -->
|
|
21
21
|
</ItemGroup>
|
|
22
22
|
</Project>
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="10.0.0" />
|
|
43
43
|
<!--#endif -->
|
|
44
44
|
<!--#if(Hangfire) -->
|
|
45
|
-
<PackageReference Include="Hangfire.SqlServer" Version="1.8.
|
|
46
|
-
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.
|
|
45
|
+
<PackageReference Include="Hangfire.SqlServer" Version="1.8.23" />
|
|
46
|
+
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.23" />
|
|
47
47
|
<!--#endif -->
|
|
48
48
|
<!--#if(AIChat) -->
|
|
49
49
|
<PackageReference Include="Aspire.Azure.AI.OpenAI" Version="13.1.0-preview.1.25616.3" />
|
|
@@ -7,6 +7,7 @@ This directory contains Terraform configurations for provisioning Azure infrastr
|
|
|
7
7
|
- [Terraform](https://developer.hashicorp.com/terraform/install) (`winget install -e --id Hashicorp.Terraform`)
|
|
8
8
|
- [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) (`winget install -e --id Microsoft.AzureCLI`)
|
|
9
9
|
- An Azure subscription with Contributor access
|
|
10
|
+
- For some features (Azure App Registrations and SQL Admin Groups), access to a colleague who has directory-level admin permissions.
|
|
10
11
|
|
|
11
12
|
## Getting Started
|
|
12
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coalesce-mcp",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.1",
|
|
4
4
|
"description": "MCP server for IntelliTect's Coalesce framework.",
|
|
5
5
|
"repository": "https://github.com/IntelliTect/Coalesce",
|
|
6
6
|
"author": "IntelliTect",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@tmcp/adapter-zod-v3": "0.2.1",
|
|
33
33
|
"@tmcp/transport-stdio": "^0.4.0",
|
|
34
|
-
"minimatch": "^10.
|
|
34
|
+
"minimatch": "^10.2.1",
|
|
35
35
|
"tmcp": "^1.16.0",
|
|
36
36
|
"zod": "3.25.76"
|
|
37
37
|
}
|