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.
@@ -72,7 +72,7 @@ jobs:
72
72
  if [ $exitcode -eq 1 ]; then exit 1; fi
73
73
 
74
74
  - name: Summarize Plan
75
- uses: actions/github-script@v7
75
+ uses: actions/github-script@v8
76
76
  with:
77
77
  script: |
78
78
  const fs = require('fs');
@@ -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://developer.hashicorp.com/terraform/tutorials/azure-get-started",
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.21" />
23
+ <PackageReference Include="Hangfire.Core" Version="1.8.23" />
24
24
  <!--#endif -->
25
25
  <!--#if(AIChat) -->
26
- <PackageReference Include="Microsoft.SemanticKernel" Version="1.70.0" />
27
- <PackageReference Include="Microsoft.SemanticKernel.Agents.Core" Version="1.70.0" />
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" />
@@ -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.21" />
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.21" />
46
- <PackageReference Include="Hangfire.AspNetCore" Version="1.8.21" />
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.0",
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.0.3",
34
+ "minimatch": "^10.2.1",
35
35
  "tmcp": "^1.16.0",
36
36
  "zod": "3.25.76"
37
37
  }